Color spaces of #b4baac
RGB | 180 | 186 | 172 |
---|---|---|---|
HSL | 0.24 | 0.09 | 0.70 |
HSV | 86° | 8° | 73° |
CMYK | 0.03 | 0.00 | 0.08 0.27 |
XYZ | 43.8277 | 47.7997 | 45.9460 |
Yxy | 47.7997 | 0.3186 | 0.3474 |
Hunter Lab | 69.1373 | -7.8352 | 8.9943 |
CIE-Lab | 74.6984 | -4.6574 | 6.3646 |
#b4baac color RGB value is (180,186,172).
#b4baac hex color red value is 180, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b4baac hue: 0.24 , saturation: 0.09 and the lightness value of b4baac is 0.70.
The process color (four color CMYK) of #b4baac color hex is 0.03, 0.00, 0.08, 0.27. Web safe color of #b4baac is #cccc99. Color #b4baac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10111010 | 10101100 |
Octal | 264 | 272 | 254 |
Decimal | 180 | 186 | 172 |
Hex | B4 | BA | AC |
Shades of #b4baac
Tints of #b4baac
RGB Percentages of Color #b4baac
CMYK Percentages of Color #b4baac
Complementary Color
#b4baac | #b2acba |
#b4baac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4baac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4baac Color CSS Codes
.mybgcolor {background-color:#b4baac; } .myforecolor {color:#b4baac; } .mybordercolor {border:3px solid #b4baac; }
#b4baac Text Font Color
<p style="color:#b4baac">Text here</p>
This sample text font color is #b4baac
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.
#b4baac Background Color
<div style="background-color:#b4baac">
Div content here</div>
This div background color is #b4baac
#b4baac Border Color
<div style="border:3px solid #b4baac">
Div here</div>
This div border color is #b4baac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,186,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4baac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4baac; -webkit-box-shadow: 1px 1px 3px 2px #b4baac; box-shadow: 1px 1px 3px 2px #b4baac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,186,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4baac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4baac; -webkit-box-shadow: 1px 1px 3px 2px #b4baac; box-shadow: 1px 1px 3px 2px #b4baac;">
Div content here</div>
This div box has shadow with color #b4baac
Comments
No comments written yet.
Please login to write comment.