Color spaces of #60feec
RGB | 96 | 254 | 236 |
---|---|---|---|
HSL | 0.48 | 0.99 | 0.69 |
HSV | 173° | 62° | 100° |
CMYK | 0.62 | 0.00 | 0.07 0.00 |
XYZ | 55.4060 | 79.4265 | 91.7675 |
Yxy | 79.4265 | 0.2445 | 0.3505 |
Hunter Lab | 89.1215 | -44.9910 | 1.3348 |
CIE-Lab | 91.4269 | -45.3679 | -3.6990 |
#60feec color RGB value is (96,254,236).
#60feec hex color red value is 96, green value is 254 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #60feec hue: 0.48 , saturation: 0.99 and the lightness value of 60feec is 0.69.
The process color (four color CMYK) of #60feec color hex is 0.62, 0.00, 0.07, 0.00. Web safe color of #60feec is #66ffff. Color #60feec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11111110 | 11101100 |
Octal | 140 | 376 | 354 |
Decimal | 96 | 254 | 236 |
Hex | 60 | FE | EC |
Shades of #60feec
Tints of #60feec
RGB Percentages of Color #60feec
CMYK Percentages of Color #60feec
Complementary Color
#60feec | #fe6072 |
#60feec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60feec Color Preview on White Background
Lorem ipsum dolor sit amet.
#60feec Color CSS Codes
.mybgcolor {background-color:#60feec; } .myforecolor {color:#60feec; } .mybordercolor {border:3px solid #60feec; }
#60feec Text Font Color
<p style="color:#60feec">Text here</p>
This sample text font color is #60feec
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.
#60feec Background Color
<div style="background-color:#60feec">
Div content here</div>
This div background color is #60feec
#60feec Border Color
<div style="border:3px solid #60feec">
Div here</div>
This div border color is #60feec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,254,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60feec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60feec; -webkit-box-shadow: 1px 1px 3px 2px #60feec; box-shadow: 1px 1px 3px 2px #60feec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,254,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60feec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60feec; -webkit-box-shadow: 1px 1px 3px 2px #60feec; box-shadow: 1px 1px 3px 2px #60feec;">
Div content here</div>
This div box has shadow with color #60feec
Comments
No comments written yet.
Please login to write comment.