HEX: #ADEFDB
RGB: (173,239,219)
#ADEFDB enthält hauptsächlich grüne und blaue Farbe. Für #ADEFDB ist eine «websichere» Webfarbe #99FFCC (oder kurz #9FC).
Die Farbe #ADEFDB wird in RGB als (173,239,219) definiert.
RGB: (173,239,219) (68%,94%,86%)
R 173 von 255 = 68%
G 239 von 255 = 94%
B 219 von 255 = 86%
R + G + B ~ 83%. #ADEFDB ziemlich helle Farbe.
R + G + B =
173 + 239 + 219 = 631 (100%)
R 173 von 631 ~ 27.42%
G 239 von 631 ~ 37.88%
B 219 von 631 ~ 34.71%
Die Farbe #ADEFDB wird in CMYK als (28,0,8,6) definiert.
CMYK: (28,0,8,6) C28M0Y8K6 (28%,0%,8%,6%) (0.28/0.00/0.08/0.06)
AD | EF | DB | |
---|---|---|---|
RGB | 173 | 239 | 219 |
HSL | 162° | 67.35% | 80.78% |
HSB/HSV | 162° | 27.62% | 93.73% |
CMYK | 27.62% | 0.00% | 8.37% |
6.27% |
Hexadezimal | AD | EF | DB |
Dezimal | 173 | 239 | 219 |
Binär | 10101101 | 11101111 | 11011011 |
Oktal | 255 | 357 | 333 |
Beispiele css- und html für Elemente in der Farbe #ADEFDB. Bitte benutzen Sie auch rgb(173,239,219) statt hex-Code.
.myTextColor { color: #ADEFDB; }
<p style="color:#ADEFDB">This sample text font color is #ADEFDB.</p>
Die Farbe dieses Textes ist #ADEFDB.
.myBgColor { background-color: #ADEFDB; }
<div style="background-color:#ADEFDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADEFDB.
.myBorderColor { border: 1px solid #ADEFDB; }
<div style="border:3px solid #ADEFDB">Div</div>
Die Grenzen von diesem div sind in Farbe #ADEFDB.
.myOpacity80 { color: #ADEFDB; opacity: 0.8; }
<p style="color:#ADEFDB;opacity:0.8;">80%</p>
Text in Farbe #ADEFDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEFDB;}
<p style="text-shadow: 3px 3px 1px #ADEFDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADEFDB.
.textShadow {text-shadow: 3px 3px 1px #ADEFDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEFDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADEFDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEFDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADEFDB; -webkit-box-shadow: 1px 1px 3px 2px #ADEFDB; box-shadow: 1px 1px 3px 2px #ADEFDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADEFDB; -webkit-box-shadow: 1px 1px 3px 2px #ADEFDB; box-shadow:1px 1px 3px 2px #ADEFDB;">
Div content here</div>
Dieser Text ist in der Farbe #ADEFDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADEFDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADEFDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADEFDB.