Color Hex Logo

#c2ffcc Color Hex

#C2FFCC
(194,255,204)
0 Favorites   0 Comments

Color spaces of #c2ffcc

RGB 194255204
HSL0.361.000.88
HSV130°24°100°
CMYK 0.240.000.20   0.00
XYZ68.907287.349070.3550
Yxy87.34900.30410.3855
Hunter Lab93.4607-31.950820.7904
CIE-Lab94.8861-28.786218.2777

#c2ffcc color RGB value is (194,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111111 11001100
Octal 302 377 314
Decimal 194 255 204
Hex C2 FF CC

RGB Percentages of Color #c2ffcc

%29.71
%39.05
%31.24

CMYK Percentages of Color #c2ffcc

%24
%0
%20
%0

Triadic Colors of #c2ffcc

#c2ffcc #ccc2ff #ffccc2

Analogous Colors of #c2ffcc

#c2ffcc #c2ffeb #d7ffc2

Monochromatic Colors of #c2ffcc

#c2ffcc

Complementary Color

#c2ffcc #ffc2f5

#c2ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ffcc Color CSS Codes

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

#c2ffcc Text Font Color

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

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


#c2ffcc Background Color

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

This div background color is #c2ffcc


#c2ffcc Border Color

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

This div border color is #c2ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ffcc


Comments

No comments written yet.

Please login to write comment.