Color spaces of #9abacc
RGB | 154 | 186 | 204 |
---|---|---|---|
HSL | 0.56 | 0.33 | 0.70 |
HSV | 202° | 25° | 80° |
CMYK | 0.25 | 0.09 | 0.00 0.20 |
XYZ | 41.7844 | 46.3475 | 63.8704 |
Yxy | 46.3475 | 0.2749 | 0.3049 |
Hunter Lab | 68.0790 | -9.5815 | -7.9694 |
CIE-Lab | 73.7705 | -6.7564 | -12.6443 |
#9abacc color RGB value is (154,186,204).
#9abacc hex color red value is 154, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9abacc hue: 0.56 , saturation: 0.33 and the lightness value of 9abacc is 0.70.
The process color (four color CMYK) of #9abacc color hex is 0.25, 0.09, 0.00, 0.20. Web safe color of #9abacc is #99cccc. Color #9abacc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 10111010 | 11001100 |
Octal | 232 | 272 | 314 |
Decimal | 154 | 186 | 204 |
Hex | 9A | BA | CC |
Shades of #9abacc
Tints of #9abacc
RGB Percentages of Color #9abacc
CMYK Percentages of Color #9abacc
Complementary Color
#9abacc | #ccac9a |
#9abacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9abacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9abacc Color CSS Codes
.mybgcolor {background-color:#9abacc; } .myforecolor {color:#9abacc; } .mybordercolor {border:3px solid #9abacc; }
#9abacc Text Font Color
<p style="color:#9abacc">Text here</p>
This sample text font color is #9abacc
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.
#9abacc Background Color
<div style="background-color:#9abacc">
Div content here</div>
This div background color is #9abacc
#9abacc Border Color
<div style="border:3px solid #9abacc">
Div here</div>
This div border color is #9abacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,186,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9abacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9abacc; -webkit-box-shadow: 1px 1px 3px 2px #9abacc; box-shadow: 1px 1px 3px 2px #9abacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,186,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9abacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9abacc; -webkit-box-shadow: 1px 1px 3px 2px #9abacc; box-shadow: 1px 1px 3px 2px #9abacc;">
Div content here</div>
This div box has shadow with color #9abacc
Comments
No comments written yet.
Please login to write comment.