Color spaces of #bdbb7d
RGB | 189 | 187 | 125 |
---|---|---|---|
HSL | 0.16 | 0.33 | 0.62 |
HSV | 58° | 34° | 74° |
CMYK | 0.00 | 0.01 | 0.34 0.26 |
XYZ | 42.4583 | 47.8401 | 26.3983 |
Yxy | 47.8401 | 0.3638 | 0.4100 |
Hunter Lab | 69.1665 | -11.4681 | 25.7878 |
CIE-Lab | 74.7240 | -8.8333 | 31.7104 |
#bdbb7d color RGB value is (189,187,125).
#bdbb7d hex color red value is 189, green value is 187 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bdbb7d hue: 0.16 , saturation: 0.33 and the lightness value of bdbb7d is 0.62.
The process color (four color CMYK) of #bdbb7d color hex is 0.00, 0.01, 0.34, 0.26. Web safe color of #bdbb7d is #cccc66. Color #bdbb7d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111011 | 01111101 |
Octal | 275 | 273 | 175 |
Decimal | 189 | 187 | 125 |
Hex | BD | BB | 7D |
Shades of #bdbb7d
Tints of #bdbb7d
RGB Percentages of Color #bdbb7d
CMYK Percentages of Color #bdbb7d
Complementary Color
#bdbb7d | #7d7fbd |
#bdbb7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbb7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbb7d Color CSS Codes
.mybgcolor {background-color:#bdbb7d; } .myforecolor {color:#bdbb7d; } .mybordercolor {border:3px solid #bdbb7d; }
#bdbb7d Text Font Color
<p style="color:#bdbb7d">Text here</p>
This sample text font color is #bdbb7d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bdbb7d Background Color
<div style="background-color:#bdbb7d">
Div content here</div>
This div background color is #bdbb7d
#bdbb7d Border Color
<div style="border:3px solid #bdbb7d">
Div here</div>
This div border color is #bdbb7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,187,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbb7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbb7d; -webkit-box-shadow: 1px 1px 3px 2px #bdbb7d; box-shadow: 1px 1px 3px 2px #bdbb7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,187,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbb7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbb7d; -webkit-box-shadow: 1px 1px 3px 2px #bdbb7d; box-shadow: 1px 1px 3px 2px #bdbb7d;">
Div content here</div>
This div box has shadow with color #bdbb7d
Comments
No comments written yet.
Please login to write comment.