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