Color Hex Logo

#c0fccc Color Hex

#C0FCCC
(192,252,204)
0 Favorites   0 Comments

Color spaces of #c0fccc

RGB 192252204
HSL0.370.910.87
HSV132°24°99°
CMYK 0.240.000.19   0.01
XYZ67.447785.186970.0146
Yxy85.18690.30290.3826
Hunter Lab92.2967-31.076919.6314
CIE-Lab93.9636-28.003516.9664

#c0fccc color RGB value is (192,252,204).

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

The process color (four color CMYK) of #c0fccc color hex is 0.24, 0.00, 0.19, 0.01. Web safe color of #c0fccc is #ccffcc. Color #c0fccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111100 11001100
Octal 300 374 314
Decimal 192 252 204
Hex C0 FC CC

RGB Percentages of Color #c0fccc

%29.63
%38.89
%31.48

CMYK Percentages of Color #c0fccc

%24
%0
%19
%1

Triadic Colors of #c0fccc

#c0fccc #ccc0fc #fcccc0

Analogous Colors of #c0fccc

#c0fccc #c0fcea #d2fcc0

Monochromatic Colors of #c0fccc

#c0fccc

Complementary Color

#c0fccc #fcc0f0

#c0fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0fccc Color CSS Codes

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

#c0fccc Text Font Color

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

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


#c0fccc Background Color

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

This div background color is #c0fccc


#c0fccc Border Color

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

This div border color is #c0fccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,252,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0fccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0fccc


Comments

No comments written yet.

Please login to write comment.