Color spaces of #9aa2dd
RGB | 154 | 162 | 221 |
---|---|---|---|
HSL | 0.65 | 0.50 | 0.74 |
HSV | 233° | 30° | 87° |
CMYK | 0.30 | 0.27 | 0.00 0.13 |
XYZ | 39.2979 | 37.9311 | 73.6568 |
Yxy | 37.9311 | 0.2604 | 0.2514 |
Hunter Lab | 61.5882 | 6.1170 | -27.7965 |
CIE-Lab | 67.9698 | 10.5504 | -30.7934 |
#9aa2dd color RGB value is (154,162,221).
#9aa2dd hex color red value is 154, green value is 162 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9aa2dd hue: 0.65 , saturation: 0.50 and the lightness value of 9aa2dd is 0.74.
The process color (four color CMYK) of #9aa2dd color hex is 0.30, 0.27, 0.00, 0.13. Web safe color of #9aa2dd is #9999cc. Color #9aa2dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 10100010 | 11011101 |
Octal | 232 | 242 | 335 |
Decimal | 154 | 162 | 221 |
Hex | 9A | A2 | DD |
Shades of #9aa2dd
Tints of #9aa2dd
RGB Percentages of Color #9aa2dd
CMYK Percentages of Color #9aa2dd
Complementary Color
#9aa2dd | #ddd59a |
#9aa2dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9aa2dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9aa2dd Color CSS Codes
.mybgcolor {background-color:#9aa2dd; } .myforecolor {color:#9aa2dd; } .mybordercolor {border:3px solid #9aa2dd; }
#9aa2dd Text Font Color
<p style="color:#9aa2dd">Text here</p>
This sample text font color is #9aa2dd
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.
#9aa2dd Background Color
<div style="background-color:#9aa2dd">
Div content here</div>
This div background color is #9aa2dd
#9aa2dd Border Color
<div style="border:3px solid #9aa2dd">
Div here</div>
This div border color is #9aa2dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,162,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9aa2dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9aa2dd; -webkit-box-shadow: 1px 1px 3px 2px #9aa2dd; box-shadow: 1px 1px 3px 2px #9aa2dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,162,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9aa2dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9aa2dd; -webkit-box-shadow: 1px 1px 3px 2px #9aa2dd; box-shadow: 1px 1px 3px 2px #9aa2dd;">
Div content here</div>
This div box has shadow with color #9aa2dd
Comments
No comments written yet.
Please login to write comment.