HEX: #ADDEE4
RGB: (173,222,228)
#ADDEE4 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADDEE4 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADDEE4 wird in RGB als (173,222,228) definiert.
RGB: (173,222,228)
(68%, 87%, 89%)
R 173 von 255 = 68%
G 222 von 255 = 87%
B 228 von 255 = 89%
R + G + B ~ 81%. #ADDEE4 ziemlich helle Farbe.
R + G + B = 173 + 222 + 228 = 623 (100%)
R 173 von 623 ~ 27.77%
G 222 von 623 ~ 35.63%
B 228 von 623 ~ 36.6'%
Die Farbe #ADDEE4 wird in CMYK als (24,3,0,11) definiert.
CMYK: (24,3,0,11)
C24M3Y0K11 (24%, 3%, 0%, 11%)
(0.24 / 0.03 / 0.00 / 0.11)
Farbe #ADDEE4 in den populären Farbmodellen.
AD | DE | E4 | |
---|---|---|---|
RGB | 173 | 222 | 228 |
HSL | 187° | 50.46% | 78.63% |
HSB/HSV | 187° | 24.12% | 89.41% |
CMYK | 24.12% | 2.63% | 0.00% |
10.59% |
Die Farbe #ADDEE4 in den populären Zahlensystemen.
Hexadezimal | AD | DE | E4 |
Dezimal | 173 | 222 | 228 |
Binär | 10101101 | 11011110 | 11100100 |
Oktal | 255 | 336 | 344 |
Dunkle Töne der Farbe #ADDEE4
Helle Töne der Farbe #ADDEE4
Beispiele css- und html für Elemente in der Farbe #ADDEE4. Bitte benutzen Sie auch rgb(173,222,228) statt hex-Code.
.myTextColor { color: #ADDEE4; }
<p style="color:#ADDEE4">This sample text font color is #ADDEE4.</p>
Die Farbe dieses Textes ist #ADDEE4.
.myBgColor { background-color: #ADDEE4; }
<div style="background-color:#ADDEE4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADDEE4.
.myBorderColor { border: 1px solid #ADDEE4; }
<div style="border:3px solid #ADDEE4">Div</div>
Die Grenzen von diesem div sind in Farbe #ADDEE4.
.myOpacity80 { color: #ADDEE4; opacity: 0.8; }
<p style="color:#ADDEE4;opacity:0.8;">80%</p>
Text in Farbe #ADDEE4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDEE4;}
<p style="text-shadow: 3px 3px 1px #ADDEE4">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADDEE4.
.textShadow {text-shadow: 3px 3px 1px #ADDEE4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDEE4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADDEE4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDEE4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDEE4, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDEE4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDEE4;
-webkit-box-shadow: 1px 1px 3px 2px #ADDEE4;
box-shadow: 1px 1px 3px 2px #ADDEE4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDEE4; -webkit-box-shadow: 1px 1px 3px 2px #ADDEE4; box-shadow:1px 1px 3px 2px #ADDEE4;">
Div content here
</div>
Dieser Text ist in der Farbe #ADDEE4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADDEE4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADDEE4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADDEE4.
Kontrastfarbe für #ADDEE4 ist #52211B.