color details

Color Details
#bddcbd Color Hex

#bddcbd color RGB value is (11, 221, 203).
#bddcbd hex color red value is 11, green value is 221, and blue value is 203.
Cylindrical-coordinate representations (HSL) of color #bddcbd hue: 174.86, saturation: 0.91 and lightness: 0.45.

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

Color Spaces
Color spaces of #bddcbdValue
RGB189, 220, 189
HSL0.33, 0.31, 0.8
HSV120°, 14°, 86°
XYZ55.76, 65.68, 57.87
Base Numbers
Base Red Green Blue
Binary 10111101 11011100 10111101
Octal 275 334 275
Decimal 189 220 189
Hex BD DC BD

RGB Percentages for Color #bddcbd

31.61%
36.79%
31.61%

CMYK Percentages of the Color #bddcbd

14.09%
14.09%
13.73%
CSS Codes for Color #bddcbd
.mybgColor {background-color: #bddcbd;}
.myforeColor {color: #bddcbd;}
.myborderColor {border:3px solid #bddcbd;}
Text Font Color #bddcbd

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(189, 220, 189, 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 #bddcbd;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top