Color spaces of #60ebcf
RGB | 96 | 235 | 207 |
---|---|---|---|
HSL | 0.47 | 0.78 | 0.65 |
HSV | 168° | 59° | 92° |
CMYK | 0.59 | 0.00 | 0.12 0.08 |
XYZ | 45.7947 | 66.4085 | 69.4360 |
Yxy | 66.4085 | 0.2521 | 0.3656 |
Hunter Lab | 81.4914 | -42.3006 | 6.5250 |
CIE-Lab | 85.2044 | -44.2472 | 2.3411 |
#60ebcf color RGB value is (96,235,207).
#60ebcf hex color red value is 96, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #60ebcf hue: 0.47 , saturation: 0.78 and the lightness value of 60ebcf is 0.65.
The process color (four color CMYK) of #60ebcf color hex is 0.59, 0.00, 0.12, 0.08. Web safe color of #60ebcf is #66ffcc. Color #60ebcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11101011 | 11001111 |
Octal | 140 | 353 | 317 |
Decimal | 96 | 235 | 207 |
Hex | 60 | EB | CF |
Shades of #60ebcf
Tints of #60ebcf
RGB Percentages of Color #60ebcf
CMYK Percentages of Color #60ebcf
Complementary Color
#60ebcf | #eb607c |
#60ebcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60ebcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#60ebcf Color CSS Codes
.mybgcolor {background-color:#60ebcf; } .myforecolor {color:#60ebcf; } .mybordercolor {border:3px solid #60ebcf; }
#60ebcf Text Font Color
<p style="color:#60ebcf">Text here</p>
This sample text font color is #60ebcf
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.
#60ebcf Background Color
<div style="background-color:#60ebcf">
Div content here</div>
This div background color is #60ebcf
#60ebcf Border Color
<div style="border:3px solid #60ebcf">
Div here</div>
This div border color is #60ebcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,235,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60ebcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60ebcf; -webkit-box-shadow: 1px 1px 3px 2px #60ebcf; box-shadow: 1px 1px 3px 2px #60ebcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,235,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60ebcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60ebcf; -webkit-box-shadow: 1px 1px 3px 2px #60ebcf; box-shadow: 1px 1px 3px 2px #60ebcf;">
Div content here</div>
This div box has shadow with color #60ebcf
Comments
No comments written yet.
Please login to write comment.