Color spaces of #bdba7e
RGB | 189 | 186 | 126 |
---|---|---|---|
HSL | 0.16 | 0.32 | 0.62 |
HSV | 57° | 33° | 74° |
CMYK | 0.00 | 0.02 | 0.33 0.26 |
XYZ | 42.3111 | 47.4430 | 26.6660 |
Yxy | 47.4430 | 0.3634 | 0.4075 |
Hunter Lab | 68.8789 | -10.8886 | 25.2615 |
CIE-Lab | 74.4722 | -8.1906 | 30.8563 |
#bdba7e color RGB value is (189,186,126).
#bdba7e hex color red value is 189, green value is 186 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bdba7e hue: 0.16 , saturation: 0.32 and the lightness value of bdba7e is 0.62.
The process color (four color CMYK) of #bdba7e color hex is 0.00, 0.02, 0.33, 0.26. Web safe color of #bdba7e is #cccc66. Color #bdba7e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111010 | 01111110 |
Octal | 275 | 272 | 176 |
Decimal | 189 | 186 | 126 |
Hex | BD | BA | 7E |
Shades of #bdba7e
Tints of #bdba7e
RGB Percentages of Color #bdba7e
CMYK Percentages of Color #bdba7e
Complementary Color
#bdba7e | #7e81bd |
#bdba7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdba7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdba7e Color CSS Codes
.mybgcolor {background-color:#bdba7e; } .myforecolor {color:#bdba7e; } .mybordercolor {border:3px solid #bdba7e; }
#bdba7e Text Font Color
<p style="color:#bdba7e">Text here</p>
This sample text font color is #bdba7e
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.
#bdba7e Background Color
<div style="background-color:#bdba7e">
Div content here</div>
This div background color is #bdba7e
#bdba7e Border Color
<div style="border:3px solid #bdba7e">
Div here</div>
This div border color is #bdba7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,186,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdba7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdba7e; -webkit-box-shadow: 1px 1px 3px 2px #bdba7e; box-shadow: 1px 1px 3px 2px #bdba7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,186,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdba7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdba7e; -webkit-box-shadow: 1px 1px 3px 2px #bdba7e; box-shadow: 1px 1px 3px 2px #bdba7e;">
Div content here</div>
This div box has shadow with color #bdba7e
Comments
No comments written yet.
Please login to write comment.