HEX: #D4E992
RGB: (212,233,146)
#D4E992 enthält hauptsächlich rote und grüne Farbe. Für #D4E992 ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #D4E992 wird in RGB als (212,233,146) definiert.
RGB: (212,233,146)
(83%, 91%, 57%)
R 212 von 255 = 83%
G 233 von 255 = 91%
B 146 von 255 = 57%
R + G + B ~ 77%. #D4E992 ziemlich helle Farbe.
R + G + B = 212 + 233 + 146 = 591 (100%)
R 212 von 591 ~ 35.87%
G 233 von 591 ~ 39.42%
B 146 von 591 ~ 24.7'%
Die Farbe #D4E992 wird in CMYK als (9,0,37,9) definiert.
CMYK: (9,0,37,9)
C9M0Y37K9 (9%, 0%, 37%, 9%)
(0.09 / 0.00 / 0.37 / 0.09)
Farbe #D4E992 in den populären Farbmodellen.
D4 | E9 | 92 | |
---|---|---|---|
RGB | 212 | 233 | 146 |
HSL | 74° | 66.41% | 74.31% |
HSB/HSV | 74° | 37.34% | 91.37% |
CMYK | 9.01% | 0.00% | 37.34% |
8.63% |
Die Farbe #D4E992 in den populären Zahlensystemen.
Hexadezimal | D4 | E9 | 92 |
Dezimal | 212 | 233 | 146 |
Binär | 11010100 | 11101001 | 10010010 |
Oktal | 324 | 351 | 222 |
Dunkle Töne der Farbe #D4E992
Helle Töne der Farbe #D4E992
Beispiele css- und html für Elemente in der Farbe #D4E992. Bitte benutzen Sie auch rgb(212,233,146) statt hex-Code.
.myTextColor { color: #D4E992; }
<p style="color:#D4E992">This sample text font color is #D4E992.</p>
Die Farbe dieses Textes ist #D4E992.
.myBgColor { background-color: #D4E992; }
<div style="background-color:#D4E992">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D4E992.
.myBorderColor { border: 1px solid #D4E992; }
<div style="border:3px solid #D4E992">Div</div>
Die Grenzen von diesem div sind in Farbe #D4E992.
.myOpacity80 { color: #D4E992; opacity: 0.8; }
<p style="color:#D4E992;opacity:0.8;">80%</p>
Text in Farbe #D4E992 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4E992;}
<p style="text-shadow: 3px 3px 1px #D4E992">Text here.</p>
Dieser Text hat den Schatten in Farbe #D4E992.
.textShadow {text-shadow: 3px 3px 1px #D4E992', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4E992, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D4E992 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4E992, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4E992, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4E992 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4E992;
-webkit-box-shadow: 1px 1px 3px 2px #D4E992;
box-shadow: 1px 1px 3px 2px #D4E992;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4E992; -webkit-box-shadow: 1px 1px 3px 2px #D4E992; box-shadow:1px 1px 3px 2px #D4E992;">
Div content here
</div>
Dieser Text ist in der Farbe #D4E992 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D4E992 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D4E992.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D4E992.
Kontrastfarbe für #D4E992 ist #2B166D.