Color spaces of #60cbae
RGB | 96 | 203 | 174 |
---|---|---|---|
HSL | 0.45 | 0.51 | 0.59 |
HSV | 164° | 53° | 80° |
CMYK | 0.53 | 0.00 | 0.14 0.20 |
XYZ | 33.8198 | 48.2547 | 47.5760 |
Yxy | 48.2547 | 0.2609 | 0.3722 |
Hunter Lab | 69.4656 | -34.6609 | 8.0190 |
CIE-Lab | 74.9853 | -37.8701 | 5.1058 |
#60cbae color RGB value is (96,203,174).
#60cbae hex color red value is 96, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #60cbae hue: 0.45 , saturation: 0.51 and the lightness value of 60cbae is 0.59.
The process color (four color CMYK) of #60cbae color hex is 0.53, 0.00, 0.14, 0.20. Web safe color of #60cbae is #66cc99. Color #60cbae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11001011 | 10101110 |
Octal | 140 | 313 | 256 |
Decimal | 96 | 203 | 174 |
Hex | 60 | CB | AE |
Shades of #60cbae
Tints of #60cbae
RGB Percentages of Color #60cbae
CMYK Percentages of Color #60cbae
Complementary Color
#60cbae | #cb607d |
#60cbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60cbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#60cbae Color CSS Codes
.mybgcolor {background-color:#60cbae; } .myforecolor {color:#60cbae; } .mybordercolor {border:3px solid #60cbae; }
#60cbae Text Font Color
<p style="color:#60cbae">Text here</p>
This sample text font color is #60cbae
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.
#60cbae Background Color
<div style="background-color:#60cbae">
Div content here</div>
This div background color is #60cbae
#60cbae Border Color
<div style="border:3px solid #60cbae">
Div here</div>
This div border color is #60cbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,203,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60cbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60cbae; -webkit-box-shadow: 1px 1px 3px 2px #60cbae; box-shadow: 1px 1px 3px 2px #60cbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,203,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60cbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60cbae; -webkit-box-shadow: 1px 1px 3px 2px #60cbae; box-shadow: 1px 1px 3px 2px #60cbae;">
Div content here</div>
This div box has shadow with color #60cbae
Comments
No comments written yet.
Please login to write comment.