HEX: #ADDFEE
RGB: (173,223,238)
#ADDFEE enthält hauptsächlich grüne und blaue Farbe. Für #ADDFEE ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #ADDFEE wird in RGB als (173,223,238) definiert.
RGB: (173,223,238)
(68%, 87%, 93%)
R 173 von 255 = 68%
G 223 von 255 = 87%
B 238 von 255 = 93%
R + G + B ~ 83%. #ADDFEE ziemlich helle Farbe.
R + G + B = 173 + 223 + 238 = 634 (100%)
R 173 von 634 ~ 27.29%
G 223 von 634 ~ 35.17%
B 238 von 634 ~ 37.54'%
Die Farbe #ADDFEE wird in CMYK als (27,6,0,7) definiert.
CMYK: (27,6,0,7) C27M6Y0K7 (27%,6%,0%,7%) (0.27/0.06/0.00/0.07)
Farbe #ADDFEE in den populären Farbmodellen.
AD | DF | EE | |
---|---|---|---|
RGB | 173 | 223 | 238 |
HSL | 194° | 65.66% | 80.59% |
HSB/HSV | 194° | 27.31% | 93.33% |
CMYK | 27.31% | 6.30% | 0.00% |
6.67% |
Die Farbe #ADDFEE in den populären Zahlensystemen.
Hexadezimal | AD | DF | EE |
Dezimal | 173 | 223 | 238 |
Binär | 10101101 | 11011111 | 11101110 |
Oktal | 255 | 337 | 356 |
Dunkle Töne der Farbe #ADDFEE
Helle Töne der Farbe #ADDFEE
Beispiele css- und html für Elemente in der Farbe #ADDFEE. Bitte benutzen Sie auch rgb(173,223,238) statt hex-Code.
.myTextColor { color: #ADDFEE; }
<p style="color:#ADDFEE">This sample text font color is #ADDFEE.</p>
Die Farbe dieses Textes ist #ADDFEE.
.myBgColor { background-color: #ADDFEE; }
<div style="background-color:#ADDFEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADDFEE.
.myBorderColor { border: 1px solid #ADDFEE; }
<div style="border:3px solid #ADDFEE">Div</div>
Die Grenzen von diesem div sind in Farbe #ADDFEE.
.myOpacity80 { color: #ADDFEE; opacity: 0.8; }
<p style="color:#ADDFEE;opacity:0.8;">80%</p>
Text in Farbe #ADDFEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDFEE;}
<p style="text-shadow: 3px 3px 1px #ADDFEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADDFEE.
.textShadow {text-shadow: 3px 3px 1px #ADDFEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDFEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADDFEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDFEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDFEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDFEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDFEE;
-webkit-box-shadow: 1px 1px 3px 2px #ADDFEE;
box-shadow: 1px 1px 3px 2px #ADDFEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDFEE; -webkit-box-shadow: 1px 1px 3px 2px #ADDFEE; box-shadow:1px 1px 3px 2px #ADDFEE;">
Div content here
</div>
Dieser Text ist in der Farbe #ADDFEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADDFEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADDFEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADDFEE.
Kontrastfarbe für #hex ist #522011.