Color spaces of #60e0eb
RGB | 96 | 224 | 235 |
---|---|---|---|
HSL | 0.51 | 0.78 | 0.65 |
HSV | 185° | 59° | 92° |
CMYK | 0.59 | 0.05 | 0.00 0.08 |
XYZ | 46.4749 | 61.7963 | 88.0756 |
Yxy | 61.7963 | 0.2367 | 0.3147 |
Hunter Lab | 78.6106 | -32.0387 | -11.4013 |
CIE-Lab | 82.8050 | -31.9738 | -15.9962 |
#60e0eb color RGB value is (96,224,235).
#60e0eb hex color red value is 96, green value is 224 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #60e0eb hue: 0.51 , saturation: 0.78 and the lightness value of 60e0eb is 0.65.
The process color (four color CMYK) of #60e0eb color hex is 0.59, 0.05, 0.00, 0.08. Web safe color of #60e0eb is #66ccff. Color #60e0eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11100000 | 11101011 |
Octal | 140 | 340 | 353 |
Decimal | 96 | 224 | 235 |
Hex | 60 | E0 | EB |
Shades of #60e0eb
Tints of #60e0eb
RGB Percentages of Color #60e0eb
CMYK Percentages of Color #60e0eb
Complementary Color
#60e0eb | #eb6b60 |
#60e0eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60e0eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#60e0eb Color CSS Codes
.mybgcolor {background-color:#60e0eb; } .myforecolor {color:#60e0eb; } .mybordercolor {border:3px solid #60e0eb; }
#60e0eb Text Font Color
<p style="color:#60e0eb">Text here</p>
This sample text font color is #60e0eb
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.
#60e0eb Background Color
<div style="background-color:#60e0eb">
Div content here</div>
This div background color is #60e0eb
#60e0eb Border Color
<div style="border:3px solid #60e0eb">
Div here</div>
This div border color is #60e0eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,224,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60e0eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60e0eb; -webkit-box-shadow: 1px 1px 3px 2px #60e0eb; box-shadow: 1px 1px 3px 2px #60e0eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,224,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60e0eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60e0eb; -webkit-box-shadow: 1px 1px 3px 2px #60e0eb; box-shadow: 1px 1px 3px 2px #60e0eb;">
Div content here</div>
This div box has shadow with color #60e0eb
Comments
No comments written yet.
Please login to write comment.