Color spaces of #aabad5
RGB | 170 | 186 | 213 |
---|---|---|---|
HSL | 0.60 | 0.34 | 0.75 |
HSV | 218° | 20° | 84° |
CMYK | 0.20 | 0.13 | 0.00 0.16 |
XYZ | 46.1467 | 48.4680 | 69.8738 |
Yxy | 48.4680 | 0.2805 | 0.2947 |
Hunter Lab | 69.6190 | -3.5150 | -10.7738 |
CIE-Lab | 75.1192 | 0.2253 | -15.4082 |
#aabad5 color RGB value is (170,186,213).
#aabad5 hex color red value is 170, green value is 186 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #aabad5 hue: 0.60 , saturation: 0.34 and the lightness value of aabad5 is 0.75.
The process color (four color CMYK) of #aabad5 color hex is 0.20, 0.13, 0.00, 0.16. Web safe color of #aabad5 is #99cccc. Color #aabad5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111010 | 11010101 |
Octal | 252 | 272 | 325 |
Decimal | 170 | 186 | 213 |
Hex | AA | BA | D5 |
Shades of #aabad5
Tints of #aabad5
RGB Percentages of Color #aabad5
CMYK Percentages of Color #aabad5
Complementary Color
#aabad5 | #d5c5aa |
#aabad5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabad5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabad5 Color CSS Codes
.mybgcolor {background-color:#aabad5; } .myforecolor {color:#aabad5; } .mybordercolor {border:3px solid #aabad5; }
#aabad5 Text Font Color
<p style="color:#aabad5">Text here</p>
This sample text font color is #aabad5
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.
#aabad5 Background Color
<div style="background-color:#aabad5">
Div content here</div>
This div background color is #aabad5
#aabad5 Border Color
<div style="border:3px solid #aabad5">
Div here</div>
This div border color is #aabad5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,186,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabad5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabad5; -webkit-box-shadow: 1px 1px 3px 2px #aabad5; box-shadow: 1px 1px 3px 2px #aabad5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,186,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabad5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabad5; -webkit-box-shadow: 1px 1px 3px 2px #aabad5; box-shadow: 1px 1px 3px 2px #aabad5;">
Div content here</div>
This div box has shadow with color #aabad5
Comments
No comments written yet.
Please login to write comment.