Color Hex Logo

#c2fadc Color Hex

#C2FADC
(194,250,220)
0 Favorites   0 Comments

Color spaces of #c2fadc

RGB 194250220
HSL0.410.850.87
HSV148°22°98°
CMYK 0.220.000.12   0.02
XYZ69.352085.007980.4631
Yxy85.00790.29530.3620
Hunter Lab92.1997-27.083112.7972
CIE-Lab93.8865-23.51308.6413

#c2fadc color RGB value is (194,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111010 11011100
Octal 302 372 334
Decimal 194 250 220
Hex C2 FA DC

RGB Percentages of Color #c2fadc

%29.22
%37.65
%33.13

CMYK Percentages of Color #c2fadc

%22
%0
%12
%2

Triadic Colors of #c2fadc

#c2fadc #dcc2fa #fadcc2

Analogous Colors of #c2fadc

#c2fadc #c2faf8 #c4fac2

Monochromatic Colors of #c2fadc

#c2fadc

Complementary Color

#c2fadc #fac2e0

#c2fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fadc Color CSS Codes

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

#c2fadc Text Font Color

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

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


#c2fadc Background Color

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

This div background color is #c2fadc


#c2fadc Border Color

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

This div border color is #c2fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fadc

Related Colors


Comments

No comments written yet.

Please login to write comment.