HEX: #BCE488
RGB: (188,228,136)
#BCE488 enthält hauptsächlich rote und grüne Farbe. Für #BCE488 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BCE488 wird in RGB als (188,228,136) definiert.
RGB: (188,228,136) (74%,89%,53%)
R 188 von 255 = 74%
G 228 von 255 = 89%
B 136 von 255 = 53%
R + G + B ~ 72%. #BCE488 ziemlich helle Farbe.
R + G + B =
188 + 228 + 136 = 552 (100%)
R 188 von 552 ~ 34.06%
G 228 von 552 ~ 41.3%
B 136 von 552 ~ 24.64%
Die Farbe #BCE488 wird in CMYK als (18,0,40,11) definiert.
CMYK: (18,0,40,11) C18M0Y40K11 (18%,0%,40%,11%) (0.18/0.00/0.40/0.11)
BC | E4 | 88 | |
---|---|---|---|
RGB | 188 | 228 | 136 |
HSL | 86° | 63.01% | 71.37% |
HSB/HSV | 86° | 40.35% | 89.41% |
CMYK | 17.54% | 0.00% | 40.35% |
10.59% |
Hexadezimal | BC | E4 | 88 |
Dezimal | 188 | 228 | 136 |
Binär | 10111100 | 11100100 | 10001000 |
Oktal | 274 | 344 | 210 |
Beispiele css- und html für Elemente in der Farbe #BCE488. Bitte benutzen Sie auch rgb(188,228,136) statt hex-Code.
.myTextColor { color: #BCE488; }
<p style="color:#BCE488">This sample text font color is #BCE488.</p>
Die Farbe dieses Textes ist #BCE488.
.myBgColor { background-color: #BCE488; }
<div style="background-color:#BCE488">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCE488.
.myBorderColor { border: 1px solid #BCE488; }
<div style="border:3px solid #BCE488">Div</div>
Die Grenzen von diesem div sind in Farbe #BCE488.
.myOpacity80 { color: #BCE488; opacity: 0.8; }
<p style="color:#BCE488;opacity:0.8;">80%</p>
Text in Farbe #BCE488 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCE488;}
<p style="text-shadow: 3px 3px 1px #BCE488">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCE488.
.textShadow {text-shadow: 3px 3px 1px #BCE488, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCE488, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCE488 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCE488, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCE488, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCE488 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCE488; -webkit-box-shadow: 1px 1px 3px 2px #BCE488; box-shadow: 1px 1px 3px 2px #BCE488; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCE488; -webkit-box-shadow: 1px 1px 3px 2px #BCE488; box-shadow:1px 1px 3px 2px #BCE488;">
Div content here</div>
Dieser Text ist in der Farbe #BCE488 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCE488 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCE488.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCE488.