HEX: #BED46D
RGB: (190,212,109)
#BED46D enthält hauptsächlich rote und grüne Farbe. Für #BED46D ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #BED46D wird in RGB als (190,212,109) definiert.
RGB: (190,212,109) (75%,83%,43%)
R 190 von 255 = 75%
G 212 von 255 = 83%
B 109 von 255 = 43%
R + G + B ~ 67%. #BED46D ziemlich helle Farbe.
R + G + B =
190 + 212 + 109 = 511 (100%)
R 190 von 511 ~ 37.18%
G 212 von 511 ~ 41.49%
B 109 von 511 ~ 21.33%
Die Farbe #BED46D wird in CMYK als (10,0,49,17) definiert.
CMYK: (10,0,49,17) C10M0Y49K17 (10%,0%,49%,17%) (0.10/0.00/0.49/0.17)
BE | D4 | 6D | |
---|---|---|---|
RGB | 190 | 212 | 109 |
HSL | 73° | 54.50% | 62.94% |
HSB/HSV | 73° | 48.58% | 83.14% |
CMYK | 10.38% | 0.00% | 48.58% |
16.86% |
Hexadezimal | BE | D4 | 6D |
Dezimal | 190 | 212 | 109 |
Binär | 10111110 | 11010100 | 1101101 |
Oktal | 276 | 324 | 155 |
Beispiele css- und html für Elemente in der Farbe #BED46D. Bitte benutzen Sie auch rgb(190,212,109) statt hex-Code.
.myTextColor { color: #BED46D; }
<p style="color:#BED46D">This sample text font color is #BED46D.</p>
Die Farbe dieses Textes ist #BED46D.
.myBgColor { background-color: #BED46D; }
<div style="background-color:#BED46D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BED46D.
.myBorderColor { border: 1px solid #BED46D; }
<div style="border:3px solid #BED46D">Div</div>
Die Grenzen von diesem div sind in Farbe #BED46D.
.myOpacity80 { color: #BED46D; opacity: 0.8; }
<p style="color:#BED46D;opacity:0.8;">80%</p>
Text in Farbe #BED46D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BED46D;}
<p style="text-shadow: 3px 3px 1px #BED46D">Text here.</p>
Dieser Text hat den Schatten in Farbe #BED46D.
.textShadow {text-shadow: 3px 3px 1px #BED46D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BED46D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BED46D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BED46D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BED46D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BED46D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BED46D; -webkit-box-shadow: 1px 1px 3px 2px #BED46D; box-shadow: 1px 1px 3px 2px #BED46D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BED46D; -webkit-box-shadow: 1px 1px 3px 2px #BED46D; box-shadow:1px 1px 3px 2px #BED46D;">
Div content here</div>
Dieser Text ist in der Farbe #BED46D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BED46D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BED46D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BED46D.