HEX: #EEF9DB
RGB: (238,249,219)
#EEF9DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EEF9DB ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #EEF9DB wird in RGB als (238,249,219) definiert.
RGB: (238,249,219) (93%,98%,86%)
R 238 von 255 = 93%
G 249 von 255 = 98%
B 219 von 255 = 86%
R + G + B ~ 92%. #EEF9DB helle Farbe.
R + G + B =
238 + 249 + 219 = 706 (100%)
R 238 von 706 ~ 33.71%
G 249 von 706 ~ 35.27%
B 219 von 706 ~ 31.02%
Die Farbe #EEF9DB wird in CMYK als (4,0,12,2) definiert.
CMYK: (4,0,12,2) C4M0Y12K2 (4%,0%,12%,2%) (0.04/0.00/0.12/0.02)
EE | F9 | DB | |
---|---|---|---|
RGB | 238 | 249 | 219 |
HSL | 82° | 71.43% | 91.76% |
HSB/HSV | 82° | 12.05% | 97.65% |
CMYK | 4.42% | 0.00% | 12.05% |
2.35% |
Hexadezimal | EE | F9 | DB |
Dezimal | 238 | 249 | 219 |
Binär | 11101110 | 11111001 | 11011011 |
Oktal | 356 | 371 | 333 |
Beispiele css- und html für Elemente in der Farbe #EEF9DB. Bitte benutzen Sie auch rgb(238,249,219) statt hex-Code.
.myTextColor { color: #EEF9DB; }
<p style="color:#EEF9DB">This sample text font color is #EEF9DB.</p>
Die Farbe dieses Textes ist #EEF9DB.
.myBgColor { background-color: #EEF9DB; }
<div style="background-color:#EEF9DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EEF9DB.
.myBorderColor { border: 1px solid #EEF9DB; }
<div style="border:3px solid #EEF9DB">Div</div>
Die Grenzen von diesem div sind in Farbe #EEF9DB.
.myOpacity80 { color: #EEF9DB; opacity: 0.8; }
<p style="color:#EEF9DB;opacity:0.8;">80%</p>
Text in Farbe #EEF9DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEF9DB;}
<p style="text-shadow: 3px 3px 1px #EEF9DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #EEF9DB.
.textShadow {text-shadow: 3px 3px 1px #EEF9DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEF9DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EEF9DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEF9DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEF9DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEF9DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EEF9DB; -webkit-box-shadow: 1px 1px 3px 2px #EEF9DB; box-shadow: 1px 1px 3px 2px #EEF9DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EEF9DB; -webkit-box-shadow: 1px 1px 3px 2px #EEF9DB; box-shadow:1px 1px 3px 2px #EEF9DB;">
Div content here</div>
Dieser Text ist in der Farbe #EEF9DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EEF9DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EEF9DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EEF9DB.