#B0E0E6 color RGB value is (11, 14, 14).
#B0E0E6 hex color red value is 11, green value is 14, and blue value is 14.
Cylindrical-coordinate representations (HSL) of color #B0E0E6
hue: 180,
saturation: 0.12 and lightness: 0.05.
The process color (four-color CMYK) of #B0E0E6 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B0E0E6 is #ff9999. Color #B0E0E6 contains mainly RED.
Color spaces of #B0E0E6 | Value |
---|---|
RGB | 176, 224, 230 |
HSL | 0.52, 0.52, 0.8 |
HSV | 187°, 23°, 90° |
XYZ | 58.84, 68.25, 84.92 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 11100000 | 11100110 |
Octal | 260 | 340 | 346 |
Decimal | 176 | 224 | 230 |
Hex | B0 | E0 | E6 |
Shades of #B0E0E6
Tints of #B0E0E6
.mybgColor {background-color: #B0E0E6;} .myforeColor {color: #B0E0E6;} .myborderColor {border:3px solid #B0E0E6;}
<p style="color:#B0E0E6">Text here</p>
This sample text is styled with the font color #B0E0E6. 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:#B0E0E6">Div content here</div>
<div style="border:3px solid #B0E0E6">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176, 224, 230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #B0E0E6; } .divShadow { -moz-box-shadow: 1px 1px 3px #B0E0E6; -webkit-box-shadow: 1px 1px 3px #B0E0E6; box-shadow: 1px 1px 3px #B0E0E6; }
<p style="text-shadow: 4px 4px 2px rgba(176, 224, 230, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B0E0E6;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #B0E0E6;
-webkit-box-shadow: 1px 1px 3px #B0E0E6;
box-shadow: 1px 1px 3px #B0E0E6;">Div content here</div>