HEX: #B2DAFB
RGB: (178,218,251)
#B2DAFB enthält hauptsächlich grüne und blaue Farbe. Für #B2DAFB ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #B2DAFB wird in RGB als (178,218,251) definiert.
RGB: (178,218,251) (70%,85%,98%)
R 178 von 255 = 70%
G 218 von 255 = 85%
B 251 von 255 = 98%
R + G + B ~ 84%. #B2DAFB ziemlich helle Farbe.
R + G + B =
178 + 218 + 251 = 647 (100%)
R 178 von 647 ~ 27.51%
G 218 von 647 ~ 33.69%
B 251 von 647 ~ 38.79%
Die Farbe #B2DAFB wird in CMYK als (29,13,0,2) definiert.
CMYK: (29,13,0,2) C29M13Y0K2 (29%,13%,0%,2%) (0.29/0.13/0.00/0.02)
B2 | DA | FB | |
---|---|---|---|
RGB | 178 | 218 | 251 |
HSL | 207° | 90.12% | 84.12% |
HSB/HSV | 207° | 29.08% | 98.43% |
CMYK | 29.08% | 13.15% | 0.00% |
1.57% |
Hexadezimal | B2 | DA | FB |
Dezimal | 178 | 218 | 251 |
Binär | 10110010 | 11011010 | 11111011 |
Oktal | 262 | 332 | 373 |
Beispiele css- und html für Elemente in der Farbe #B2DAFB. Bitte benutzen Sie auch rgb(178,218,251) statt hex-Code.
.myTextColor { color: #B2DAFB; }
<p style="color:#B2DAFB">This sample text font color is #B2DAFB.</p>
Die Farbe dieses Textes ist #B2DAFB.
.myBgColor { background-color: #B2DAFB; }
<div style="background-color:#B2DAFB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B2DAFB.
.myBorderColor { border: 1px solid #B2DAFB; }
<div style="border:3px solid #B2DAFB">Div</div>
Die Grenzen von diesem div sind in Farbe #B2DAFB.
.myOpacity80 { color: #B2DAFB; opacity: 0.8; }
<p style="color:#B2DAFB;opacity:0.8;">80%</p>
Text in Farbe #B2DAFB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2DAFB;}
<p style="text-shadow: 3px 3px 1px #B2DAFB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B2DAFB.
.textShadow {text-shadow: 3px 3px 1px #B2DAFB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2DAFB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B2DAFB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2DAFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2DAFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2DAFB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B2DAFB; -webkit-box-shadow: 1px 1px 3px 2px #B2DAFB; box-shadow: 1px 1px 3px 2px #B2DAFB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B2DAFB; -webkit-box-shadow: 1px 1px 3px 2px #B2DAFB; box-shadow:1px 1px 3px 2px #B2DAFB;">
Div content here</div>
Dieser Text ist in der Farbe #B2DAFB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B2DAFB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B2DAFB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B2DAFB.