Color Hex Logo

#c2fa9f Color Hex

#C2FA9F
(194,250,159)
0 Favorites   0 Comments

Color spaces of #c2fa9f

RGB 194250159
HSL0.270.900.80
HSV97°36°98°
CMYK 0.220.000.36   0.02
XYZ62.691782.343845.3906
Yxy82.34380.32920.4324
Hunter Lab90.7435-35.481333.8631
CIE-Lab92.7264-33.409838.0542

#c2fa9f color RGB value is (194,250,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111010 10011111
Octal 302 372 237
Decimal 194 250 159
Hex C2 FA 9F

RGB Percentages of Color #c2fa9f

%32.17
%41.46
%26.37

CMYK Percentages of Color #c2fa9f

%22
%0
%36
%2

Triadic Colors of #c2fa9f

#c2fa9f #9fc2fa #fa9fc2

Analogous Colors of #c2fa9f

#c2fa9f #9ffaaa #f0fa9f

Monochromatic Colors of #c2fa9f

#c2fa9f

Complementary Color

#c2fa9f #d79ffa

#c2fa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fa9f Color CSS Codes

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

#c2fa9f Text Font Color

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

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


#c2fa9f Background Color

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

This div background color is #c2fa9f


#c2fa9f Border Color

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

This div border color is #c2fa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fa9f


Comments

No comments written yet.

Please login to write comment.