Color spaces of #bdb98f
RGB | 189 | 185 | 143 |
---|---|---|---|
HSL | 0.15 | 0.26 | 0.65 |
HSV | 55° | 24° | 74° |
CMYK | 0.00 | 0.02 | 0.24 0.26 |
XYZ | 43.2932 | 47.4999 | 32.8732 |
Yxy | 47.4999 | 0.3501 | 0.3841 |
Hunter Lab | 68.9202 | -8.4829 | 19.9643 |
CIE-Lab | 74.5084 | -5.4151 | 21.8784 |
#bdb98f color RGB value is (189,185,143).
#bdb98f hex color red value is 189, green value is 185 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bdb98f hue: 0.15 , saturation: 0.26 and the lightness value of bdb98f is 0.65.
The process color (four color CMYK) of #bdb98f color hex is 0.00, 0.02, 0.24, 0.26. Web safe color of #bdb98f is #cccc99. Color #bdb98f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111001 | 10001111 |
Octal | 275 | 271 | 217 |
Decimal | 189 | 185 | 143 |
Hex | BD | B9 | 8F |
Shades of #bdb98f
Tints of #bdb98f
RGB Percentages of Color #bdb98f
CMYK Percentages of Color #bdb98f
Complementary Color
#bdb98f | #8f93bd |
#bdb98f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb98f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb98f Color CSS Codes
.mybgcolor {background-color:#bdb98f; } .myforecolor {color:#bdb98f; } .mybordercolor {border:3px solid #bdb98f; }
#bdb98f Text Font Color
<p style="color:#bdb98f">Text here</p>
This sample text font color is #bdb98f
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.
#bdb98f Background Color
<div style="background-color:#bdb98f">
Div content here</div>
This div background color is #bdb98f
#bdb98f Border Color
<div style="border:3px solid #bdb98f">
Div here</div>
This div border color is #bdb98f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,185,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb98f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb98f; -webkit-box-shadow: 1px 1px 3px 2px #bdb98f; box-shadow: 1px 1px 3px 2px #bdb98f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,185,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb98f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb98f; -webkit-box-shadow: 1px 1px 3px 2px #bdb98f; box-shadow: 1px 1px 3px 2px #bdb98f;">
Div content here</div>
This div box has shadow with color #bdb98f
Comments
No comments written yet.
Please login to write comment.