HEX: #AEB980
RGB: (174,185,128)
#AEB980 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AEB980 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #AEB980 wird in RGB als (174,185,128) definiert.
RGB: (174,185,128) (68%,73%,50%)
R 174 von 255 = 68%
G 185 von 255 = 73%
B 128 von 255 = 50%
R + G + B ~ 64%. #AEB980 ziemlich helle Farbe.
R + G + B =
174 + 185 + 128 = 487 (100%)
R 174 von 487 ~ 35.73%
G 185 von 487 ~ 37.99%
B 128 von 487 ~ 26.28%
Die Farbe #AEB980 wird in CMYK als (6,0,31,27) definiert.
CMYK: (6,0,31,27) C6M0Y31K27 (6%,0%,31%,27%) (0.06/0.00/0.31/0.27)
AE | B9 | 80 | |
---|---|---|---|
RGB | 174 | 185 | 128 |
HSL | 72° | 28.93% | 61.37% |
HSB/HSV | 72° | 30.81% | 72.55% |
CMYK | 5.95% | 0.00% | 30.81% |
27.45% |
Hexadezimal | AE | B9 | 80 |
Dezimal | 174 | 185 | 128 |
Binär | 10101110 | 10111001 | 10000000 |
Oktal | 256 | 271 | 200 |
Beispiele css- und html für Elemente in der Farbe #AEB980. Bitte benutzen Sie auch rgb(174,185,128) statt hex-Code.
.myTextColor { color: #AEB980; }
<p style="color:#AEB980">This sample text font color is #AEB980.</p>
Die Farbe dieses Textes ist #AEB980.
.myBgColor { background-color: #AEB980; }
<div style="background-color:#AEB980">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AEB980.
.myBorderColor { border: 1px solid #AEB980; }
<div style="border:3px solid #AEB980">Div</div>
Die Grenzen von diesem div sind in Farbe #AEB980.
.myOpacity80 { color: #AEB980; opacity: 0.8; }
<p style="color:#AEB980;opacity:0.8;">80%</p>
Text in Farbe #AEB980 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEB980;}
<p style="text-shadow: 3px 3px 1px #AEB980">Text here.</p>
Dieser Text hat den Schatten in Farbe #AEB980.
.textShadow {text-shadow: 3px 3px 1px #AEB980, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEB980, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AEB980 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB980, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEB980, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEB980 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AEB980; -webkit-box-shadow: 1px 1px 3px 2px #AEB980; box-shadow: 1px 1px 3px 2px #AEB980; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AEB980; -webkit-box-shadow: 1px 1px 3px 2px #AEB980; box-shadow:1px 1px 3px 2px #AEB980;">
Div content here</div>
Dieser Text ist in der Farbe #AEB980 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AEB980 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AEB980.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AEB980.