Color spaces of #a0bacb
RGB | 160 | 186 | 203 |
---|---|---|---|
HSL | 0.57 | 0.29 | 0.71 |
HSV | 204° | 21° | 80° |
CMYK | 0.21 | 0.08 | 0.00 0.20 |
XYZ | 42.8356 | 46.9032 | 63.2955 |
Yxy | 46.9032 | 0.2799 | 0.3065 |
Hunter Lab | 68.4859 | -8.2047 | -6.8564 |
CIE-Lab | 74.1278 | -5.1349 | -11.5244 |
#a0bacb color RGB value is (160,186,203).
#a0bacb hex color red value is 160, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a0bacb hue: 0.57 , saturation: 0.29 and the lightness value of a0bacb is 0.71.
The process color (four color CMYK) of #a0bacb color hex is 0.21, 0.08, 0.00, 0.20. Web safe color of #a0bacb is #99cccc. Color #a0bacb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10111010 | 11001011 |
Octal | 240 | 272 | 313 |
Decimal | 160 | 186 | 203 |
Hex | A0 | BA | CB |
Shades of #a0bacb
Tints of #a0bacb
RGB Percentages of Color #a0bacb
CMYK Percentages of Color #a0bacb
Complementary Color
#a0bacb | #cbb1a0 |
#a0bacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0bacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0bacb Color CSS Codes
.mybgcolor {background-color:#a0bacb; } .myforecolor {color:#a0bacb; } .mybordercolor {border:3px solid #a0bacb; }
#a0bacb Text Font Color
<p style="color:#a0bacb">Text here</p>
This sample text font color is #a0bacb
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.
#a0bacb Background Color
<div style="background-color:#a0bacb">
Div content here</div>
This div background color is #a0bacb
#a0bacb Border Color
<div style="border:3px solid #a0bacb">
Div here</div>
This div border color is #a0bacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,186,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0bacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0bacb; -webkit-box-shadow: 1px 1px 3px 2px #a0bacb; box-shadow: 1px 1px 3px 2px #a0bacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,186,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0bacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0bacb; -webkit-box-shadow: 1px 1px 3px 2px #a0bacb; box-shadow: 1px 1px 3px 2px #a0bacb;">
Div content here</div>
This div box has shadow with color #a0bacb
Comments
No comments written yet.
Please login to write comment.