HEX: #BCCE63
RGB: (188,206,99)
#BCCE63 enthält hauptsächlich rote und grüne Farbe. Für #BCCE63 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #BCCE63 wird in RGB als (188,206,99) definiert.
RGB: (188,206,99)
(74%, 81%, 39%)
R 188 von 255 = 74%
G 206 von 255 = 81%
B 99 von 255 = 39%
R + G + B ~ 65%. #BCCE63 ziemlich helle Farbe.
R + G + B = 188 + 206 + 99 = 493 (100%)
R 188 von 493 ~ 38.13%
G 206 von 493 ~ 41.78%
B 99 von 493 ~ 20.08'%
Die Farbe #BCCE63 wird in CMYK als (9,0,52,19) definiert.
CMYK: (9,0,52,19)
C9M0Y52K19 (9%, 0%, 52%, 19%)
(0.09 / 0.00 / 0.52 / 0.19)
Farbe #BCCE63 in den populären Farbmodellen.
BC | CE | 63 | |
---|---|---|---|
RGB | 188 | 206 | 99 |
HSL | 70° | 52.20% | 59.80% |
HSB/HSV | 70° | 51.94% | 80.78% |
CMYK | 8.74% | 0.00% | 51.94% |
19.22% |
Die Farbe #BCCE63 in den populären Zahlensystemen.
Hexadezimal | BC | CE | 63 |
Dezimal | 188 | 206 | 99 |
Binär | 10111100 | 11001110 | 1100011 |
Oktal | 274 | 316 | 143 |
Dunkle Töne der Farbe #BCCE63
Helle Töne der Farbe #BCCE63
Beispiele css- und html für Elemente in der Farbe #BCCE63. Bitte benutzen Sie auch rgb(188,206,99) statt hex-Code.
.myTextColor { color: #BCCE63; }
<p style="color:#BCCE63">This sample text font color is #BCCE63.</p>
Die Farbe dieses Textes ist #BCCE63.
.myBgColor { background-color: #BCCE63; }
<div style="background-color:#BCCE63">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCCE63.
.myBorderColor { border: 1px solid #BCCE63; }
<div style="border:3px solid #BCCE63">Div</div>
Die Grenzen von diesem div sind in Farbe #BCCE63.
.myOpacity80 { color: #BCCE63; opacity: 0.8; }
<p style="color:#BCCE63;opacity:0.8;">80%</p>
Text in Farbe #BCCE63 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCCE63;}
<p style="text-shadow: 3px 3px 1px #BCCE63">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCCE63.
.textShadow {text-shadow: 3px 3px 1px #BCCE63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCCE63, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCCE63 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCCE63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCCE63, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCCE63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCCE63;
-webkit-box-shadow: 1px 1px 3px 2px #BCCE63;
box-shadow: 1px 1px 3px 2px #BCCE63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCCE63; -webkit-box-shadow: 1px 1px 3px 2px #BCCE63; box-shadow:1px 1px 3px 2px #BCCE63;">
Div content here
</div>
Dieser Text ist in der Farbe #BCCE63 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCCE63 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCCE63.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCCE63.
Kontrastfarbe für #hex ist #43319C.