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