Color spaces of #bdac95
RGB | 189 | 172 | 149 |
---|---|---|---|
HSL | 0.10 | 0.23 | 0.66 |
HSV | 35° | 21° | 74° |
CMYK | 0.00 | 0.09 | 0.21 0.26 |
XYZ | 41.1636 | 42.4938 | 34.4663 |
Yxy | 42.4938 | 0.3485 | 0.3597 |
Hunter Lab | 65.1873 | -1.3609 | 14.2828 |
CIE-Lab | 71.2100 | 2.3876 | 14.0583 |
#bdac95 color RGB value is (189,172,149).
#bdac95 hex color red value is 189, green value is 172 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bdac95 hue: 0.10 , saturation: 0.23 and the lightness value of bdac95 is 0.66.
The process color (four color CMYK) of #bdac95 color hex is 0.00, 0.09, 0.21, 0.26. Web safe color of #bdac95 is #cc9999. Color #bdac95 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101100 | 10010101 |
Octal | 275 | 254 | 225 |
Decimal | 189 | 172 | 149 |
Hex | BD | AC | 95 |
Shades of #bdac95
Tints of #bdac95
RGB Percentages of Color #bdac95
CMYK Percentages of Color #bdac95
Complementary Color
#bdac95 | #95a6bd |
#bdac95 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdac95 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdac95 Color CSS Codes
.mybgcolor {background-color:#bdac95; } .myforecolor {color:#bdac95; } .mybordercolor {border:3px solid #bdac95; }
#bdac95 Text Font Color
<p style="color:#bdac95">Text here</p>
This sample text font color is #bdac95
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.
#bdac95 Background Color
<div style="background-color:#bdac95">
Div content here</div>
This div background color is #bdac95
#bdac95 Border Color
<div style="border:3px solid #bdac95">
Div here</div>
This div border color is #bdac95
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,172,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdac95; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdac95; -webkit-box-shadow: 1px 1px 3px 2px #bdac95; box-shadow: 1px 1px 3px 2px #bdac95; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,172,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdac95">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdac95; -webkit-box-shadow: 1px 1px 3px 2px #bdac95; box-shadow: 1px 1px 3px 2px #bdac95;">
Div content here</div>
This div box has shadow with color #bdac95
Comments
No comments written yet.
Please login to write comment.