HEX: #ADDF8E
RGB: (173,223,142)
#ADDF8E enthält hauptsächlich rote und grüne Farbe. Für #ADDF8E ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADDF8E wird in RGB als (173,223,142) definiert.
RGB: (173,223,142)
(68%, 87%, 56%)
R 173 von 255 = 68%
G 223 von 255 = 87%
B 142 von 255 = 56%
R + G + B ~ 70%. #ADDF8E ziemlich helle Farbe.
R + G + B = 173 + 223 + 142 = 538 (100%)
R 173 von 538 ~ 32.16%
G 223 von 538 ~ 41.45%
B 142 von 538 ~ 26.39'%
Die Farbe #ADDF8E wird in CMYK als (22,0,36,13) definiert.
CMYK: (22,0,36,13) C22M0Y36K13 (22%,0%,36%,13%) (0.22/0.00/0.36/0.13)
Farbe #ADDF8E in den populären Farbmodellen.
AD | DF | 8E | |
---|---|---|---|
RGB | 173 | 223 | 142 |
HSL | 97° | 55.86% | 71.57% |
HSB/HSV | 97° | 36.32% | 87.45% |
CMYK | 22.42% | 0.00% | 36.32% |
12.55% |
Die Farbe #ADDF8E in den populären Zahlensystemen.
Hexadezimal | AD | DF | 8E |
Dezimal | 173 | 223 | 142 |
Binär | 10101101 | 11011111 | 10001110 |
Oktal | 255 | 337 | 216 |
Dunkle Töne der Farbe #ADDF8E
Helle Töne der Farbe #ADDF8E
Beispiele css- und html für Elemente in der Farbe #ADDF8E. Bitte benutzen Sie auch rgb(173,223,142) statt hex-Code.
.myTextColor { color: #ADDF8E; }
<p style="color:#ADDF8E">This sample text font color is #ADDF8E.</p>
Die Farbe dieses Textes ist #ADDF8E.
.myBgColor { background-color: #ADDF8E; }
<div style="background-color:#ADDF8E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADDF8E.
.myBorderColor { border: 1px solid #ADDF8E; }
<div style="border:3px solid #ADDF8E">Div</div>
Die Grenzen von diesem div sind in Farbe #ADDF8E.
.myOpacity80 { color: #ADDF8E; opacity: 0.8; }
<p style="color:#ADDF8E;opacity:0.8;">80%</p>
Text in Farbe #ADDF8E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDF8E;}
<p style="text-shadow: 3px 3px 1px #ADDF8E">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADDF8E.
.textShadow {text-shadow: 3px 3px 1px #ADDF8E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDF8E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADDF8E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDF8E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDF8E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDF8E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDF8E;
-webkit-box-shadow: 1px 1px 3px 2px #ADDF8E;
box-shadow: 1px 1px 3px 2px #ADDF8E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDF8E; -webkit-box-shadow: 1px 1px 3px 2px #ADDF8E; box-shadow:1px 1px 3px 2px #ADDF8E;">
Div content here
</div>
Dieser Text ist in der Farbe #ADDF8E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADDF8E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADDF8E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADDF8E.
Kontrastfarbe für #hex ist #522071.