Color Hex Logo

#c0ffcc Color Hex

#C0FFCC
(192,255,204)
0 Favorites   0 Comments

Color spaces of #c0ffcc

RGB 192255204
HSL0.371.000.88
HSV131°25°100°
CMYK 0.250.000.20   0.00
XYZ68.397387.086170.3311
Yxy87.08610.30290.3857
Hunter Lab93.3199-32.481320.6397
CIE-Lab94.7748-29.416818.1053

#c0ffcc color RGB value is (192,255,204).

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

The process color (four color CMYK) of #c0ffcc color hex is 0.25, 0.00, 0.20, 0.00. Web safe color of #c0ffcc is #ccffcc. Color #c0ffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111111 11001100
Octal 300 377 314
Decimal 192 255 204
Hex C0 FF CC

RGB Percentages of Color #c0ffcc

%29.49
%39.17
%31.34

CMYK Percentages of Color #c0ffcc

%25
%0
%20
%0

Triadic Colors of #c0ffcc

#c0ffcc #ccc0ff #ffccc0

Analogous Colors of #c0ffcc

#c0ffcc #c0ffec #d4ffc0

Monochromatic Colors of #c0ffcc

#c0ffcc

Complementary Color

#c0ffcc #ffc0f3

#c0ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ffcc Color CSS Codes

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

#c0ffcc Text Font Color

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

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


#c0ffcc Background Color

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

This div background color is #c0ffcc


#c0ffcc Border Color

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

This div border color is #c0ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ffcc

Related Colors

#c0ffcc Color Palettes


Comments

No comments written yet.

Please login to write comment.