color details

Color Details
#b2e8cc Color Hex

#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
Color spaces of #b2e8ccValue
RGB178, 232, 204
HSL0.41, 0.54, 0.8
HSV149°, 23°, 91°
XYZ58.11, 71.54, 67.86
Base Numbers
Base Red Green Blue
Binary 10110010 11101000 11001100
Octal 262 350 314
Decimal 178 232 204
Hex B2 E8 CC

RGB Percentages for Color #b2e8cc

28.99%
37.79%
33.22%

CMYK Percentages of the Color #b2e8cc

23.28%
12.07%
9.02%
CSS Codes for Color #b2e8cc
.mybgColor {background-color: #b2e8cc;}
.myforeColor {color: #b2e8cc;}
.myborderColor {border:3px solid #b2e8cc;}
Text Font Color #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,

Background Color #b2e8cc

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(178, 232, 204, 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 #b2e8cc;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #b2e8cc

Scroll to Top