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