Color Hex Logo

#c2f59d Color Hex

#C2F59D
(194,245,157)
0 Favorites   0 Comments

Color spaces of #c2f59d

RGB 194245157
HSL0.260.810.79
HSV95°36°96°
CMYK 0.210.000.36   0.04
XYZ60.986379.208543.9727
Yxy79.20850.33110.4301
Hunter Lab88.9992-33.432133.0054
CIE-Lab91.3285-31.367637.2163

#c2f59d color RGB value is (194,245,157).

#c2f59d hex color red value is 194, green value is 245 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c2f59d hue: 0.26 , saturation: 0.81 and the lightness value of c2f59d is 0.79.

The process color (four color CMYK) of #c2f59d color hex is 0.21, 0.00, 0.36, 0.04. Web safe color of #c2f59d is #ccff99. Color #c2f59d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11110101 10011101
Octal 302 365 235
Decimal 194 245 157
Hex C2 F5 9D

RGB Percentages of Color #c2f59d

%32.55
%41.11
%26.34

CMYK Percentages of Color #c2f59d

%21
%0
%36
%4

Triadic Colors of #c2f59d

#c2f59d #9dc2f5 #f59dc2

Analogous Colors of #c2f59d

#c2f59d #9df5a4 #eef59d

Monochromatic Colors of #c2f59d

#c2f59d

Complementary Color

#c2f59d #d09df5

#c2f59d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2f59d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2f59d Color CSS Codes

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

#c2f59d Text Font Color

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

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


#c2f59d Background Color

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

This div background color is #c2f59d


#c2f59d Border Color

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

This div border color is #c2f59d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,245,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 #c2f59d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2f59d


Comments

No comments written yet.

Please login to write comment.