Color spaces of #bdb99d
RGB | 189 | 185 | 157 |
---|---|---|---|
HSL | 0.15 | 0.20 | 0.68 |
HSV | 53° | 17° | 74° |
CMYK | 0.00 | 0.02 | 0.17 0.26 |
XYZ | 44.4210 | 47.9511 | 38.8125 |
Yxy | 47.9511 | 0.3386 | 0.3655 |
Hunter Lab | 69.2467 | -6.6760 | 15.2409 |
CIE-Lab | 74.7941 | -3.3345 | 14.7336 |
#bdb99d color RGB value is (189,185,157).
#bdb99d hex color red value is 189, green value is 185 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bdb99d hue: 0.15 , saturation: 0.20 and the lightness value of bdb99d is 0.68.
The process color (four color CMYK) of #bdb99d color hex is 0.00, 0.02, 0.17, 0.26. Web safe color of #bdb99d is #cccc99. Color #bdb99d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111001 | 10011101 |
Octal | 275 | 271 | 235 |
Decimal | 189 | 185 | 157 |
Hex | BD | B9 | 9D |
Shades of #bdb99d
Tints of #bdb99d
RGB Percentages of Color #bdb99d
CMYK Percentages of Color #bdb99d
Complementary Color
#bdb99d | #9da1bd |
#bdb99d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb99d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb99d Color CSS Codes
.mybgcolor {background-color:#bdb99d; } .myforecolor {color:#bdb99d; } .mybordercolor {border:3px solid #bdb99d; }
#bdb99d Text Font Color
<p style="color:#bdb99d">Text here</p>
This sample text font color is #bdb99d
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.
#bdb99d Background Color
<div style="background-color:#bdb99d">
Div content here</div>
This div background color is #bdb99d
#bdb99d Border Color
<div style="border:3px solid #bdb99d">
Div here</div>
This div border color is #bdb99d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,185,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb99d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb99d; -webkit-box-shadow: 1px 1px 3px 2px #bdb99d; box-shadow: 1px 1px 3px 2px #bdb99d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,185,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb99d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb99d; -webkit-box-shadow: 1px 1px 3px 2px #bdb99d; box-shadow: 1px 1px 3px 2px #bdb99d;">
Div content here</div>
This div box has shadow with color #bdb99d
#bdb99d Color Palettes
Comments
No comments written yet.
Please login to write comment.