Color Hex Logo

#c2fecc Color Hex

#C2FECC
(194,254,204)
0 Favorites   0 Comments

Color spaces of #c2fecc

RGB 194254204
HSL0.360.970.88
HSV130°24°100°
CMYK 0.240.000.20   0.00
XYZ68.589086.712670.2489
Yxy86.71260.30410.3844
Hunter Lab93.1196-31.481820.4557
CIE-Lab94.6162-28.315017.8992

#c2fecc color RGB value is (194,254,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111110 11001100
Octal 302 376 314
Decimal 194 254 204
Hex C2 FE CC

RGB Percentages of Color #c2fecc

%29.75
%38.96
%31.29

CMYK Percentages of Color #c2fecc

%24
%0
%20
%0

Triadic Colors of #c2fecc

#c2fecc #ccc2fe #feccc2

Analogous Colors of #c2fecc

#c2fecc #c2feea #d6fec2

Monochromatic Colors of #c2fecc

#c2fecc

Complementary Color

#c2fecc #fec2f4

#c2fecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fecc Color CSS Codes

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

#c2fecc Text Font Color

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

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


#c2fecc Background Color

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

This div background color is #c2fecc


#c2fecc Border Color

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

This div border color is #c2fecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fecc

Related Colors


Comments

No comments written yet.

Please login to write comment.