Color spaces of #a099ba
RGB | 160 | 153 | 186 |
---|---|---|---|
HSL | 0.70 | 0.19 | 0.66 |
HSV | 253° | 18° | 73° |
CMYK | 0.14 | 0.18 | 0.00 0.27 |
XYZ | 34.7514 | 33.8012 | 51.1471 |
Yxy | 33.8012 | 0.2903 | 0.2824 |
Hunter Lab | 58.1388 | 4.9522 | -11.4627 |
CIE-Lab | 64.8045 | 9.2367 | -16.1533 |
#a099ba color RGB value is (160,153,186).
#a099ba hex color red value is 160, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a099ba hue: 0.70 , saturation: 0.19 and the lightness value of a099ba is 0.66.
The process color (four color CMYK) of #a099ba color hex is 0.14, 0.18, 0.00, 0.27. Web safe color of #a099ba is #9999cc. Color #a099ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10011001 | 10111010 |
Octal | 240 | 231 | 272 |
Decimal | 160 | 153 | 186 |
Hex | A0 | 99 | BA |
Shades of #a099ba
Tints of #a099ba
RGB Percentages of Color #a099ba
CMYK Percentages of Color #a099ba
Complementary Color
#a099ba | #b3ba99 |
#a099ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a099ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a099ba Color CSS Codes
.mybgcolor {background-color:#a099ba; } .myforecolor {color:#a099ba; } .mybordercolor {border:3px solid #a099ba; }
#a099ba Text Font Color
<p style="color:#a099ba">Text here</p>
This sample text font color is #a099ba
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.
#a099ba Background Color
<div style="background-color:#a099ba">
Div content here</div>
This div background color is #a099ba
#a099ba Border Color
<div style="border:3px solid #a099ba">
Div here</div>
This div border color is #a099ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,153,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a099ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a099ba; -webkit-box-shadow: 1px 1px 3px 2px #a099ba; box-shadow: 1px 1px 3px 2px #a099ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,153,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a099ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a099ba; -webkit-box-shadow: 1px 1px 3px 2px #a099ba; box-shadow: 1px 1px 3px 2px #a099ba;">
Div content here</div>
This div box has shadow with color #a099ba
Comments
No comments written yet.
Please login to write comment.