Color spaces of #60aade
RGB | 96 | 170 | 222 |
---|---|---|---|
HSL | 0.57 | 0.66 | 0.62 |
HSV | 205° | 57° | 87° |
CMYK | 0.57 | 0.23 | 0.00 0.13 |
XYZ | 32.3834 | 36.5102 | 74.4476 |
Yxy | 36.5102 | 0.2259 | 0.2547 |
Hunter Lab | 60.4237 | -10.0763 | -30.7542 |
CIE-Lab | 66.9079 | -8.1426 | -33.2503 |
#60aade color RGB value is (96,170,222).
#60aade hex color red value is 96, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #60aade hue: 0.57 , saturation: 0.66 and the lightness value of 60aade is 0.62.
The process color (four color CMYK) of #60aade color hex is 0.57, 0.23, 0.00, 0.13. Web safe color of #60aade is #6699cc. Color #60aade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10101010 | 11011110 |
Octal | 140 | 252 | 336 |
Decimal | 96 | 170 | 222 |
Hex | 60 | AA | DE |
Shades of #60aade
Tints of #60aade
RGB Percentages of Color #60aade
CMYK Percentages of Color #60aade
Complementary Color
#60aade | #de9460 |
#60aade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60aade Color Preview on White Background
Lorem ipsum dolor sit amet.
#60aade Color CSS Codes
.mybgcolor {background-color:#60aade; } .myforecolor {color:#60aade; } .mybordercolor {border:3px solid #60aade; }
#60aade Text Font Color
<p style="color:#60aade">Text here</p>
This sample text font color is #60aade
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.
#60aade Background Color
<div style="background-color:#60aade">
Div content here</div>
This div background color is #60aade
#60aade Border Color
<div style="border:3px solid #60aade">
Div here</div>
This div border color is #60aade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,170,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60aade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60aade; -webkit-box-shadow: 1px 1px 3px 2px #60aade; box-shadow: 1px 1px 3px 2px #60aade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,170,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 #60aade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60aade; -webkit-box-shadow: 1px 1px 3px 2px #60aade; box-shadow: 1px 1px 3px 2px #60aade;">
Div content here</div>
This div box has shadow with color #60aade
Comments
No comments written yet.
Please login to write comment.