HEX: #BDD349
RGB: (189,211,73)
#BDD349 enthält hauptsächlich rote und grüne Farbe. Für #BDD349 ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #BDD349 wird in RGB als (189,211,73) definiert.
RGB: (189,211,73)
(74%, 83%, 29%)
R 189 von 255 = 74%
G 211 von 255 = 83%
B 73 von 255 = 29%
R + G + B ~ 62%. #BDD349 ziemlich helle Farbe.
R + G + B = 189 + 211 + 73 = 473 (100%)
R 189 von 473 ~ 39.96%
G 211 von 473 ~ 44.61%
B 73 von 473 ~ 15.43'%
Die Farbe #BDD349 wird in CMYK als (10,0,65,17) definiert.
CMYK: (10,0,65,17) C10M0Y65K17 (10%,0%,65%,17%) (0.10/0.00/0.65/0.17)
Farbe #BDD349 in den populären Farbmodellen.
BD | D3 | 49 | |
---|---|---|---|
RGB | 189 | 211 | 73 |
HSL | 70° | 61.06% | 55.69% |
HSB/HSV | 70° | 65.40% | 82.75% |
CMYK | 10.43% | 0.00% | 65.40% |
17.25% |
Die Farbe #BDD349 in den populären Zahlensystemen.
Hexadezimal | BD | D3 | 49 |
Dezimal | 189 | 211 | 73 |
Binär | 10111101 | 11010011 | 1001001 |
Oktal | 275 | 323 | 111 |
Dunkle Töne der Farbe #BDD349
Helle Töne der Farbe #BDD349
Beispiele css- und html für Elemente in der Farbe #BDD349. Bitte benutzen Sie auch rgb(189,211,73) statt hex-Code.
.myTextColor { color: #BDD349; }
<p style="color:#BDD349">This sample text font color is #BDD349.</p>
Die Farbe dieses Textes ist #BDD349.
.myBgColor { background-color: #BDD349; }
<div style="background-color:#BDD349">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BDD349.
.myBorderColor { border: 1px solid #BDD349; }
<div style="border:3px solid #BDD349">Div</div>
Die Grenzen von diesem div sind in Farbe #BDD349.
.myOpacity80 { color: #BDD349; opacity: 0.8; }
<p style="color:#BDD349;opacity:0.8;">80%</p>
Text in Farbe #BDD349 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDD349;}
<p style="text-shadow: 3px 3px 1px #BDD349">Text here.</p>
Dieser Text hat den Schatten in Farbe #BDD349.
.textShadow {text-shadow: 3px 3px 1px #BDD349', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDD349, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BDD349 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDD349, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDD349, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDD349 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDD349;
-webkit-box-shadow: 1px 1px 3px 2px #BDD349;
box-shadow: 1px 1px 3px 2px #BDD349;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDD349; -webkit-box-shadow: 1px 1px 3px 2px #BDD349; box-shadow:1px 1px 3px 2px #BDD349;">
Div content here
</div>
Dieser Text ist in der Farbe #BDD349 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BDD349 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BDD349.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BDD349.
Kontrastfarbe für #hex ist #422CB6.