HEX: #ADB973
RGB: (173,185,115)
#ADB973 enthält hauptsächlich rote und grüne Farbe. Für #ADB973 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ADB973 wird in RGB als (173,185,115) definiert.
RGB: (173,185,115) (68%,73%,45%)
R 173 von 255 = 68%
G 185 von 255 = 73%
B 115 von 255 = 45%
R + G + B ~ 62%. #ADB973 ziemlich helle Farbe.
R + G + B =
173 + 185 + 115 = 473 (100%)
R 173 von 473 ~ 36.58%
G 185 von 473 ~ 39.11%
B 115 von 473 ~ 24.31%
Die Farbe #ADB973 wird in CMYK als (6,0,38,27) definiert.
CMYK: (6,0,38,27) C6M0Y38K27 (6%,0%,38%,27%) (0.06/0.00/0.38/0.27)
AD | B9 | 73 | |
---|---|---|---|
RGB | 173 | 185 | 115 |
HSL | 70° | 33.33% | 58.82% |
HSB/HSV | 70° | 37.84% | 72.55% |
CMYK | 6.49% | 0.00% | 37.84% |
27.45% |
Hexadezimal | AD | B9 | 73 |
Dezimal | 173 | 185 | 115 |
Binär | 10101101 | 10111001 | 1110011 |
Oktal | 255 | 271 | 163 |
Beispiele css- und html für Elemente in der Farbe #ADB973. Bitte benutzen Sie auch rgb(173,185,115) statt hex-Code.
.myTextColor { color: #ADB973; }
<p style="color:#ADB973">This sample text font color is #ADB973.</p>
Die Farbe dieses Textes ist #ADB973.
.myBgColor { background-color: #ADB973; }
<div style="background-color:#ADB973">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADB973.
.myBorderColor { border: 1px solid #ADB973; }
<div style="border:3px solid #ADB973">Div</div>
Die Grenzen von diesem div sind in Farbe #ADB973.
.myOpacity80 { color: #ADB973; opacity: 0.8; }
<p style="color:#ADB973;opacity:0.8;">80%</p>
Text in Farbe #ADB973 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB973;}
<p style="text-shadow: 3px 3px 1px #ADB973">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADB973.
.textShadow {text-shadow: 3px 3px 1px #ADB973, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB973, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADB973 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB973, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB973, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB973 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADB973; -webkit-box-shadow: 1px 1px 3px 2px #ADB973; box-shadow: 1px 1px 3px 2px #ADB973; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADB973; -webkit-box-shadow: 1px 1px 3px 2px #ADB973; box-shadow:1px 1px 3px 2px #ADB973;">
Div content here</div>
Dieser Text ist in der Farbe #ADB973 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADB973 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADB973.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADB973.