Color Hex Logo

#c2fdac Color Hex

#C2FDAC
(194,253,172)
0 Favorites   0 Comments

Color spaces of #c2fdac

RGB 194253172
HSL0.290.950.83
HSV104°32°99°
CMYK 0.230.000.32   0.01
XYZ64.819884.698551.9618
Yxy84.69850.32170.4204
Hunter Lab92.0318-35.334630.9467
CIE-Lab93.7530-32.964932.9369

#c2fdac color RGB value is (194,253,172).

#c2fdac hex color red value is 194, green value is 253 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c2fdac hue: 0.29 , saturation: 0.95 and the lightness value of c2fdac is 0.83.

The process color (four color CMYK) of #c2fdac color hex is 0.23, 0.00, 0.32, 0.01. Web safe color of #c2fdac is #ccff99. Color #c2fdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111101 10101100
Octal 302 375 254
Decimal 194 253 172
Hex C2 FD AC

RGB Percentages of Color #c2fdac

%31.34
%40.87
%27.79

CMYK Percentages of Color #c2fdac

%23
%0
%32
%1

Triadic Colors of #c2fdac

#c2fdac #acc2fd #fdacc2

Analogous Colors of #c2fdac

#c2fdac #acfdbf #ebfdac

Monochromatic Colors of #c2fdac

#c2fdac

Complementary Color

#c2fdac #e7acfd

#c2fdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fdac Color CSS Codes

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

#c2fdac Text Font Color

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

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


#c2fdac Background Color

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

This div background color is #c2fdac


#c2fdac Border Color

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

This div border color is #c2fdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fdac


Comments

No comments written yet.

Please login to write comment.