Color Hex Logo

#c0fcec Color Hex

#C0FCEC
(192,252,236)
0 Favorites   0 Comments

Color spaces of #c0fcec

RGB 192252236
HSL0.460.910.87
HSV164°24°99°
CMYK 0.240.000.06   0.01
XYZ71.689086.883492.3486
Yxy86.88340.28570.3463
Hunter Lab93.2113-25.83506.5066
CIE-Lab94.6888-21.97061.5270

#c0fcec color RGB value is (192,252,236).

#c0fcec hex color red value is 192, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c0fcec hue: 0.46 , saturation: 0.91 and the lightness value of c0fcec is 0.87.

The process color (four color CMYK) of #c0fcec color hex is 0.24, 0.00, 0.06, 0.01. Web safe color of #c0fcec is #ccffff. Color #c0fcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111100 11101100
Octal 300 374 354
Decimal 192 252 236
Hex C0 FC EC

RGB Percentages of Color #c0fcec

%28.24
%37.06
%34.71

CMYK Percentages of Color #c0fcec

%24
%0
%6
%1

Triadic Colors of #c0fcec

#c0fcec #ecc0fc #fcecc0

Analogous Colors of #c0fcec

#c0fcec #c0eefc #c0fcce

Monochromatic Colors of #c0fcec

#c0fcec

Complementary Color

#c0fcec #fcc0d0

#c0fcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0fcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0fcec Color CSS Codes

.mybgcolor {background-color:#c0fcec; } 
.myforecolor {color:#c0fcec; }
.mybordercolor {border:3px solid #c0fcec; }

#c0fcec Text Font Color

<p style="color:#c0fcec">Text here</p>

This sample text font color is #c0fcec
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.


#c0fcec Background Color

<div style="background-color:#c0fcec">
Div content here</div>

This div background color is #c0fcec


#c0fcec Border Color

<div style="border:3px solid #c0fcec">
Div here</div>

This div border color is #c0fcec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,252,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0fcec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0fcec;
  -webkit-box-shadow: 1px 1px 3px 2px #c0fcec;
  box-shadow:         1px 1px 3px 2px #c0fcec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,252,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 #c0fcec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0fcec;
  -webkit-box-shadow: 1px 1px 3px 2px #c0fcec;
  box-shadow:         1px 1px 3px 2px #c0fcec;">
Div content here</div>

This div box has shadow with color #c0fcec


Comments

No comments written yet.

Please login to write comment.