color details

Color Details
#bcebd2 Color Hex

#bcebd2 color RGB value is (11, 206, 189).
#bcebd2 hex color red value is 11, green value is 206, and blue value is 189.
Cylindrical-coordinate representations (HSL) of color #bcebd2 hue: 174.77, saturation: 0.9 and lightness: 0.43.

The process color (four-color CMYK) of #bcebd2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bcebd2 is #ff9999. Color #bcebd2 contains mainly RED.

Color Spaces
Color spaces of #bcebd2Value
RGB188, 235, 210
HSL0.41, 0.54, 0.83
HSV148°, 20°, 92°
XYZ62.08, 74.76, 72.12
Base Numbers
Base Red Green Blue
Binary 10111100 11101011 11010010
Octal 274 353 322
Decimal 188 235 210
Hex BC EB D2

RGB Percentages for Color #bcebd2

29.7%
37.12%
33.18%

CMYK Percentages of the Color #bcebd2

20%
10.64%
7.84%
CSS Codes for Color #bcebd2
.mybgColor {background-color: #bcebd2;}
.myforeColor {color: #bcebd2;}
.myborderColor {border:3px solid #bcebd2;}
Text Font Color #bcebd2

<p style="color:#bcebd2">Text here</p>

This sample text is styled with the font color #bcebd2. 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 #bcebd2

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

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

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

The border color of this div is #bcebd2
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(188, 235, 210, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #bcebd2;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #bcebd2;
-webkit-box-shadow: 1px 1px 3px #bcebd2;
box-shadow: 1px 1px 3px #bcebd2;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188, 235, 210, 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 #bcebd2;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #bcebd2; -webkit-box-shadow: 1px 1px 3px #bcebd2; box-shadow: 1px 1px 3px #bcebd2;">Div content here</div>

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

Scroll to Top