HEX: #ADD6EF
RGB: (173,214,239)
#ADD6EF enthält hauptsächlich grüne und blaue Farbe. Für #ADD6EF ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #ADD6EF wird in RGB als (173,214,239) definiert.
RGB: (173,214,239)
(68%, 84%, 94%)
R 173 von 255 = 68%
G 214 von 255 = 84%
B 239 von 255 = 94%
R + G + B ~ 82%. #ADD6EF ziemlich helle Farbe.
R + G + B = 173 + 214 + 239 = 626 (100%)
R 173 von 626 ~ 27.64%
G 214 von 626 ~ 34.19%
B 239 von 626 ~ 38.18'%
Die Farbe #ADD6EF wird in CMYK als (28,10,0,6) definiert.
CMYK: (28,10,0,6)
C28M10Y0K6 (28%, 10%, 0%, 6%)
(0.28 / 0.10 / 0.00 / 0.06)
Farbe #ADD6EF in den populären Farbmodellen.
AD | D6 | EF | |
---|---|---|---|
RGB | 173 | 214 | 239 |
HSL | 203° | 67.35% | 80.78% |
HSB/HSV | 203° | 27.62% | 93.73% |
CMYK | 27.62% | 10.46% | 0.00% |
6.27% |
Die Farbe #ADD6EF in den populären Zahlensystemen.
Hexadezimal | AD | D6 | EF |
Dezimal | 173 | 214 | 239 |
Binär | 10101101 | 11010110 | 11101111 |
Oktal | 255 | 326 | 357 |
Dunkle Töne der Farbe #ADD6EF
Helle Töne der Farbe #ADD6EF
Beispiele css- und html für Elemente in der Farbe #ADD6EF. Bitte benutzen Sie auch rgb(173,214,239) statt hex-Code.
.myTextColor { color: #ADD6EF; }
<p style="color:#ADD6EF">This sample text font color is #ADD6EF.</p>
Die Farbe dieses Textes ist #ADD6EF.
.myBgColor { background-color: #ADD6EF; }
<div style="background-color:#ADD6EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADD6EF.
.myBorderColor { border: 1px solid #ADD6EF; }
<div style="border:3px solid #ADD6EF">Div</div>
Die Grenzen von diesem div sind in Farbe #ADD6EF.
.myOpacity80 { color: #ADD6EF; opacity: 0.8; }
<p style="color:#ADD6EF;opacity:0.8;">80%</p>
Text in Farbe #ADD6EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD6EF;}
<p style="text-shadow: 3px 3px 1px #ADD6EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADD6EF.
.textShadow {text-shadow: 3px 3px 1px #ADD6EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD6EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADD6EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD6EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD6EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD6EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD6EF;
-webkit-box-shadow: 1px 1px 3px 2px #ADD6EF;
box-shadow: 1px 1px 3px 2px #ADD6EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD6EF; -webkit-box-shadow: 1px 1px 3px 2px #ADD6EF; box-shadow:1px 1px 3px 2px #ADD6EF;">
Div content here
</div>
Dieser Text ist in der Farbe #ADD6EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADD6EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADD6EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADD6EF.
Kontrastfarbe für #ADD6EF ist #522910.