HEX: #E5FBEE
RGB: (229,251,238)
#E5FBEE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5FBEE ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #E5FBEE wird in RGB als (229,251,238) definiert.
RGB: (229,251,238)
(90%, 98%, 93%)
R 229 von 255 = 90%
G 251 von 255 = 98%
B 238 von 255 = 93%
R + G + B ~ 94%. #E5FBEE helle Farbe.
R + G + B = 229 + 251 + 238 = 718 (100%)
R 229 von 718 ~ 31.89%
G 251 von 718 ~ 34.96%
B 238 von 718 ~ 33.15'%
Die Farbe #E5FBEE wird in CMYK als (9,0,5,2) definiert.
CMYK: (9,0,5,2)
C9M0Y5K2 (9%, 0%, 5%, 2%)
(0.09 / 0.00 / 0.05 / 0.02)
Farbe #E5FBEE in den populären Farbmodellen.
E5 | FB | EE | |
---|---|---|---|
RGB | 229 | 251 | 238 |
HSL | 145° | 73.33% | 94.12% |
HSB/HSV | 145° | 8.76% | 98.43% |
CMYK | 8.76% | 0.00% | 5.18% |
1.57% |
Die Farbe #E5FBEE in den populären Zahlensystemen.
Hexadezimal | E5 | FB | EE |
Dezimal | 229 | 251 | 238 |
Binär | 11100101 | 11111011 | 11101110 |
Oktal | 345 | 373 | 356 |
Dunkle Töne der Farbe #E5FBEE
Helle Töne der Farbe #E5FBEE
Beispiele css- und html für Elemente in der Farbe #E5FBEE. Bitte benutzen Sie auch rgb(229,251,238) statt hex-Code.
.myTextColor { color: #E5FBEE; }
<p style="color:#E5FBEE">This sample text font color is #E5FBEE.</p>
Die Farbe dieses Textes ist #E5FBEE.
.myBgColor { background-color: #E5FBEE; }
<div style="background-color:#E5FBEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5FBEE.
.myBorderColor { border: 1px solid #E5FBEE; }
<div style="border:3px solid #E5FBEE">Div</div>
Die Grenzen von diesem div sind in Farbe #E5FBEE.
.myOpacity80 { color: #E5FBEE; opacity: 0.8; }
<p style="color:#E5FBEE;opacity:0.8;">80%</p>
Text in Farbe #E5FBEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5FBEE;}
<p style="text-shadow: 3px 3px 1px #E5FBEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5FBEE.
.textShadow {text-shadow: 3px 3px 1px #E5FBEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5FBEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5FBEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5FBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5FBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5FBEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5FBEE;
-webkit-box-shadow: 1px 1px 3px 2px #E5FBEE;
box-shadow: 1px 1px 3px 2px #E5FBEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5FBEE; -webkit-box-shadow: 1px 1px 3px 2px #E5FBEE; box-shadow:1px 1px 3px 2px #E5FBEE;">
Div content here
</div>
Dieser Text ist in der Farbe #E5FBEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5FBEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5FBEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5FBEE.
Kontrastfarbe für #hex ist #1A0411.