Hex | c0f7e7 |
RGB | 192 , 247 , 231 |
RGB % | 28.7, 36.9, 34.5 |
HSL | 162.5, 77.5, 86.1 |
HSV | 162.5, 22.3, 96.9 |
CMYK | 56.8,0,16.5,8 |
XYZ | 0.694, 0.835, 0.88 |
xyY | 0.288, 0.347, 0.835 |
CIE-LAB | 0.932, -0.205, 0.02 |
CIE-LUV | 0.932, -0.276, 0.066 |
CIE-HCL | 174.436, 0.206, 0.932 |
Binary | 11000000,11110111,11100111 |
#c0f7e7 HTML/CSS Color Name is Humming Bird / LightCyan2 / Green.
In a RGB color space, #c0f7e7 color RGB value is (Red:192,Green:247,Blue:231). it is composed of 28.7% red, 36.9% green and 34.5% blue. The process color (four color CMYK) of #c0f7e7 color hex is 56.8,0,16.5,8. HSL of color #c0f7e7 hue: 162.5 , saturation: 77.5 and the lightness value of c0f7e7 is 86.1. Mainly color is Green. Reverse color is: #3f0818.
The color codes conversion takes 1.506268 milliseconds.
.bgcolor {background-color:#c0f7e7; .textcolor {color:#c0f7e7; } .bordercolor {border:3px solid #c0f7e7; }
<p style="color:#c0f7e7">Text here</p>
<p style="background-color:#c0f7e7;">Content here</p>
<div style="border:1px solid #c0f7e7;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #c0f7e7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0f7e7; -webkit-box-shadow: 1px 1px 3px 2px #c0f7e7; box-shadow: 1px 1px 3px 2px #c0f7e7; }
<p style="text-shadow: 4px 4px 2px #c0f7e7">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0f7e7; -webkit-box-shadow: 1px 1px 3px 2px #c0f7e7; box-shadow: 1px 1px 3px 2px #c0f7e7;">
Content here</div>