HEX: #ADFAED
RGB: (173,250,237)
#ADFAED enthält hauptsächlich grüne und blaue Farbe. Für #ADFAED ist eine «websichere» Webfarbe #99FFFF (oder kurz #9FF).
Die Farbe #ADFAED wird in RGB als (173,250,237) definiert.
RGB: (173,250,237)
(68%, 98%, 93%)
R 173 von 255 = 68%
G 250 von 255 = 98%
B 237 von 255 = 93%
R + G + B ~ 86%. #ADFAED helle Farbe.
R + G + B = 173 + 250 + 237 = 660 (100%)
R 173 von 660 ~ 26.21%
G 250 von 660 ~ 37.88%
B 237 von 660 ~ 35.91'%
Die Farbe #ADFAED wird in CMYK als (31,0,5,2) definiert.
CMYK: (31,0,5,2)
C31M0Y5K2 (31%, 0%, 5%, 2%)
(0.31 / 0.00 / 0.05 / 0.02)
Farbe #ADFAED in den populären Farbmodellen.
AD | FA | ED | |
---|---|---|---|
RGB | 173 | 250 | 237 |
HSL | 170° | 88.51% | 82.94% |
HSB/HSV | 170° | 30.80% | 98.04% |
CMYK | 30.80% | 0.00% | 5.20% |
1.96% |
Die Farbe #ADFAED in den populären Zahlensystemen.
Hexadezimal | AD | FA | ED |
Dezimal | 173 | 250 | 237 |
Binär | 10101101 | 11111010 | 11101101 |
Oktal | 255 | 372 | 355 |
Dunkle Töne der Farbe #ADFAED
Helle Töne der Farbe #ADFAED
Beispiele css- und html für Elemente in der Farbe #ADFAED. Bitte benutzen Sie auch rgb(173,250,237) statt hex-Code.
.myTextColor { color: #ADFAED; }
<p style="color:#ADFAED">This sample text font color is #ADFAED.</p>
Die Farbe dieses Textes ist #ADFAED.
.myBgColor { background-color: #ADFAED; }
<div style="background-color:#ADFAED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADFAED.
.myBorderColor { border: 1px solid #ADFAED; }
<div style="border:3px solid #ADFAED">Div</div>
Die Grenzen von diesem div sind in Farbe #ADFAED.
.myOpacity80 { color: #ADFAED; opacity: 0.8; }
<p style="color:#ADFAED;opacity:0.8;">80%</p>
Text in Farbe #ADFAED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADFAED;}
<p style="text-shadow: 3px 3px 1px #ADFAED">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADFAED.
.textShadow {text-shadow: 3px 3px 1px #ADFAED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADFAED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADFAED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADFAED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADFAED, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADFAED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADFAED;
-webkit-box-shadow: 1px 1px 3px 2px #ADFAED;
box-shadow: 1px 1px 3px 2px #ADFAED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADFAED; -webkit-box-shadow: 1px 1px 3px 2px #ADFAED; box-shadow:1px 1px 3px 2px #ADFAED;">
Div content here
</div>
Dieser Text ist in der Farbe #ADFAED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADFAED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADFAED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADFAED.
Kontrastfarbe für #hex ist #520512.