HEX: #C8C53B
RGB: (200,197,59)
#C8C53B enthält hauptsächlich rote und grüne Farbe. Für #C8C53B ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #C8C53B wird in RGB als (200,197,59) definiert.
RGB: (200,197,59) (78%,77%,23%)
R 200 von 255 = 78%
G 197 von 255 = 77%
B 59 von 255 = 23%
R + G + B ~ 59%. #C8C53B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
200 + 197 + 59 = 456 (100%)
R 200 von 456 ~ 43.86%
G 197 von 456 ~ 43.2%
B 59 von 456 ~ 12.94%
Die Farbe #C8C53B wird in CMYK als (0,1,71,22) definiert.
CMYK: (0,1,71,22) C0M1Y71K22 (0%,1%,71%,22%) (0.00/0.01/0.71/0.22)
C8 | C5 | 3B | |
---|---|---|---|
RGB | 200 | 197 | 59 |
HSL | 59° | 56.18% | 50.78% |
HSB/HSV | 59° | 70.50% | 78.43% |
CMYK | 0.00% | 1.50% | 70.50% |
21.57% |
Hexadezimal | C8 | C5 | 3B |
Dezimal | 200 | 197 | 59 |
Binär | 11001000 | 11000101 | 111011 |
Oktal | 310 | 305 | 73 |
Beispiele css- und html für Elemente in der Farbe #C8C53B. Bitte benutzen Sie auch rgb(200,197,59) statt hex-Code.
.myTextColor { color: #C8C53B; }
<p style="color:#C8C53B">This sample text font color is #C8C53B.</p>
Die Farbe dieses Textes ist #C8C53B.
.myBgColor { background-color: #C8C53B; }
<div style="background-color:#C8C53B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C8C53B.
.myBorderColor { border: 1px solid #C8C53B; }
<div style="border:3px solid #C8C53B">Div</div>
Die Grenzen von diesem div sind in Farbe #C8C53B.
.myOpacity80 { color: #C8C53B; opacity: 0.8; }
<p style="color:#C8C53B;opacity:0.8;">80%</p>
Text in Farbe #C8C53B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C8C53B;}
<p style="text-shadow: 3px 3px 1px #C8C53B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C8C53B.
.textShadow {text-shadow: 3px 3px 1px #C8C53B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C8C53B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C8C53B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8C53B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C8C53B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C8C53B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C8C53B; -webkit-box-shadow: 1px 1px 3px 2px #C8C53B; box-shadow: 1px 1px 3px 2px #C8C53B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C8C53B; -webkit-box-shadow: 1px 1px 3px 2px #C8C53B; box-shadow:1px 1px 3px 2px #C8C53B;">
Div content here</div>
Dieser Text ist in der Farbe #C8C53B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C8C53B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C8C53B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C8C53B.