HEX: #E1ECFA
RGB: (225,236,250)
#E1ECFA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E1ECFA ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #E1ECFA wird in RGB als (225,236,250) definiert.
RGB: (225,236,250) (88%,93%,98%)
R 225 von 255 = 88%
G 236 von 255 = 93%
B 250 von 255 = 98%
R + G + B ~ 93%. #E1ECFA helle Farbe.
R + G + B =
225 + 236 + 250 = 711 (100%)
R 225 von 711 ~ 31.65%
G 236 von 711 ~ 33.19%
B 250 von 711 ~ 35.16%
Die Farbe #E1ECFA wird in CMYK als (10,6,0,2) definiert.
CMYK: (10,6,0,2) C10M6Y0K2 (10%,6%,0%,2%) (0.10/0.06/0.00/0.02)
E1 | EC | FA | |
---|---|---|---|
RGB | 225 | 236 | 250 |
HSL | 214° | 71.43% | 93.14% |
HSB/HSV | 214° | 10.00% | 98.04% |
CMYK | 10.00% | 5.60% | 0.00% |
1.96% |
Hexadezimal | E1 | EC | FA |
Dezimal | 225 | 236 | 250 |
Binär | 11100001 | 11101100 | 11111010 |
Oktal | 341 | 354 | 372 |
Beispiele css- und html für Elemente in der Farbe #E1ECFA. Bitte benutzen Sie auch rgb(225,236,250) statt hex-Code.
.myTextColor { color: #E1ECFA; }
<p style="color:#E1ECFA">This sample text font color is #E1ECFA.</p>
Die Farbe dieses Textes ist #E1ECFA.
.myBgColor { background-color: #E1ECFA; }
<div style="background-color:#E1ECFA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E1ECFA.
.myBorderColor { border: 1px solid #E1ECFA; }
<div style="border:3px solid #E1ECFA">Div</div>
Die Grenzen von diesem div sind in Farbe #E1ECFA.
.myOpacity80 { color: #E1ECFA; opacity: 0.8; }
<p style="color:#E1ECFA;opacity:0.8;">80%</p>
Text in Farbe #E1ECFA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1ECFA;}
<p style="text-shadow: 3px 3px 1px #E1ECFA">Text here.</p>
Dieser Text hat den Schatten in Farbe #E1ECFA.
.textShadow {text-shadow: 3px 3px 1px #E1ECFA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1ECFA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E1ECFA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1ECFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1ECFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1ECFA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E1ECFA; -webkit-box-shadow: 1px 1px 3px 2px #E1ECFA; box-shadow: 1px 1px 3px 2px #E1ECFA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1ECFA; -webkit-box-shadow: 1px 1px 3px 2px #E1ECFA; box-shadow:1px 1px 3px 2px #E1ECFA;">
Div content here</div>
Dieser Text ist in der Farbe #E1ECFA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E1ECFA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E1ECFA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E1ECFA.