Color spaces of #60aace
RGB | 96 | 170 | 206 |
---|---|---|---|
HSL | 0.55 | 0.53 | 0.59 |
HSV | 200° | 53° | 81° |
CMYK | 0.53 | 0.17 | 0.00 0.19 |
XYZ | 30.3392 | 35.6925 | 63.6828 |
Yxy | 35.6925 | 0.2339 | 0.2752 |
Hunter Lab | 59.7432 | -13.9035 | -21.3795 |
CIE-Lab | 66.2843 | -12.9630 | -25.3874 |
#60aace color RGB value is (96,170,206).
#60aace hex color red value is 96, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #60aace hue: 0.55 , saturation: 0.53 and the lightness value of 60aace is 0.59.
The process color (four color CMYK) of #60aace color hex is 0.53, 0.17, 0.00, 0.19. Web safe color of #60aace is #6699cc. Color #60aace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10101010 | 11001110 |
Octal | 140 | 252 | 316 |
Decimal | 96 | 170 | 206 |
Hex | 60 | AA | CE |
Shades of #60aace
Tints of #60aace
RGB Percentages of Color #60aace
CMYK Percentages of Color #60aace
Complementary Color
#60aace | #ce8460 |
#60aace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60aace Color Preview on White Background
Lorem ipsum dolor sit amet.
#60aace Color CSS Codes
.mybgcolor {background-color:#60aace; } .myforecolor {color:#60aace; } .mybordercolor {border:3px solid #60aace; }
#60aace Text Font Color
<p style="color:#60aace">Text here</p>
This sample text font color is #60aace
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.
#60aace Background Color
<div style="background-color:#60aace">
Div content here</div>
This div background color is #60aace
#60aace Border Color
<div style="border:3px solid #60aace">
Div here</div>
This div border color is #60aace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,170,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60aace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60aace; -webkit-box-shadow: 1px 1px 3px 2px #60aace; box-shadow: 1px 1px 3px 2px #60aace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,170,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60aace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60aace; -webkit-box-shadow: 1px 1px 3px 2px #60aace; box-shadow: 1px 1px 3px 2px #60aace;">
Div content here</div>
This div box has shadow with color #60aace
Comments
No comments written yet.
Please login to write comment.