HEX: #D5E59A
RGB: (213,229,154)
#D5E59A enthält hauptsächlich rote und grüne Farbe. Für #D5E59A ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #D5E59A wird in RGB als (213,229,154) definiert.
RGB: (213,229,154)
(84%, 90%, 60%)
R 213 von 255 = 84%
G 229 von 255 = 90%
B 154 von 255 = 60%
R + G + B ~ 78%. #D5E59A ziemlich helle Farbe.
R + G + B = 213 + 229 + 154 = 596 (100%)
R 213 von 596 ~ 35.74%
G 229 von 596 ~ 38.42%
B 154 von 596 ~ 25.84'%
Die Farbe #D5E59A wird in CMYK als (7,0,33,10) definiert.
CMYK: (7,0,33,10)
C7M0Y33K10 (7%, 0%, 33%, 10%)
(0.07 / 0.00 / 0.33 / 0.10)
Farbe #D5E59A in den populären Farbmodellen.
D5 | E5 | 9A | |
---|---|---|---|
RGB | 213 | 229 | 154 |
HSL | 73° | 59.06% | 75.10% |
HSB/HSV | 73° | 32.75% | 89.80% |
CMYK | 6.99% | 0.00% | 32.75% |
10.20% |
Die Farbe #D5E59A in den populären Zahlensystemen.
Hexadezimal | D5 | E5 | 9A |
Dezimal | 213 | 229 | 154 |
Binär | 11010101 | 11100101 | 10011010 |
Oktal | 325 | 345 | 232 |
Dunkle Töne der Farbe #D5E59A
Helle Töne der Farbe #D5E59A
Beispiele css- und html für Elemente in der Farbe #D5E59A. Bitte benutzen Sie auch rgb(213,229,154) statt hex-Code.
.myTextColor { color: #D5E59A; }
<p style="color:#D5E59A">This sample text font color is #D5E59A.</p>
Die Farbe dieses Textes ist #D5E59A.
.myBgColor { background-color: #D5E59A; }
<div style="background-color:#D5E59A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5E59A.
.myBorderColor { border: 1px solid #D5E59A; }
<div style="border:3px solid #D5E59A">Div</div>
Die Grenzen von diesem div sind in Farbe #D5E59A.
.myOpacity80 { color: #D5E59A; opacity: 0.8; }
<p style="color:#D5E59A;opacity:0.8;">80%</p>
Text in Farbe #D5E59A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E59A;}
<p style="text-shadow: 3px 3px 1px #D5E59A">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5E59A.
.textShadow {text-shadow: 3px 3px 1px #D5E59A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E59A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5E59A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E59A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E59A, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E59A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5E59A;
-webkit-box-shadow: 1px 1px 3px 2px #D5E59A;
box-shadow: 1px 1px 3px 2px #D5E59A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5E59A; -webkit-box-shadow: 1px 1px 3px 2px #D5E59A; box-shadow:1px 1px 3px 2px #D5E59A;">
Div content here
</div>
Dieser Text ist in der Farbe #D5E59A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5E59A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5E59A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5E59A.
Kontrastfarbe für #hex ist #2A1A65.