HEX: #ADDE7F
RGB: (173,222,127)
#ADDE7F enthält hauptsächlich rote und grüne Farbe. Für #ADDE7F ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ADDE7F wird in RGB als (173,222,127) definiert.
RGB: (173,222,127)
(68%, 87%, 50%)
R 173 von 255 = 68%
G 222 von 255 = 87%
B 127 von 255 = 50%
R + G + B ~ 68%. #ADDE7F ziemlich helle Farbe.
R + G + B = 173 + 222 + 127 = 522 (100%)
R 173 von 522 ~ 33.14%
G 222 von 522 ~ 42.53%
B 127 von 522 ~ 24.33'%
Die Farbe #ADDE7F wird in CMYK als (22,0,43,13) definiert.
CMYK: (22,0,43,13) C22M0Y43K13 (22%,0%,43%,13%) (0.22/0.00/0.43/0.13)
Farbe #ADDE7F in den populären Farbmodellen.
AD | DE | 7F | |
---|---|---|---|
RGB | 173 | 222 | 127 |
HSL | 91° | 59.01% | 68.43% |
HSB/HSV | 91° | 42.79% | 87.06% |
CMYK | 22.07% | 0.00% | 42.79% |
12.94% |
Die Farbe #ADDE7F in den populären Zahlensystemen.
Hexadezimal | AD | DE | 7F |
Dezimal | 173 | 222 | 127 |
Binär | 10101101 | 11011110 | 1111111 |
Oktal | 255 | 336 | 177 |
Dunkle Töne der Farbe #ADDE7F
Helle Töne der Farbe #ADDE7F
Beispiele css- und html für Elemente in der Farbe #ADDE7F. Bitte benutzen Sie auch rgb(173,222,127) statt hex-Code.
.myTextColor { color: #ADDE7F; }
<p style="color:#ADDE7F">This sample text font color is #ADDE7F.</p>
Die Farbe dieses Textes ist #ADDE7F.
.myBgColor { background-color: #ADDE7F; }
<div style="background-color:#ADDE7F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADDE7F.
.myBorderColor { border: 1px solid #ADDE7F; }
<div style="border:3px solid #ADDE7F">Div</div>
Die Grenzen von diesem div sind in Farbe #ADDE7F.
.myOpacity80 { color: #ADDE7F; opacity: 0.8; }
<p style="color:#ADDE7F;opacity:0.8;">80%</p>
Text in Farbe #ADDE7F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDE7F;}
<p style="text-shadow: 3px 3px 1px #ADDE7F">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADDE7F.
.textShadow {text-shadow: 3px 3px 1px #ADDE7F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDE7F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADDE7F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDE7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDE7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDE7F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDE7F;
-webkit-box-shadow: 1px 1px 3px 2px #ADDE7F;
box-shadow: 1px 1px 3px 2px #ADDE7F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDE7F; -webkit-box-shadow: 1px 1px 3px 2px #ADDE7F; box-shadow:1px 1px 3px 2px #ADDE7F;">
Div content here
</div>
Dieser Text ist in der Farbe #ADDE7F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADDE7F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADDE7F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADDE7F.
Kontrastfarbe für #hex ist #522180.