HEX: #BCD563
RGB: (188,213,99)
#BCD563 enthält hauptsächlich rote und grüne Farbe. Für #BCD563 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #BCD563 wird in RGB als (188,213,99) definiert.
RGB: (188,213,99) (74%,84%,39%)
R 188 von 255 = 74%
G 213 von 255 = 84%
B 99 von 255 = 39%
R + G + B ~ 66%. #BCD563 ziemlich helle Farbe.
R + G + B =
188 + 213 + 99 = 500 (100%)
R 188 von 500 ~ 37.6%
G 213 von 500 ~ 42.6%
B 99 von 500 ~ 19.8%
Die Farbe #BCD563 wird in CMYK als (12,0,54,16) definiert.
CMYK: (12,0,54,16) C12M0Y54K16 (12%,0%,54%,16%) (0.12/0.00/0.54/0.16)
BC | D5 | 63 | |
---|---|---|---|
RGB | 188 | 213 | 99 |
HSL | 73° | 57.58% | 61.18% |
HSB/HSV | 73° | 53.52% | 83.53% |
CMYK | 11.74% | 0.00% | 53.52% |
16.47% |
Hexadezimal | BC | D5 | 63 |
Dezimal | 188 | 213 | 99 |
Binär | 10111100 | 11010101 | 1100011 |
Oktal | 274 | 325 | 143 |
Beispiele css- und html für Elemente in der Farbe #BCD563. Bitte benutzen Sie auch rgb(188,213,99) statt hex-Code.
.myTextColor { color: #BCD563; }
<p style="color:#BCD563">This sample text font color is #BCD563.</p>
Die Farbe dieses Textes ist #BCD563.
.myBgColor { background-color: #BCD563; }
<div style="background-color:#BCD563">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCD563.
.myBorderColor { border: 1px solid #BCD563; }
<div style="border:3px solid #BCD563">Div</div>
Die Grenzen von diesem div sind in Farbe #BCD563.
.myOpacity80 { color: #BCD563; opacity: 0.8; }
<p style="color:#BCD563;opacity:0.8;">80%</p>
Text in Farbe #BCD563 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD563;}
<p style="text-shadow: 3px 3px 1px #BCD563">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCD563.
.textShadow {text-shadow: 3px 3px 1px #BCD563, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD563, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCD563 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD563, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD563, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD563 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCD563; -webkit-box-shadow: 1px 1px 3px 2px #BCD563; box-shadow: 1px 1px 3px 2px #BCD563; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCD563; -webkit-box-shadow: 1px 1px 3px 2px #BCD563; box-shadow:1px 1px 3px 2px #BCD563;">
Div content here</div>
Dieser Text ist in der Farbe #BCD563 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCD563 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCD563.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCD563.