color details

Color Details
#bdbdbd Color Hex

#bdbdbd color RGB value is (11, 219, 219).
#bdbdbd hex color red value is 11, green value is 219, and blue value is 219.
Cylindrical-coordinate representations (HSL) of color #bdbdbd hue: 180, saturation: 0.9 and lightness: 0.45.

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

Color Spaces
Color spaces of #bdbdbdValue
RGB189, 189, 189
HSL0, 0, 0.74
HSV0°, 0°, 74°
XYZ48.37, 50.89, 55.41
Base Numbers
Base Red Green Blue
Binary 10111101 10111101 10111101
Octal 275 275 275
Decimal 189 189 189
Hex BD BD BD

RGB Percentages for Color #bdbdbd

33.33%
33.33%
33.33%

CMYK Percentages of the Color #bdbdbd

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top