HEX: #C5FAEB
RGB: (197,250,235)
#C5FAEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5FAEB ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #C5FAEB wird in RGB als (197,250,235) definiert.
RGB: (197,250,235)
(77%, 98%, 92%)
R 197 von 255 = 77%
G 250 von 255 = 98%
B 235 von 255 = 92%
R + G + B ~ 89%. #C5FAEB helle Farbe.
R + G + B = 197 + 250 + 235 = 682 (100%)
R 197 von 682 ~ 28.89%
G 250 von 682 ~ 36.66%
B 235 von 682 ~ 34.46'%
Die Farbe #C5FAEB wird in CMYK als (21,0,6,2) definiert.
CMYK: (21,0,6,2)
C21M0Y6K2 (21%, 0%, 6%, 2%)
(0.21 / 0.00 / 0.06 / 0.02)
Farbe #C5FAEB in den populären Farbmodellen.
C5 | FA | EB | |
---|---|---|---|
RGB | 197 | 250 | 235 |
HSL | 163° | 84.13% | 87.65% |
HSB/HSV | 163° | 21.20% | 98.04% |
CMYK | 21.20% | 0.00% | 6.00% |
1.96% |
Die Farbe #C5FAEB in den populären Zahlensystemen.
Hexadezimal | C5 | FA | EB |
Dezimal | 197 | 250 | 235 |
Binär | 11000101 | 11111010 | 11101011 |
Oktal | 305 | 372 | 353 |
Dunkle Töne der Farbe #C5FAEB
Helle Töne der Farbe #C5FAEB
Beispiele css- und html für Elemente in der Farbe #C5FAEB. Bitte benutzen Sie auch rgb(197,250,235) statt hex-Code.
.myTextColor { color: #C5FAEB; }
<p style="color:#C5FAEB">This sample text font color is #C5FAEB.</p>
Die Farbe dieses Textes ist #C5FAEB.
.myBgColor { background-color: #C5FAEB; }
<div style="background-color:#C5FAEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5FAEB.
.myBorderColor { border: 1px solid #C5FAEB; }
<div style="border:3px solid #C5FAEB">Div</div>
Die Grenzen von diesem div sind in Farbe #C5FAEB.
.myOpacity80 { color: #C5FAEB; opacity: 0.8; }
<p style="color:#C5FAEB;opacity:0.8;">80%</p>
Text in Farbe #C5FAEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5FAEB;}
<p style="text-shadow: 3px 3px 1px #C5FAEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5FAEB.
.textShadow {text-shadow: 3px 3px 1px #C5FAEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5FAEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5FAEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5FAEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5FAEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5FAEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5FAEB;
-webkit-box-shadow: 1px 1px 3px 2px #C5FAEB;
box-shadow: 1px 1px 3px 2px #C5FAEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5FAEB; -webkit-box-shadow: 1px 1px 3px 2px #C5FAEB; box-shadow:1px 1px 3px 2px #C5FAEB;">
Div content here
</div>
Dieser Text ist in der Farbe #C5FAEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5FAEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5FAEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5FAEB.
Kontrastfarbe für #hex ist #3A0514.