HEX: #ADBD5E
RGB: (173,189,94)
#ADBD5E enthält hauptsächlich rote und grüne Farbe. Für #ADBD5E ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ADBD5E wird in RGB als (173,189,94) definiert.
RGB: (173,189,94)
(68%, 74%, 37%)
R 173 von 255 = 68%
G 189 von 255 = 74%
B 94 von 255 = 37%
R + G + B ~ 60%. #ADBD5E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 173 + 189 + 94 = 456 (100%)
R 173 von 456 ~ 37.94%
G 189 von 456 ~ 41.45%
B 94 von 456 ~ 20.61'%
Die Farbe #ADBD5E wird in CMYK als (8,0,50,26) definiert.
CMYK: (8,0,50,26)
C8M0Y50K26 (8%, 0%, 50%, 26%)
(0.08 / 0.00 / 0.50 / 0.26)
Farbe #ADBD5E in den populären Farbmodellen.
AD | BD | 5E | |
---|---|---|---|
RGB | 173 | 189 | 94 |
HSL | 70° | 41.85% | 55.49% |
HSB/HSV | 70° | 50.26% | 74.12% |
CMYK | 8.47% | 0.00% | 50.26% |
25.88% |
Die Farbe #ADBD5E in den populären Zahlensystemen.
Hexadezimal | AD | BD | 5E |
Dezimal | 173 | 189 | 94 |
Binär | 10101101 | 10111101 | 1011110 |
Oktal | 255 | 275 | 136 |
Dunkle Töne der Farbe #ADBD5E
Helle Töne der Farbe #ADBD5E
Beispiele css- und html für Elemente in der Farbe #ADBD5E. Bitte benutzen Sie auch rgb(173,189,94) statt hex-Code.
.myTextColor { color: #ADBD5E; }
<p style="color:#ADBD5E">This sample text font color is #ADBD5E.</p>
Die Farbe dieses Textes ist #ADBD5E.
.myBgColor { background-color: #ADBD5E; }
<div style="background-color:#ADBD5E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADBD5E.
.myBorderColor { border: 1px solid #ADBD5E; }
<div style="border:3px solid #ADBD5E">Div</div>
Die Grenzen von diesem div sind in Farbe #ADBD5E.
.myOpacity80 { color: #ADBD5E; opacity: 0.8; }
<p style="color:#ADBD5E;opacity:0.8;">80%</p>
Text in Farbe #ADBD5E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBD5E;}
<p style="text-shadow: 3px 3px 1px #ADBD5E">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADBD5E.
.textShadow {text-shadow: 3px 3px 1px #ADBD5E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBD5E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADBD5E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBD5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBD5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBD5E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBD5E;
-webkit-box-shadow: 1px 1px 3px 2px #ADBD5E;
box-shadow: 1px 1px 3px 2px #ADBD5E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBD5E; -webkit-box-shadow: 1px 1px 3px 2px #ADBD5E; box-shadow:1px 1px 3px 2px #ADBD5E;">
Div content here
</div>
Dieser Text ist in der Farbe #ADBD5E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADBD5E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADBD5E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADBD5E.
Kontrastfarbe für #hex ist #5242A1.