HEX: #C5CB53
RGB: (197,203,83)
#C5CB53 enthält hauptsächlich rote und grüne Farbe. Für #C5CB53 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #C5CB53 wird in RGB als (197,203,83) definiert.
RGB: (197,203,83)
(77%, 80%, 33%)
R 197 von 255 = 77%
G 203 von 255 = 80%
B 83 von 255 = 33%
R + G + B ~ 63%. #C5CB53 ziemlich helle Farbe.
R + G + B = 197 + 203 + 83 = 483 (100%)
R 197 von 483 ~ 40.79%
G 203 von 483 ~ 42.03%
B 83 von 483 ~ 17.18'%
Die Farbe #C5CB53 wird in CMYK als (3,0,59,20) definiert.
CMYK: (3,0,59,20)
C3M0Y59K20 (3%, 0%, 59%, 20%)
(0.03 / 0.00 / 0.59 / 0.20)
Farbe #C5CB53 in den populären Farbmodellen.
C5 | CB | 53 | |
---|---|---|---|
RGB | 197 | 203 | 83 |
HSL | 63° | 53.57% | 56.08% |
HSB/HSV | 63° | 59.11% | 79.61% |
CMYK | 2.96% | 0.00% | 59.11% |
20.39% |
Die Farbe #C5CB53 in den populären Zahlensystemen.
Hexadezimal | C5 | CB | 53 |
Dezimal | 197 | 203 | 83 |
Binär | 11000101 | 11001011 | 1010011 |
Oktal | 305 | 313 | 123 |
Dunkle Töne der Farbe #C5CB53
Helle Töne der Farbe #C5CB53
Beispiele css- und html für Elemente in der Farbe #C5CB53. Bitte benutzen Sie auch rgb(197,203,83) statt hex-Code.
.myTextColor { color: #C5CB53; }
<p style="color:#C5CB53">This sample text font color is #C5CB53.</p>
Die Farbe dieses Textes ist #C5CB53.
.myBgColor { background-color: #C5CB53; }
<div style="background-color:#C5CB53">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5CB53.
.myBorderColor { border: 1px solid #C5CB53; }
<div style="border:3px solid #C5CB53">Div</div>
Die Grenzen von diesem div sind in Farbe #C5CB53.
.myOpacity80 { color: #C5CB53; opacity: 0.8; }
<p style="color:#C5CB53;opacity:0.8;">80%</p>
Text in Farbe #C5CB53 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5CB53;}
<p style="text-shadow: 3px 3px 1px #C5CB53">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5CB53.
.textShadow {text-shadow: 3px 3px 1px #C5CB53', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5CB53, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5CB53 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5CB53, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5CB53, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5CB53 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5CB53;
-webkit-box-shadow: 1px 1px 3px 2px #C5CB53;
box-shadow: 1px 1px 3px 2px #C5CB53;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5CB53; -webkit-box-shadow: 1px 1px 3px 2px #C5CB53; box-shadow:1px 1px 3px 2px #C5CB53;">
Div content here
</div>
Dieser Text ist in der Farbe #C5CB53 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5CB53 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5CB53.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5CB53.
Kontrastfarbe für #hex ist #3A34AC.