Color spaces of #aabdde
RGB | 170 | 189 | 222 |
---|---|---|---|
HSL | 0.61 | 0.44 | 0.77 |
HSV | 218° | 23° | 87° |
CMYK | 0.23 | 0.15 | 0.00 0.13 |
XYZ | 47.9600 | 50.2152 | 76.2720 |
Yxy | 50.2152 | 0.2749 | 0.2879 |
Hunter Lab | 70.8627 | -3.2006 | -14.2120 |
CIE-Lab | 76.2012 | 0.6428 | -18.6551 |
#aabdde color RGB value is (170,189,222).
#aabdde hex color red value is 170, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aabdde hue: 0.61 , saturation: 0.44 and the lightness value of aabdde is 0.77.
The process color (four color CMYK) of #aabdde color hex is 0.23, 0.15, 0.00, 0.13. Web safe color of #aabdde is #99cccc. Color #aabdde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111101 | 11011110 |
Octal | 252 | 275 | 336 |
Decimal | 170 | 189 | 222 |
Hex | AA | BD | DE |
Shades of #aabdde
Tints of #aabdde
RGB Percentages of Color #aabdde
CMYK Percentages of Color #aabdde
Complementary Color
#aabdde | #decbaa |
#aabdde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabdde Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabdde Color CSS Codes
.mybgcolor {background-color:#aabdde; } .myforecolor {color:#aabdde; } .mybordercolor {border:3px solid #aabdde; }
#aabdde Text Font Color
<p style="color:#aabdde">Text here</p>
This sample text font color is #aabdde
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.
#aabdde Background Color
<div style="background-color:#aabdde">
Div content here</div>
This div background color is #aabdde
#aabdde Border Color
<div style="border:3px solid #aabdde">
Div here</div>
This div border color is #aabdde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,189,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabdde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabdde; -webkit-box-shadow: 1px 1px 3px 2px #aabdde; box-shadow: 1px 1px 3px 2px #aabdde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,189,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabdde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabdde; -webkit-box-shadow: 1px 1px 3px 2px #aabdde; box-shadow: 1px 1px 3px 2px #aabdde;">
Div content here</div>
This div box has shadow with color #aabdde
Comments
No comments written yet.
Please login to write comment.