HEX: #E5FAEF
RGB: (229,250,239)
#E5FAEF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5FAEF ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #E5FAEF wird in RGB als (229,250,239) definiert.
RGB: (229,250,239) (90%,98%,94%)
R 229 von 255 = 90%
G 250 von 255 = 98%
B 239 von 255 = 94%
R + G + B ~ 94%. #E5FAEF helle Farbe.
R + G + B =
229 + 250 + 239 = 718 (100%)
R 229 von 718 ~ 31.89%
G 250 von 718 ~ 34.82%
B 239 von 718 ~ 33.29%
Die Farbe #E5FAEF wird in CMYK als (8,0,4,2) definiert.
CMYK: (8,0,4,2) C8M0Y4K2 (8%,0%,4%,2%) (0.08/0.00/0.04/0.02)
E5 | FA | EF | |
---|---|---|---|
RGB | 229 | 250 | 239 |
HSL | 149° | 67.74% | 93.92% |
HSB/HSV | 149° | 8.40% | 98.04% |
CMYK | 8.40% | 0.00% | 4.40% |
1.96% |
Hexadezimal | E5 | FA | EF |
Dezimal | 229 | 250 | 239 |
Binär | 11100101 | 11111010 | 11101111 |
Oktal | 345 | 372 | 357 |
Beispiele css- und html für Elemente in der Farbe #E5FAEF. Bitte benutzen Sie auch rgb(229,250,239) statt hex-Code.
.myTextColor { color: #E5FAEF; }
<p style="color:#E5FAEF">This sample text font color is #E5FAEF.</p>
Die Farbe dieses Textes ist #E5FAEF.
.myBgColor { background-color: #E5FAEF; }
<div style="background-color:#E5FAEF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5FAEF.
.myBorderColor { border: 1px solid #E5FAEF; }
<div style="border:3px solid #E5FAEF">Div</div>
Die Grenzen von diesem div sind in Farbe #E5FAEF.
.myOpacity80 { color: #E5FAEF; opacity: 0.8; }
<p style="color:#E5FAEF;opacity:0.8;">80%</p>
Text in Farbe #E5FAEF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5FAEF;}
<p style="text-shadow: 3px 3px 1px #E5FAEF">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5FAEF.
.textShadow {text-shadow: 3px 3px 1px #E5FAEF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5FAEF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5FAEF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5FAEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5FAEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5FAEF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5FAEF; -webkit-box-shadow: 1px 1px 3px 2px #E5FAEF; box-shadow: 1px 1px 3px 2px #E5FAEF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5FAEF; -webkit-box-shadow: 1px 1px 3px 2px #E5FAEF; box-shadow:1px 1px 3px 2px #E5FAEF;">
Div content here</div>
Dieser Text ist in der Farbe #E5FAEF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5FAEF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5FAEF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5FAEF.