Color Hex Logo

#c4ed5e Color Hex

#C4ED5E
(196,237,94)
0 Favorites   0 Comments

Color spaces of #c4ed5e

RGB 19623794
HSL0.210.800.65
HSV77°60°93°
CMYK 0.170.000.60   0.07
XYZ55.069573.112321.7993
Yxy73.11230.36720.4875
Hunter Lab85.5057-34.673144.7383
CIE-Lab88.5012-33.604563.1732

#c4ed5e color RGB value is (196,237,94).

#c4ed5e hex color red value is 196, green value is 237 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c4ed5e hue: 0.21 , saturation: 0.80 and the lightness value of c4ed5e is 0.65.

The process color (four color CMYK) of #c4ed5e color hex is 0.17, 0.00, 0.60, 0.07. Web safe color of #c4ed5e is #ccff66. Color #c4ed5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101101 01011110
Octal 304 355 136
Decimal 196 237 94
Hex C4 ED 5E

RGB Percentages of Color #c4ed5e

%37.19
%44.97
%17.84

CMYK Percentages of Color #c4ed5e

%17
%0
%60
%7

Triadic Colors of #c4ed5e

#c4ed5e #5ec4ed #ed5ec4

Analogous Colors of #c4ed5e

#c4ed5e #7ded5e #edcf5e

Monochromatic Colors of #c4ed5e

#c4ed5e

Complementary Color

#c4ed5e #875eed

#c4ed5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ed5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ed5e Color CSS Codes

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

#c4ed5e Text Font Color

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

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


#c4ed5e Background Color

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

This div background color is #c4ed5e


#c4ed5e Border Color

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

This div border color is #c4ed5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ed5e


Comments

No comments written yet.

Please login to write comment.