HEX: #ADEBDF
RGB: (173,235,223)
#ADEBDF enthält hauptsächlich grüne und blaue Farbe. Für #ADEBDF ist eine «websichere» Webfarbe #99FFCC (oder kurz #9FC).
Die Farbe #ADEBDF wird in RGB als (173,235,223) definiert.
RGB: (173,235,223)
(68%, 92%, 87%)
R 173 von 255 = 68%
G 235 von 255 = 92%
B 223 von 255 = 87%
R + G + B ~ 82%. #ADEBDF ziemlich helle Farbe.
R + G + B = 173 + 235 + 223 = 631 (100%)
R 173 von 631 ~ 27.42%
G 235 von 631 ~ 37.24%
B 223 von 631 ~ 35.34'%
Die Farbe #ADEBDF wird in CMYK als (26,0,5,8) definiert.
CMYK: (26,0,5,8)
C26M0Y5K8 (26%, 0%, 5%, 8%)
(0.26 / 0.00 / 0.05 / 0.08)
Farbe #ADEBDF in den populären Farbmodellen.
AD | EB | DF | |
---|---|---|---|
RGB | 173 | 235 | 223 |
HSL | 168° | 60.78% | 80.00% |
HSB/HSV | 168° | 26.38% | 92.16% |
CMYK | 26.38% | 0.00% | 5.11% |
7.84% |
Die Farbe #ADEBDF in den populären Zahlensystemen.
Hexadezimal | AD | EB | DF |
Dezimal | 173 | 235 | 223 |
Binär | 10101101 | 11101011 | 11011111 |
Oktal | 255 | 353 | 337 |
Dunkle Töne der Farbe #ADEBDF
Helle Töne der Farbe #ADEBDF
Beispiele css- und html für Elemente in der Farbe #ADEBDF. Bitte benutzen Sie auch rgb(173,235,223) statt hex-Code.
.myTextColor { color: #ADEBDF; }
<p style="color:#ADEBDF">This sample text font color is #ADEBDF.</p>
Die Farbe dieses Textes ist #ADEBDF.
.myBgColor { background-color: #ADEBDF; }
<div style="background-color:#ADEBDF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADEBDF.
.myBorderColor { border: 1px solid #ADEBDF; }
<div style="border:3px solid #ADEBDF">Div</div>
Die Grenzen von diesem div sind in Farbe #ADEBDF.
.myOpacity80 { color: #ADEBDF; opacity: 0.8; }
<p style="color:#ADEBDF;opacity:0.8;">80%</p>
Text in Farbe #ADEBDF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEBDF;}
<p style="text-shadow: 3px 3px 1px #ADEBDF">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADEBDF.
.textShadow {text-shadow: 3px 3px 1px #ADEBDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEBDF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADEBDF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEBDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEBDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEBDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADEBDF;
-webkit-box-shadow: 1px 1px 3px 2px #ADEBDF;
box-shadow: 1px 1px 3px 2px #ADEBDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADEBDF; -webkit-box-shadow: 1px 1px 3px 2px #ADEBDF; box-shadow:1px 1px 3px 2px #ADEBDF;">
Div content here
</div>
Dieser Text ist in der Farbe #ADEBDF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADEBDF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADEBDF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADEBDF.
Kontrastfarbe für #hex ist #521420.