Color Hex Logo

#c2fa9d Color Hex

#C2FA9D
(194,250,157)
0 Favorites   0 Comments

Color spaces of #c2fa9d

RGB 194250157
HSL0.270.900.80
HSV96°37°98°
CMYK 0.220.000.37   0.02
XYZ62.519582.274944.4838
Yxy82.27490.33030.4347
Hunter Lab90.7055-35.702134.4169
CIE-Lab92.6961-33.677939.0036

#c2fa9d color RGB value is (194,250,157).

#c2fa9d hex color red value is 194, green value is 250 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c2fa9d hue: 0.27 , saturation: 0.90 and the lightness value of c2fa9d is 0.80.

The process color (four color CMYK) of #c2fa9d color hex is 0.22, 0.00, 0.37, 0.02. Web safe color of #c2fa9d is #ccff99. Color #c2fa9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111010 10011101
Octal 302 372 235
Decimal 194 250 157
Hex C2 FA 9D

RGB Percentages of Color #c2fa9d

%32.28
%41.60
%26.12

CMYK Percentages of Color #c2fa9d

%22
%0
%37
%2

Triadic Colors of #c2fa9d

#c2fa9d #9dc2fa #fa9dc2

Analogous Colors of #c2fa9d

#c2fa9d #9dfaa7 #f1fa9d

Monochromatic Colors of #c2fa9d

#c2fa9d

Complementary Color

#c2fa9d #d59dfa

#c2fa9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fa9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fa9d Color CSS Codes

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

#c2fa9d Text Font Color

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

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


#c2fa9d Background Color

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

This div background color is #c2fa9d


#c2fa9d Border Color

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

This div border color is #c2fa9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fa9d

#c2fa9d Color Palettes


Comments

No comments written yet.

Please login to write comment.