Color spaces of #60cace
RGB | 96 | 202 | 206 |
---|---|---|---|
HSL | 0.51 | 0.53 | 0.59 |
HSV | 182° | 53° | 81° |
CMYK | 0.53 | 0.02 | 0.00 0.19 |
XYZ | 37.0850 | 49.1841 | 65.9314 |
Yxy | 49.1841 | 0.2437 | 0.3232 |
Hunter Lab | 70.1314 | -28.3403 | -6.6473 |
CIE-Lab | 75.5657 | -29.3179 | -11.3308 |
#60cace color RGB value is (96,202,206).
#60cace hex color red value is 96, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #60cace hue: 0.51 , saturation: 0.53 and the lightness value of 60cace is 0.59.
The process color (four color CMYK) of #60cace color hex is 0.53, 0.02, 0.00, 0.19. Web safe color of #60cace is #66cccc. Color #60cace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11001010 | 11001110 |
Octal | 140 | 312 | 316 |
Decimal | 96 | 202 | 206 |
Hex | 60 | CA | CE |
Shades of #60cace
Tints of #60cace
RGB Percentages of Color #60cace
CMYK Percentages of Color #60cace
Complementary Color
#60cace | #ce6460 |
#60cace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60cace Color Preview on White Background
Lorem ipsum dolor sit amet.
#60cace Color CSS Codes
.mybgcolor {background-color:#60cace; } .myforecolor {color:#60cace; } .mybordercolor {border:3px solid #60cace; }
#60cace Text Font Color
<p style="color:#60cace">Text here</p>
This sample text font color is #60cace
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.
#60cace Background Color
<div style="background-color:#60cace">
Div content here</div>
This div background color is #60cace
#60cace Border Color
<div style="border:3px solid #60cace">
Div here</div>
This div border color is #60cace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,202,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60cace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60cace; -webkit-box-shadow: 1px 1px 3px 2px #60cace; box-shadow: 1px 1px 3px 2px #60cace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,202,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 #60cace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60cace; -webkit-box-shadow: 1px 1px 3px 2px #60cace; box-shadow: 1px 1px 3px 2px #60cace;">
Div content here</div>
This div box has shadow with color #60cace
Comments
No comments written yet.
Please login to write comment.