Color spaces of #b6acaa
RGB | 182 | 172 | 170 |
---|---|---|---|
HSL | 0.03 | 0.08 | 0.69 |
HSV | 10° | 7° | 71° |
CMYK | 0.00 | 0.05 | 0.07 0.29 |
XYZ | 41.2996 | 42.3524 | 44.0283 |
Yxy | 42.3524 | 0.3235 | 0.3317 |
Hunter Lab | 65.0787 | -0.6099 | 5.4431 |
CIE-Lab | 71.1132 | 3.2212 | 2.3000 |
#b6acaa color RGB value is (182,172,170).
#b6acaa hex color red value is 182, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b6acaa hue: 0.03 , saturation: 0.08 and the lightness value of b6acaa is 0.69.
The process color (four color CMYK) of #b6acaa color hex is 0.00, 0.05, 0.07, 0.29. Web safe color of #b6acaa is #cc9999. Color #b6acaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10101100 | 10101010 |
Octal | 266 | 254 | 252 |
Decimal | 182 | 172 | 170 |
Hex | B6 | AC | AA |
Shades of #b6acaa
Tints of #b6acaa
RGB Percentages of Color #b6acaa
CMYK Percentages of Color #b6acaa
Complementary Color
#b6acaa | #aab4b6 |
#b6acaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6acaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6acaa Color CSS Codes
.mybgcolor {background-color:#b6acaa; } .myforecolor {color:#b6acaa; } .mybordercolor {border:3px solid #b6acaa; }
#b6acaa Text Font Color
<p style="color:#b6acaa">Text here</p>
This sample text font color is #b6acaa
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.
#b6acaa Background Color
<div style="background-color:#b6acaa">
Div content here</div>
This div background color is #b6acaa
#b6acaa Border Color
<div style="border:3px solid #b6acaa">
Div here</div>
This div border color is #b6acaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,172,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6acaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6acaa; -webkit-box-shadow: 1px 1px 3px 2px #b6acaa; box-shadow: 1px 1px 3px 2px #b6acaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,172,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6acaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6acaa; -webkit-box-shadow: 1px 1px 3px 2px #b6acaa; box-shadow: 1px 1px 3px 2px #b6acaa;">
Div content here</div>
This div box has shadow with color #b6acaa
Comments
No comments written yet.
Please login to write comment.