HEX: #ADDFB5
RGB: (173,223,181)
#ADDFB5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADDFB5 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADDFB5 wird in RGB als (173,223,181) definiert.
RGB: (173,223,181)
(68%, 87%, 71%)
R 173 von 255 = 68%
G 223 von 255 = 87%
B 181 von 255 = 71%
R + G + B ~ 75%. #ADDFB5 ziemlich helle Farbe.
R + G + B = 173 + 223 + 181 = 577 (100%)
R 173 von 577 ~ 29.98%
G 223 von 577 ~ 38.65%
B 181 von 577 ~ 31.37'%
Die Farbe #ADDFB5 wird in CMYK als (22,0,19,13) definiert.
CMYK: (22,0,19,13)
C22M0Y19K13 (22%, 0%, 19%, 13%)
(0.22 / 0.00 / 0.19 / 0.13)
Farbe #ADDFB5 in den populären Farbmodellen.
AD | DF | B5 | |
---|---|---|---|
RGB | 173 | 223 | 181 |
HSL | 130° | 43.86% | 77.65% |
HSB/HSV | 130° | 22.42% | 87.45% |
CMYK | 22.42% | 0.00% | 18.83% |
12.55% |
Die Farbe #ADDFB5 in den populären Zahlensystemen.
Hexadezimal | AD | DF | B5 |
Dezimal | 173 | 223 | 181 |
Binär | 10101101 | 11011111 | 10110101 |
Oktal | 255 | 337 | 265 |
Dunkle Töne der Farbe #ADDFB5
Helle Töne der Farbe #ADDFB5
Beispiele css- und html für Elemente in der Farbe #ADDFB5. Bitte benutzen Sie auch rgb(173,223,181) statt hex-Code.
.myTextColor { color: #ADDFB5; }
<p style="color:#ADDFB5">This sample text font color is #ADDFB5.</p>
Die Farbe dieses Textes ist #ADDFB5.
.myBgColor { background-color: #ADDFB5; }
<div style="background-color:#ADDFB5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADDFB5.
.myBorderColor { border: 1px solid #ADDFB5; }
<div style="border:3px solid #ADDFB5">Div</div>
Die Grenzen von diesem div sind in Farbe #ADDFB5.
.myOpacity80 { color: #ADDFB5; opacity: 0.8; }
<p style="color:#ADDFB5;opacity:0.8;">80%</p>
Text in Farbe #ADDFB5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDFB5;}
<p style="text-shadow: 3px 3px 1px #ADDFB5">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADDFB5.
.textShadow {text-shadow: 3px 3px 1px #ADDFB5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDFB5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADDFB5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDFB5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDFB5, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDFB5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDFB5;
-webkit-box-shadow: 1px 1px 3px 2px #ADDFB5;
box-shadow: 1px 1px 3px 2px #ADDFB5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDFB5; -webkit-box-shadow: 1px 1px 3px 2px #ADDFB5; box-shadow:1px 1px 3px 2px #ADDFB5;">
Div content here
</div>
Dieser Text ist in der Farbe #ADDFB5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADDFB5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADDFB5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADDFB5.
Kontrastfarbe für #hex ist #52204A.