Color spaces of #bdacad
RGB | 189 | 172 | 173 |
---|---|---|---|
HSL | 0.99 | 0.11 | 0.71 |
HSV | 356° | 9° | 74° |
CMYK | 0.00 | 0.09 | 0.08 0.26 |
XYZ | 43.2816 | 43.3410 | 45.6196 |
Yxy | 43.3410 | 0.3273 | 0.3277 |
Hunter Lab | 65.8339 | 2.1431 | 4.9987 |
CIE-Lab | 71.7858 | 6.2858 | 1.6990 |
#bdacad color RGB value is (189,172,173).
#bdacad hex color red value is 189, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bdacad hue: 0.99 , saturation: 0.11 and the lightness value of bdacad is 0.71.
The process color (four color CMYK) of #bdacad color hex is 0.00, 0.09, 0.08, 0.26. Web safe color of #bdacad is #cc9999. Color #bdacad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101100 | 10101101 |
Octal | 275 | 254 | 255 |
Decimal | 189 | 172 | 173 |
Hex | BD | AC | AD |
Shades of #bdacad
Tints of #bdacad
RGB Percentages of Color #bdacad
CMYK Percentages of Color #bdacad
Complementary Color
#bdacad | #acbdbc |
#bdacad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdacad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdacad Color CSS Codes
.mybgcolor {background-color:#bdacad; } .myforecolor {color:#bdacad; } .mybordercolor {border:3px solid #bdacad; }
#bdacad Text Font Color
<p style="color:#bdacad">Text here</p>
This sample text font color is #bdacad
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.
#bdacad Background Color
<div style="background-color:#bdacad">
Div content here</div>
This div background color is #bdacad
#bdacad Border Color
<div style="border:3px solid #bdacad">
Div here</div>
This div border color is #bdacad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,172,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdacad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdacad; -webkit-box-shadow: 1px 1px 3px 2px #bdacad; box-shadow: 1px 1px 3px 2px #bdacad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,172,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdacad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdacad; -webkit-box-shadow: 1px 1px 3px 2px #bdacad; box-shadow: 1px 1px 3px 2px #bdacad;">
Div content here</div>
This div box has shadow with color #bdacad
Comments
No comments written yet.
Please login to write comment.