Color Hex Logo

#c2fdae Color Hex

#C2FDAE
(194,253,174)
0 Favorites   0 Comments

Color spaces of #c2fdae

RGB 194253174
HSL0.290.950.84
HSV105°31°99°
CMYK 0.230.000.31   0.01
XYZ65.013484.775952.9812
Yxy84.77590.32060.4181
Hunter Lab92.0738-35.090230.3350
CIE-Lab93.7865-32.671331.9791

#c2fdae color RGB value is (194,253,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111101 10101110
Octal 302 375 256
Decimal 194 253 174
Hex C2 FD AE

RGB Percentages of Color #c2fdae

%31.24
%40.74
%28.02

CMYK Percentages of Color #c2fdae

%23
%0
%31
%1

Triadic Colors of #c2fdae

#c2fdae #aec2fd #fdaec2

Analogous Colors of #c2fdae

#c2fdae #aefdc2 #eafdae

Monochromatic Colors of #c2fdae

#c2fdae

Complementary Color

#c2fdae #e9aefd

#c2fdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fdae Color CSS Codes

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

#c2fdae Text Font Color

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

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


#c2fdae Background Color

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

This div background color is #c2fdae


#c2fdae Border Color

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

This div border color is #c2fdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fdae


Comments

No comments written yet.

Please login to write comment.