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