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