Color Hex Logo

#c2fade Color Hex

#C2FADE
(194,250,222)
0 Favorites   0 Comments

Color spaces of #c2fade

RGB 194250222
HSL0.420.850.87
HSV150°22°98°
CMYK 0.220.000.11   0.02
XYZ69.618685.114581.8667
Yxy85.11450.29420.3597
Hunter Lab92.2575-26.752511.9680
CIE-Lab93.9324-23.13497.6751

#c2fade color RGB value is (194,250,222).

#c2fade hex color red value is 194, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c2fade hue: 0.42 , saturation: 0.85 and the lightness value of c2fade is 0.87.

The process color (four color CMYK) of #c2fade color hex is 0.22, 0.00, 0.11, 0.02. Web safe color of #c2fade is #ccffcc. Color #c2fade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111010 11011110
Octal 302 372 336
Decimal 194 250 222
Hex C2 FA DE

RGB Percentages of Color #c2fade

%29.13
%37.54
%33.33

CMYK Percentages of Color #c2fade

%22
%0
%11
%2

Triadic Colors of #c2fade

#c2fade #dec2fa #fadec2

Analogous Colors of #c2fade

#c2fade #c2fafa #c2fac2

Monochromatic Colors of #c2fade

#c2fade

Complementary Color

#c2fade #fac2de

#c2fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fade Color CSS Codes

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

#c2fade Text Font Color

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

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


#c2fade Background Color

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

This div background color is #c2fade


#c2fade Border Color

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

This div border color is #c2fade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,250,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fade


Comments

No comments written yet.

Please login to write comment.