HEX: #ADDEB8
RGB: (173,222,184)
#ADDEB8 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADDEB8 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADDEB8 wird in RGB als (173,222,184) definiert.
RGB: (173,222,184)
(68%, 87%, 72%)
R 173 von 255 = 68%
G 222 von 255 = 87%
B 184 von 255 = 72%
R + G + B ~ 76%. #ADDEB8 ziemlich helle Farbe.
R + G + B = 173 + 222 + 184 = 579 (100%)
R 173 von 579 ~ 29.88%
G 222 von 579 ~ 38.34%
B 184 von 579 ~ 31.78'%
Die Farbe #ADDEB8 wird in CMYK als (22,0,17,13) definiert.
CMYK: (22,0,17,13)
C22M0Y17K13 (22%, 0%, 17%, 13%)
(0.22 / 0.00 / 0.17 / 0.13)
Farbe #ADDEB8 in den populären Farbmodellen.
AD | DE | B8 | |
---|---|---|---|
RGB | 173 | 222 | 184 |
HSL | 133° | 42.61% | 77.45% |
HSB/HSV | 133° | 22.07% | 87.06% |
CMYK | 22.07% | 0.00% | 17.12% |
12.94% |
Die Farbe #ADDEB8 in den populären Zahlensystemen.
Hexadezimal | AD | DE | B8 |
Dezimal | 173 | 222 | 184 |
Binär | 10101101 | 11011110 | 10111000 |
Oktal | 255 | 336 | 270 |
Dunkle Töne der Farbe #ADDEB8
Helle Töne der Farbe #ADDEB8
Beispiele css- und html für Elemente in der Farbe #ADDEB8. Bitte benutzen Sie auch rgb(173,222,184) statt hex-Code.
.myTextColor { color: #ADDEB8; }
<p style="color:#ADDEB8">This sample text font color is #ADDEB8.</p>
Die Farbe dieses Textes ist #ADDEB8.
.myBgColor { background-color: #ADDEB8; }
<div style="background-color:#ADDEB8">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADDEB8.
.myBorderColor { border: 1px solid #ADDEB8; }
<div style="border:3px solid #ADDEB8">Div</div>
Die Grenzen von diesem div sind in Farbe #ADDEB8.
.myOpacity80 { color: #ADDEB8; opacity: 0.8; }
<p style="color:#ADDEB8;opacity:0.8;">80%</p>
Text in Farbe #ADDEB8 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDEB8;}
<p style="text-shadow: 3px 3px 1px #ADDEB8">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADDEB8.
.textShadow {text-shadow: 3px 3px 1px #ADDEB8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDEB8, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADDEB8 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDEB8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDEB8, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDEB8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDEB8;
-webkit-box-shadow: 1px 1px 3px 2px #ADDEB8;
box-shadow: 1px 1px 3px 2px #ADDEB8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDEB8; -webkit-box-shadow: 1px 1px 3px 2px #ADDEB8; box-shadow:1px 1px 3px 2px #ADDEB8;">
Div content here
</div>
Dieser Text ist in der Farbe #ADDEB8 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADDEB8 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADDEB8.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADDEB8.
Kontrastfarbe für #hex ist #522147.