Color spaces of #ba9eac
RGB | 186 | 158 | 172 |
---|---|---|---|
HSL | 0.92 | 0.17 | 0.67 |
HSV | 330° | 15° | 73° |
CMYK | 0.00 | 0.15 | 0.08 0.27 |
XYZ | 39.9230 | 37.8714 | 44.2355 |
Yxy | 37.8714 | 0.3272 | 0.3103 |
Hunter Lab | 61.5397 | 8.1047 | 0.4595 |
CIE-Lab | 67.9257 | 12.7050 | -3.4273 |
#ba9eac color RGB value is (186,158,172).
#ba9eac hex color red value is 186, green value is 158 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ba9eac hue: 0.92 , saturation: 0.17 and the lightness value of ba9eac is 0.67.
The process color (four color CMYK) of #ba9eac color hex is 0.00, 0.15, 0.08, 0.27. Web safe color of #ba9eac is #cc9999. Color #ba9eac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10011110 | 10101100 |
Octal | 272 | 236 | 254 |
Decimal | 186 | 158 | 172 |
Hex | BA | 9E | AC |
Shades of #ba9eac
Tints of #ba9eac
RGB Percentages of Color #ba9eac
CMYK Percentages of Color #ba9eac
Complementary Color
#ba9eac | #9ebaac |
#ba9eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba9eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba9eac Color CSS Codes
.mybgcolor {background-color:#ba9eac; } .myforecolor {color:#ba9eac; } .mybordercolor {border:3px solid #ba9eac; }
#ba9eac Text Font Color
<p style="color:#ba9eac">Text here</p>
This sample text font color is #ba9eac
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.
#ba9eac Background Color
<div style="background-color:#ba9eac">
Div content here</div>
This div background color is #ba9eac
#ba9eac Border Color
<div style="border:3px solid #ba9eac">
Div here</div>
This div border color is #ba9eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,158,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba9eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba9eac; -webkit-box-shadow: 1px 1px 3px 2px #ba9eac; box-shadow: 1px 1px 3px 2px #ba9eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,158,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 #ba9eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba9eac; -webkit-box-shadow: 1px 1px 3px 2px #ba9eac; box-shadow: 1px 1px 3px 2px #ba9eac;">
Div content here</div>
This div box has shadow with color #ba9eac
Comments
No comments written yet.
Please login to write comment.