HEX: #BCE49C
RGB: (188,228,156)
#BCE49C enthält hauptsächlich rote und grüne Farbe. Für #BCE49C ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BCE49C wird in RGB als (188,228,156) definiert.
RGB: (188,228,156)
(74%, 89%, 61%)
R 188 von 255 = 74%
G 228 von 255 = 89%
B 156 von 255 = 61%
R + G + B ~ 75%. #BCE49C ziemlich helle Farbe.
R + G + B = 188 + 228 + 156 = 572 (100%)
R 188 von 572 ~ 32.87%
G 228 von 572 ~ 39.86%
B 156 von 572 ~ 27.27'%
Die Farbe #BCE49C wird in CMYK als (18,0,32,11) definiert.
CMYK: (18,0,32,11)
C18M0Y32K11 (18%, 0%, 32%, 11%)
(0.18 / 0.00 / 0.32 / 0.11)
Farbe #BCE49C in den populären Farbmodellen.
BC | E4 | 9C | |
---|---|---|---|
RGB | 188 | 228 | 156 |
HSL | 93° | 57.14% | 75.29% |
HSB/HSV | 93° | 31.58% | 89.41% |
CMYK | 17.54% | 0.00% | 31.58% |
10.59% |
Die Farbe #BCE49C in den populären Zahlensystemen.
Hexadezimal | BC | E4 | 9C |
Dezimal | 188 | 228 | 156 |
Binär | 10111100 | 11100100 | 10011100 |
Oktal | 274 | 344 | 234 |
Dunkle Töne der Farbe #BCE49C
Helle Töne der Farbe #BCE49C
Beispiele css- und html für Elemente in der Farbe #BCE49C. Bitte benutzen Sie auch rgb(188,228,156) statt hex-Code.
.myTextColor { color: #BCE49C; }
<p style="color:#BCE49C">This sample text font color is #BCE49C.</p>
Die Farbe dieses Textes ist #BCE49C.
.myBgColor { background-color: #BCE49C; }
<div style="background-color:#BCE49C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCE49C.
.myBorderColor { border: 1px solid #BCE49C; }
<div style="border:3px solid #BCE49C">Div</div>
Die Grenzen von diesem div sind in Farbe #BCE49C.
.myOpacity80 { color: #BCE49C; opacity: 0.8; }
<p style="color:#BCE49C;opacity:0.8;">80%</p>
Text in Farbe #BCE49C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCE49C;}
<p style="text-shadow: 3px 3px 1px #BCE49C">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCE49C.
.textShadow {text-shadow: 3px 3px 1px #BCE49C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCE49C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCE49C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCE49C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCE49C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCE49C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCE49C;
-webkit-box-shadow: 1px 1px 3px 2px #BCE49C;
box-shadow: 1px 1px 3px 2px #BCE49C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCE49C; -webkit-box-shadow: 1px 1px 3px 2px #BCE49C; box-shadow:1px 1px 3px 2px #BCE49C;">
Div content here
</div>
Dieser Text ist in der Farbe #BCE49C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCE49C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCE49C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCE49C.
Kontrastfarbe für #hex ist #431B63.