Color spaces of #baa0ae
RGB | 186 | 160 | 174 |
---|---|---|---|
HSL | 0.91 | 0.16 | 0.68 |
HSV | 328° | 14° | 73° |
CMYK | 0.00 | 0.14 | 0.06 0.27 |
XYZ | 40.4605 | 38.6367 | 45.3695 |
Yxy | 38.6367 | 0.3251 | 0.3104 |
Hunter Lab | 62.1584 | 7.4129 | 0.2351 |
CIE-Lab | 68.4873 | 11.9575 | -3.7142 |
#baa0ae color RGB value is (186,160,174).
#baa0ae hex color red value is 186, green value is 160 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #baa0ae hue: 0.91 , saturation: 0.16 and the lightness value of baa0ae is 0.68.
The process color (four color CMYK) of #baa0ae color hex is 0.00, 0.14, 0.06, 0.27. Web safe color of #baa0ae is #cc9999. Color #baa0ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10100000 | 10101110 |
Octal | 272 | 240 | 256 |
Decimal | 186 | 160 | 174 |
Hex | BA | A0 | AE |
Shades of #baa0ae
Tints of #baa0ae
RGB Percentages of Color #baa0ae
CMYK Percentages of Color #baa0ae
Complementary Color
#baa0ae | #a0baac |
#baa0ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baa0ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#baa0ae Color CSS Codes
.mybgcolor {background-color:#baa0ae; } .myforecolor {color:#baa0ae; } .mybordercolor {border:3px solid #baa0ae; }
#baa0ae Text Font Color
<p style="color:#baa0ae">Text here</p>
This sample text font color is #baa0ae
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.
#baa0ae Background Color
<div style="background-color:#baa0ae">
Div content here</div>
This div background color is #baa0ae
#baa0ae Border Color
<div style="border:3px solid #baa0ae">
Div here</div>
This div border color is #baa0ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,160,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baa0ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baa0ae; -webkit-box-shadow: 1px 1px 3px 2px #baa0ae; box-shadow: 1px 1px 3px 2px #baa0ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,160,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baa0ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baa0ae; -webkit-box-shadow: 1px 1px 3px 2px #baa0ae; box-shadow: 1px 1px 3px 2px #baa0ae;">
Div content here</div>
This div box has shadow with color #baa0ae
Comments
No comments written yet.
Please login to write comment.