HEX: #ADC38D
RGB: (173,195,141)
#ADC38D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADC38D ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADC38D wird in RGB als (173,195,141) definiert.
RGB: (173,195,141)
(68%, 76%, 55%)
R 173 von 255 = 68%
G 195 von 255 = 76%
B 141 von 255 = 55%
R + G + B ~ 66%. #ADC38D ziemlich helle Farbe.
R + G + B = 173 + 195 + 141 = 509 (100%)
R 173 von 509 ~ 33.99%
G 195 von 509 ~ 38.31%
B 141 von 509 ~ 27.7'%
Die Farbe #ADC38D wird in CMYK als (11,0,28,24) definiert.
CMYK: (11,0,28,24)
C11M0Y28K24 (11%, 0%, 28%, 24%)
(0.11 / 0.00 / 0.28 / 0.24)
Farbe #ADC38D in den populären Farbmodellen.
AD | C3 | 8D | |
---|---|---|---|
RGB | 173 | 195 | 141 |
HSL | 84° | 31.03% | 65.88% |
HSB/HSV | 84° | 27.69% | 76.47% |
CMYK | 11.28% | 0.00% | 27.69% |
23.53% |
Die Farbe #ADC38D in den populären Zahlensystemen.
Hexadezimal | AD | C3 | 8D |
Dezimal | 173 | 195 | 141 |
Binär | 10101101 | 11000011 | 10001101 |
Oktal | 255 | 303 | 215 |
Dunkle Töne der Farbe #ADC38D
Helle Töne der Farbe #ADC38D
Beispiele css- und html für Elemente in der Farbe #ADC38D. Bitte benutzen Sie auch rgb(173,195,141) statt hex-Code.
.myTextColor { color: #ADC38D; }
<p style="color:#ADC38D">This sample text font color is #ADC38D.</p>
Die Farbe dieses Textes ist #ADC38D.
.myBgColor { background-color: #ADC38D; }
<div style="background-color:#ADC38D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADC38D.
.myBorderColor { border: 1px solid #ADC38D; }
<div style="border:3px solid #ADC38D">Div</div>
Die Grenzen von diesem div sind in Farbe #ADC38D.
.myOpacity80 { color: #ADC38D; opacity: 0.8; }
<p style="color:#ADC38D;opacity:0.8;">80%</p>
Text in Farbe #ADC38D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC38D;}
<p style="text-shadow: 3px 3px 1px #ADC38D">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADC38D.
.textShadow {text-shadow: 3px 3px 1px #ADC38D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC38D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADC38D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC38D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC38D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC38D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC38D;
-webkit-box-shadow: 1px 1px 3px 2px #ADC38D;
box-shadow: 1px 1px 3px 2px #ADC38D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC38D; -webkit-box-shadow: 1px 1px 3px 2px #ADC38D; box-shadow:1px 1px 3px 2px #ADC38D;">
Div content here
</div>
Dieser Text ist in der Farbe #ADC38D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADC38D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADC38D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADC38D.
Kontrastfarbe für #hex ist #523C72.