HEX: #ADBC7D
RGB: (173,188,125)
#ADBC7D enthält hauptsächlich rote und grüne Farbe. Für #ADBC7D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ADBC7D wird in RGB als (173,188,125) definiert.
RGB: (173,188,125)
(68%, 74%, 49%)
R 173 von 255 = 68%
G 188 von 255 = 74%
B 125 von 255 = 49%
R + G + B ~ 64%. #ADBC7D ziemlich helle Farbe.
R + G + B = 173 + 188 + 125 = 486 (100%)
R 173 von 486 ~ 35.6%
G 188 von 486 ~ 38.68%
B 125 von 486 ~ 25.72'%
Die Farbe #ADBC7D wird in CMYK als (8,0,34,26) definiert.
CMYK: (8,0,34,26)
C8M0Y34K26 (8%, 0%, 34%, 26%)
(0.08 / 0.00 / 0.34 / 0.26)
Farbe #ADBC7D in den populären Farbmodellen.
AD | BC | 7D | |
---|---|---|---|
RGB | 173 | 188 | 125 |
HSL | 74° | 31.98% | 61.37% |
HSB/HSV | 74° | 33.51% | 73.73% |
CMYK | 7.98% | 0.00% | 33.51% |
26.27% |
Die Farbe #ADBC7D in den populären Zahlensystemen.
Hexadezimal | AD | BC | 7D |
Dezimal | 173 | 188 | 125 |
Binär | 10101101 | 10111100 | 1111101 |
Oktal | 255 | 274 | 175 |
Dunkle Töne der Farbe #ADBC7D
Helle Töne der Farbe #ADBC7D
Beispiele css- und html für Elemente in der Farbe #ADBC7D. Bitte benutzen Sie auch rgb(173,188,125) statt hex-Code.
.myTextColor { color: #ADBC7D; }
<p style="color:#ADBC7D">This sample text font color is #ADBC7D.</p>
Die Farbe dieses Textes ist #ADBC7D.
.myBgColor { background-color: #ADBC7D; }
<div style="background-color:#ADBC7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADBC7D.
.myBorderColor { border: 1px solid #ADBC7D; }
<div style="border:3px solid #ADBC7D">Div</div>
Die Grenzen von diesem div sind in Farbe #ADBC7D.
.myOpacity80 { color: #ADBC7D; opacity: 0.8; }
<p style="color:#ADBC7D;opacity:0.8;">80%</p>
Text in Farbe #ADBC7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBC7D;}
<p style="text-shadow: 3px 3px 1px #ADBC7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADBC7D.
.textShadow {text-shadow: 3px 3px 1px #ADBC7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBC7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADBC7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBC7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBC7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBC7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBC7D;
-webkit-box-shadow: 1px 1px 3px 2px #ADBC7D;
box-shadow: 1px 1px 3px 2px #ADBC7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBC7D; -webkit-box-shadow: 1px 1px 3px 2px #ADBC7D; box-shadow:1px 1px 3px 2px #ADBC7D;">
Div content here
</div>
Dieser Text ist in der Farbe #ADBC7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADBC7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADBC7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADBC7D.
Kontrastfarbe für #hex ist #524382.