Color spaces of #aab7dd
RGB | 170 | 183 | 221 |
---|---|---|---|
HSL | 0.62 | 0.43 | 0.77 |
HSV | 225° | 23° | 87° |
CMYK | 0.23 | 0.17 | 0.00 0.13 |
XYZ | 46.5622 | 47.6335 | 75.1467 |
Yxy | 47.6335 | 0.2750 | 0.2813 |
Hunter Lab | 69.0170 | -0.3551 | -16.2439 |
CIE-Lab | 74.5932 | 3.6684 | -20.5497 |
#aab7dd color RGB value is (170,183,221).
#aab7dd hex color red value is 170, green value is 183 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aab7dd hue: 0.62 , saturation: 0.43 and the lightness value of aab7dd is 0.77.
The process color (four color CMYK) of #aab7dd color hex is 0.23, 0.17, 0.00, 0.13. Web safe color of #aab7dd is #99cccc. Color #aab7dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110111 | 11011101 |
Octal | 252 | 267 | 335 |
Decimal | 170 | 183 | 221 |
Hex | AA | B7 | DD |
Shades of #aab7dd
Tints of #aab7dd
RGB Percentages of Color #aab7dd
CMYK Percentages of Color #aab7dd
Complementary Color
#aab7dd | #ddd0aa |
#aab7dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab7dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab7dd Color CSS Codes
.mybgcolor {background-color:#aab7dd; } .myforecolor {color:#aab7dd; } .mybordercolor {border:3px solid #aab7dd; }
#aab7dd Text Font Color
<p style="color:#aab7dd">Text here</p>
This sample text font color is #aab7dd
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.
#aab7dd Background Color
<div style="background-color:#aab7dd">
Div content here</div>
This div background color is #aab7dd
#aab7dd Border Color
<div style="border:3px solid #aab7dd">
Div here</div>
This div border color is #aab7dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,183,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab7dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab7dd; -webkit-box-shadow: 1px 1px 3px 2px #aab7dd; box-shadow: 1px 1px 3px 2px #aab7dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,183,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 #aab7dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab7dd; -webkit-box-shadow: 1px 1px 3px 2px #aab7dd; box-shadow: 1px 1px 3px 2px #aab7dd;">
Div content here</div>
This div box has shadow with color #aab7dd
Comments
No comments written yet.
Please login to write comment.