Color spaces of #9aadaa
RGB | 154 | 173 | 170 |
---|---|---|---|
HSL | 0.47 | 0.10 | 0.64 |
HSV | 171° | 11° | 68° |
CMYK | 0.11 | 0.00 | 0.02 0.32 |
XYZ | 35.5257 | 39.6594 | 43.8128 |
Yxy | 39.6594 | 0.2985 | 0.3333 |
Hunter Lab | 62.9757 | -9.5125 | 2.8344 |
CIE-Lab | 69.2262 | -7.1868 | -0.7117 |
#9aadaa color RGB value is (154,173,170).
#9aadaa hex color red value is 154, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9aadaa hue: 0.47 , saturation: 0.10 and the lightness value of 9aadaa is 0.64.
The process color (four color CMYK) of #9aadaa color hex is 0.11, 0.00, 0.02, 0.32. Web safe color of #9aadaa is #999999. Color #9aadaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 10101101 | 10101010 |
Octal | 232 | 255 | 252 |
Decimal | 154 | 173 | 170 |
Hex | 9A | AD | AA |
Shades of #9aadaa
Tints of #9aadaa
RGB Percentages of Color #9aadaa
CMYK Percentages of Color #9aadaa
Complementary Color
#9aadaa | #ad9a9d |
#9aadaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9aadaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#9aadaa Color CSS Codes
.mybgcolor {background-color:#9aadaa; } .myforecolor {color:#9aadaa; } .mybordercolor {border:3px solid #9aadaa; }
#9aadaa Text Font Color
<p style="color:#9aadaa">Text here</p>
This sample text font color is #9aadaa
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.
#9aadaa Background Color
<div style="background-color:#9aadaa">
Div content here</div>
This div background color is #9aadaa
#9aadaa Border Color
<div style="border:3px solid #9aadaa">
Div here</div>
This div border color is #9aadaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,173,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9aadaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9aadaa; -webkit-box-shadow: 1px 1px 3px 2px #9aadaa; box-shadow: 1px 1px 3px 2px #9aadaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,173,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9aadaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9aadaa; -webkit-box-shadow: 1px 1px 3px 2px #9aadaa; box-shadow: 1px 1px 3px 2px #9aadaa;">
Div content here</div>
This div box has shadow with color #9aadaa
Comments
No comments written yet.
Please login to write comment.