Color Hex Logo

#c2ed9e Color Hex

#C2ED9E
(194,237,158)
0 Favorites   0 Comments

Color spaces of #c2ed9e

RGB 194237158
HSL0.260.690.77
HSV93°33°93°
CMYK 0.180.000.33   0.07
XYZ58.703974.506343.6349
Yxy74.50630.33200.4213
Hunter Lab86.3170-29.657630.4497
CIE-Lab89.1612-27.474133.8591

#c2ed9e color RGB value is (194,237,158).

#c2ed9e hex color red value is 194, green value is 237 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c2ed9e hue: 0.26 , saturation: 0.69 and the lightness value of c2ed9e is 0.77.

The process color (four color CMYK) of #c2ed9e color hex is 0.18, 0.00, 0.33, 0.07. Web safe color of #c2ed9e is #ccff99. Color #c2ed9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101101 10011110
Octal 302 355 236
Decimal 194 237 158
Hex C2 ED 9E

RGB Percentages of Color #c2ed9e

%32.94
%40.24
%26.83

CMYK Percentages of Color #c2ed9e

%18
%0
%33
%7

Triadic Colors of #c2ed9e

#c2ed9e #9ec2ed #ed9ec2

Analogous Colors of #c2ed9e

#c2ed9e #9eeda2 #eaed9e

Monochromatic Colors of #c2ed9e

#c2ed9e

Complementary Color

#c2ed9e #c99eed

#c2ed9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ed9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ed9e Color CSS Codes

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

#c2ed9e Text Font Color

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

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


#c2ed9e Background Color

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

This div background color is #c2ed9e


#c2ed9e Border Color

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

This div border color is #c2ed9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ed9e


Comments

No comments written yet.

Please login to write comment.