color details

Color Details
#B0E0E6 Color Hex

#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
Color spaces of #B0E0E6Value
RGB176, 224, 230
HSL0.52, 0.52, 0.8
HSV187°, 23°, 90°
XYZ58.84, 68.25, 84.92
Base Numbers
Base Red Green Blue
Binary 10110000 11100000 11100110
Octal 260 340 346
Decimal 176 224 230
Hex B0 E0 E6

RGB Percentages for Color #B0E0E6

27.94%
35.56%
36.51%

CMYK Percentages of the Color #B0E0E6

23.48%
2.61%
9.8%
CSS Codes for Color #B0E0E6
.mybgColor {background-color: #B0E0E6;}
.myforeColor {color: #B0E0E6;}
.myborderColor {border:3px solid #B0E0E6;}
Text Font Color #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,

Background Color #B0E0E6

<div style="background-color:#B0E0E6">Div content here</div>

The background color of this div is #B0E0E6
Border Color #B0E0E6

<div style="border:3px solid #B0E0E6">Div here</div>

The border color of this div is #B0E0E6
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176, 224, 230, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #B0E0E6;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #B0E0E6
Scroll to Top