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