HEX: #ADE0DB
RGB: (173,224,219)
#ADE0DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADE0DB ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADE0DB wird in RGB als (173,224,219) definiert.
RGB: (173,224,219) (68%,88%,86%)
R 173 von 255 = 68%
G 224 von 255 = 88%
B 219 von 255 = 86%
R + G + B ~ 81%. #ADE0DB ziemlich helle Farbe.
R + G + B =
173 + 224 + 219 = 616 (100%)
R 173 von 616 ~ 28.08%
G 224 von 616 ~ 36.36%
B 219 von 616 ~ 35.55%
Die Farbe #ADE0DB wird in CMYK als (23,0,2,12) definiert.
CMYK: (23,0,2,12) C23M0Y2K12 (23%,0%,2%,12%) (0.23/0.00/0.02/0.12)
AD | E0 | DB | |
---|---|---|---|
RGB | 173 | 224 | 219 |
HSL | 174° | 45.13% | 77.84% |
HSB/HSV | 174° | 22.77% | 87.84% |
CMYK | 22.77% | 0.00% | 2.23% |
12.16% |
Hexadezimal | AD | E0 | DB |
Dezimal | 173 | 224 | 219 |
Binär | 10101101 | 11100000 | 11011011 |
Oktal | 255 | 340 | 333 |
Beispiele css- und html für Elemente in der Farbe #ADE0DB. Bitte benutzen Sie auch rgb(173,224,219) statt hex-Code.
.myTextColor { color: #ADE0DB; }
<p style="color:#ADE0DB">This sample text font color is #ADE0DB.</p>
Die Farbe dieses Textes ist #ADE0DB.
.myBgColor { background-color: #ADE0DB; }
<div style="background-color:#ADE0DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADE0DB.
.myBorderColor { border: 1px solid #ADE0DB; }
<div style="border:3px solid #ADE0DB">Div</div>
Die Grenzen von diesem div sind in Farbe #ADE0DB.
.myOpacity80 { color: #ADE0DB; opacity: 0.8; }
<p style="color:#ADE0DB;opacity:0.8;">80%</p>
Text in Farbe #ADE0DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE0DB;}
<p style="text-shadow: 3px 3px 1px #ADE0DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADE0DB.
.textShadow {text-shadow: 3px 3px 1px #ADE0DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE0DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADE0DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE0DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE0DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE0DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADE0DB; -webkit-box-shadow: 1px 1px 3px 2px #ADE0DB; box-shadow: 1px 1px 3px 2px #ADE0DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADE0DB; -webkit-box-shadow: 1px 1px 3px 2px #ADE0DB; box-shadow:1px 1px 3px 2px #ADE0DB;">
Div content here</div>
Dieser Text ist in der Farbe #ADE0DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADE0DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADE0DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADE0DB.