Color spaces of #bdb069
RGB | 189 | 176 | 105 |
---|---|---|---|
HSL | 0.14 | 0.39 | 0.58 |
HSV | 51° | 44° | 74° |
CMYK | 0.00 | 0.07 | 0.44 0.26 |
XYZ | 39.0614 | 42.8894 | 19.5843 |
Yxy | 42.8894 | 0.3847 | 0.4224 |
Hunter Lab | 65.4900 | -8.1415 | 28.1128 |
CIE-Lab | 71.4798 | -5.3278 | 37.9311 |
#bdb069 color RGB value is (189,176,105).
#bdb069 hex color red value is 189, green value is 176 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bdb069 hue: 0.14 , saturation: 0.39 and the lightness value of bdb069 is 0.58.
The process color (four color CMYK) of #bdb069 color hex is 0.00, 0.07, 0.44, 0.26. Web safe color of #bdb069 is #cc9966. Color #bdb069 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10110000 | 01101001 |
Octal | 275 | 260 | 151 |
Decimal | 189 | 176 | 105 |
Hex | BD | B0 | 69 |
Shades of #bdb069
Tints of #bdb069
RGB Percentages of Color #bdb069
CMYK Percentages of Color #bdb069
Complementary Color
#bdb069 | #6976bd |
#bdb069 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb069 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb069 Color CSS Codes
.mybgcolor {background-color:#bdb069; } .myforecolor {color:#bdb069; } .mybordercolor {border:3px solid #bdb069; }
#bdb069 Text Font Color
<p style="color:#bdb069">Text here</p>
This sample text font color is #bdb069
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.
#bdb069 Background Color
<div style="background-color:#bdb069">
Div content here</div>
This div background color is #bdb069
#bdb069 Border Color
<div style="border:3px solid #bdb069">
Div here</div>
This div border color is #bdb069
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,176,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb069; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb069; -webkit-box-shadow: 1px 1px 3px 2px #bdb069; box-shadow: 1px 1px 3px 2px #bdb069; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,176,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb069">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb069; -webkit-box-shadow: 1px 1px 3px 2px #bdb069; box-shadow: 1px 1px 3px 2px #bdb069;">
Div content here</div>
This div box has shadow with color #bdb069
Comments
No comments written yet.
Please login to write comment.