HEX: #B4E5BC
RGB: (180,229,188)
#B4E5BC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4E5BC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B4E5BC wird in RGB als (180,229,188) definiert.
RGB: (180,229,188) (71%,90%,74%)
R 180 von 255 = 71%
G 229 von 255 = 90%
B 188 von 255 = 74%
R + G + B ~ 78%. #B4E5BC ziemlich helle Farbe.
R + G + B =
180 + 229 + 188 = 597 (100%)
R 180 von 597 ~ 30.15%
G 229 von 597 ~ 38.36%
B 188 von 597 ~ 31.49%
Die Farbe #B4E5BC wird in CMYK als (21,0,18,10) definiert.
CMYK: (21,0,18,10) C21M0Y18K10 (21%,0%,18%,10%) (0.21/0.00/0.18/0.10)
B4 | E5 | BC | |
---|---|---|---|
RGB | 180 | 229 | 188 |
HSL | 130° | 48.51% | 80.20% |
HSB/HSV | 130° | 21.40% | 89.80% |
CMYK | 21.40% | 0.00% | 17.90% |
10.20% |
Hexadezimal | B4 | E5 | BC |
Dezimal | 180 | 229 | 188 |
Binär | 10110100 | 11100101 | 10111100 |
Oktal | 264 | 345 | 274 |
Beispiele css- und html für Elemente in der Farbe #B4E5BC. Bitte benutzen Sie auch rgb(180,229,188) statt hex-Code.
.myTextColor { color: #B4E5BC; }
<p style="color:#B4E5BC">This sample text font color is #B4E5BC.</p>
Die Farbe dieses Textes ist #B4E5BC.
.myBgColor { background-color: #B4E5BC; }
<div style="background-color:#B4E5BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4E5BC.
.myBorderColor { border: 1px solid #B4E5BC; }
<div style="border:3px solid #B4E5BC">Div</div>
Die Grenzen von diesem div sind in Farbe #B4E5BC.
.myOpacity80 { color: #B4E5BC; opacity: 0.8; }
<p style="color:#B4E5BC;opacity:0.8;">80%</p>
Text in Farbe #B4E5BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4E5BC;}
<p style="text-shadow: 3px 3px 1px #B4E5BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4E5BC.
.textShadow {text-shadow: 3px 3px 1px #B4E5BC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4E5BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4E5BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4E5BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4E5BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4E5BC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4E5BC; -webkit-box-shadow: 1px 1px 3px 2px #B4E5BC; box-shadow: 1px 1px 3px 2px #B4E5BC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4E5BC; -webkit-box-shadow: 1px 1px 3px 2px #B4E5BC; box-shadow:1px 1px 3px 2px #B4E5BC;">
Div content here</div>
Dieser Text ist in der Farbe #B4E5BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4E5BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4E5BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4E5BC.