#b2e8cc color RGB value is (11, 46, 140).
#b2e8cc hex color red value is 11, green value is 46, and blue value is 140.
Cylindrical-coordinate representations (HSL) of color #b2e8cc
hue: 223.72,
saturation: 0.85 and lightness: 0.3.
The process color (four-color CMYK) of #b2e8cc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b2e8cc is #ff9999. Color #b2e8cc contains mainly RED.
| Color spaces of #b2e8cc | Value |
|---|---|
| RGB | 178, 232, 204 |
| HSL | 0.41, 0.54, 0.8 |
| HSV | 149°, 23°, 91° |
| XYZ | 58.11, 71.54, 67.86 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110010 | 11101000 | 11001100 |
| Octal | 262 | 350 | 314 |
| Decimal | 178 | 232 | 204 |
| Hex | B2 | E8 | CC |
Shades of #b2e8cc
Tints of #b2e8cc
.mybgColor {background-color: #b2e8cc;}
.myforeColor {color: #b2e8cc;}
.myborderColor {border:3px solid #b2e8cc;}
<p style="color:#b2e8cc">Text here</p>
This sample text is styled with the font color #b2e8cc. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#b2e8cc">Div content here</div>
<div style="border:3px solid #b2e8cc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(178, 232, 204, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b2e8cc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b2e8cc;
-webkit-box-shadow: 1px 1px 3px #b2e8cc;
box-shadow: 1px 1px 3px #b2e8cc; }
<p style="text-shadow: 4px 4px 2px rgba(178, 232, 204, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b2e8cc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b2e8cc;
-webkit-box-shadow: 1px 1px 3px #b2e8cc;
box-shadow: 1px 1px 3px #b2e8cc;">Div content here</div>
