HEX: #ADD0AB
RGB: (173,208,171)
#ADD0AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADD0AB ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADD0AB wird in RGB als (173,208,171) definiert.
RGB: (173,208,171)
(68%, 82%, 67%)
R 173 von 255 = 68%
G 208 von 255 = 82%
B 171 von 255 = 67%
R + G + B ~ 72%. #ADD0AB ziemlich helle Farbe.
R + G + B = 173 + 208 + 171 = 552 (100%)
R 173 von 552 ~ 31.34%
G 208 von 552 ~ 37.68%
B 171 von 552 ~ 30.98'%
Die Farbe #ADD0AB wird in CMYK als (17,0,18,18) definiert.
CMYK: (17,0,18,18) C17M0Y18K18 (17%,0%,18%,18%) (0.17/0.00/0.18/0.18)
Farbe #ADD0AB in den populären Farbmodellen.
AD | D0 | AB | |
---|---|---|---|
RGB | 173 | 208 | 171 |
HSL | 117° | 28.24% | 74.31% |
HSB/HSV | 117° | 17.79% | 81.57% |
CMYK | 16.83% | 0.00% | 17.79% |
18.43% |
Die Farbe #ADD0AB in den populären Zahlensystemen.
Hexadezimal | AD | D0 | AB |
Dezimal | 173 | 208 | 171 |
Binär | 10101101 | 11010000 | 10101011 |
Oktal | 255 | 320 | 253 |
Dunkle Töne der Farbe #ADD0AB
Helle Töne der Farbe #ADD0AB
Beispiele css- und html für Elemente in der Farbe #ADD0AB. Bitte benutzen Sie auch rgb(173,208,171) statt hex-Code.
.myTextColor { color: #ADD0AB; }
<p style="color:#ADD0AB">This sample text font color is #ADD0AB.</p>
Die Farbe dieses Textes ist #ADD0AB.
.myBgColor { background-color: #ADD0AB; }
<div style="background-color:#ADD0AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADD0AB.
.myBorderColor { border: 1px solid #ADD0AB; }
<div style="border:3px solid #ADD0AB">Div</div>
Die Grenzen von diesem div sind in Farbe #ADD0AB.
.myOpacity80 { color: #ADD0AB; opacity: 0.8; }
<p style="color:#ADD0AB;opacity:0.8;">80%</p>
Text in Farbe #ADD0AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD0AB;}
<p style="text-shadow: 3px 3px 1px #ADD0AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADD0AB.
.textShadow {text-shadow: 3px 3px 1px #ADD0AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD0AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADD0AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD0AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD0AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD0AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD0AB;
-webkit-box-shadow: 1px 1px 3px 2px #ADD0AB;
box-shadow: 1px 1px 3px 2px #ADD0AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD0AB; -webkit-box-shadow: 1px 1px 3px 2px #ADD0AB; box-shadow:1px 1px 3px 2px #ADD0AB;">
Div content here
</div>
Dieser Text ist in der Farbe #ADD0AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADD0AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADD0AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADD0AB.
Kontrastfarbe für #hex ist #522F54.