HEX: #B4CC57
RGB: (180,204,87)
#B4CC57 enthält hauptsächlich rote und grüne Farbe. Für #B4CC57 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #B4CC57 wird in RGB als (180,204,87) definiert.
RGB: (180,204,87) (71%,80%,34%)
R 180 von 255 = 71%
G 204 von 255 = 80%
B 87 von 255 = 34%
R + G + B ~ 62%. #B4CC57 ziemlich helle Farbe.
R + G + B =
180 + 204 + 87 = 471 (100%)
R 180 von 471 ~ 38.22%
G 204 von 471 ~ 43.31%
B 87 von 471 ~ 18.47%
Die Farbe #B4CC57 wird in CMYK als (12,0,57,20) definiert.
CMYK: (12,0,57,20) C12M0Y57K20 (12%,0%,57%,20%) (0.12/0.00/0.57/0.20)
B4 | CC | 57 | |
---|---|---|---|
RGB | 180 | 204 | 87 |
HSL | 72° | 53.42% | 57.06% |
HSB/HSV | 72° | 57.35% | 80.00% |
CMYK | 11.76% | 0.00% | 57.35% |
20.00% |
Hexadezimal | B4 | CC | 57 |
Dezimal | 180 | 204 | 87 |
Binär | 10110100 | 11001100 | 1010111 |
Oktal | 264 | 314 | 127 |
Beispiele css- und html für Elemente in der Farbe #B4CC57. Bitte benutzen Sie auch rgb(180,204,87) statt hex-Code.
.myTextColor { color: #B4CC57; }
<p style="color:#B4CC57">This sample text font color is #B4CC57.</p>
Die Farbe dieses Textes ist #B4CC57.
.myBgColor { background-color: #B4CC57; }
<div style="background-color:#B4CC57">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4CC57.
.myBorderColor { border: 1px solid #B4CC57; }
<div style="border:3px solid #B4CC57">Div</div>
Die Grenzen von diesem div sind in Farbe #B4CC57.
.myOpacity80 { color: #B4CC57; opacity: 0.8; }
<p style="color:#B4CC57;opacity:0.8;">80%</p>
Text in Farbe #B4CC57 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4CC57;}
<p style="text-shadow: 3px 3px 1px #B4CC57">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4CC57.
.textShadow {text-shadow: 3px 3px 1px #B4CC57, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4CC57, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4CC57 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4CC57, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4CC57, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4CC57 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4CC57; -webkit-box-shadow: 1px 1px 3px 2px #B4CC57; box-shadow: 1px 1px 3px 2px #B4CC57; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4CC57; -webkit-box-shadow: 1px 1px 3px 2px #B4CC57; box-shadow:1px 1px 3px 2px #B4CC57;">
Div content here</div>
Dieser Text ist in der Farbe #B4CC57 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4CC57 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4CC57.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4CC57.