HEX: #B4ECFB
RGB: (180,236,251)
#B4ECFB enthält hauptsächlich grüne und blaue Farbe. Für #B4ECFB ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #B4ECFB wird in RGB als (180,236,251) definiert.
RGB: (180,236,251) (71%,93%,98%)
R 180 von 255 = 71%
G 236 von 255 = 93%
B 251 von 255 = 98%
R + G + B ~ 87%. #B4ECFB helle Farbe.
R + G + B =
180 + 236 + 251 = 667 (100%)
R 180 von 667 ~ 26.99%
G 236 von 667 ~ 35.38%
B 251 von 667 ~ 37.63%
Die Farbe #B4ECFB wird in CMYK als (28,6,0,2) definiert.
CMYK: (28,6,0,2) C28M6Y0K2 (28%,6%,0%,2%) (0.28/0.06/0.00/0.02)
B4 | EC | FB | |
---|---|---|---|
RGB | 180 | 236 | 251 |
HSL | 193° | 89.87% | 84.51% |
HSB/HSV | 193° | 28.29% | 98.43% |
CMYK | 28.29% | 5.98% | 0.00% |
1.57% |
Hexadezimal | B4 | EC | FB |
Dezimal | 180 | 236 | 251 |
Binär | 10110100 | 11101100 | 11111011 |
Oktal | 264 | 354 | 373 |
Beispiele css- und html für Elemente in der Farbe #B4ECFB. Bitte benutzen Sie auch rgb(180,236,251) statt hex-Code.
.myTextColor { color: #B4ECFB; }
<p style="color:#B4ECFB">This sample text font color is #B4ECFB.</p>
Die Farbe dieses Textes ist #B4ECFB.
.myBgColor { background-color: #B4ECFB; }
<div style="background-color:#B4ECFB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4ECFB.
.myBorderColor { border: 1px solid #B4ECFB; }
<div style="border:3px solid #B4ECFB">Div</div>
Die Grenzen von diesem div sind in Farbe #B4ECFB.
.myOpacity80 { color: #B4ECFB; opacity: 0.8; }
<p style="color:#B4ECFB;opacity:0.8;">80%</p>
Text in Farbe #B4ECFB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4ECFB;}
<p style="text-shadow: 3px 3px 1px #B4ECFB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4ECFB.
.textShadow {text-shadow: 3px 3px 1px #B4ECFB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4ECFB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4ECFB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4ECFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4ECFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4ECFB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4ECFB; -webkit-box-shadow: 1px 1px 3px 2px #B4ECFB; box-shadow: 1px 1px 3px 2px #B4ECFB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4ECFB; -webkit-box-shadow: 1px 1px 3px 2px #B4ECFB; box-shadow:1px 1px 3px 2px #B4ECFB;">
Div content here</div>
Dieser Text ist in der Farbe #B4ECFB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4ECFB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4ECFB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4ECFB.