Color Hex Logo

#5ec39a Color Hex

#5EC39A
(94,195,154)
0 Favorites   0 Comments

Color spaces of #5ec39a

RGB 94195154
HSL0.430.460.57
HSV156°52°76°
CMYK 0.520.000.21   0.24
XYZ29.963943.743037.4358
Yxy43.74300.26960.3936
Hunter Lab66.1385-34.873312.7375
CIE-Lab72.0564-39.257511.7103

#5ec39a color RGB value is (94,195,154).

#5ec39a hex color red value is 94, green value is 195 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5ec39a hue: 0.43 , saturation: 0.46 and the lightness value of 5ec39a is 0.57.

The process color (four color CMYK) of #5ec39a color hex is 0.52, 0.00, 0.21, 0.24. Web safe color of #5ec39a is #66cc99. Color #5ec39a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11000011 10011010
Octal 136 303 232
Decimal 94 195 154
Hex 5E C3 9A

RGB Percentages of Color #5ec39a

%21.22
%44.02
%34.76

CMYK Percentages of Color #5ec39a

%52
%0
%21
%24

Triadic Colors of #5ec39a

#5ec39a #9a5ec3 #c39a5e

Analogous Colors of #5ec39a

#5ec39a #5ebac3 #5ec368

Monochromatic Colors of #5ec39a

#5ec39a

Complementary Color

#5ec39a #c35e87

#5ec39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec39a Color CSS Codes

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

#5ec39a Text Font Color

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

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


#5ec39a Background Color

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

This div background color is #5ec39a


#5ec39a Border Color

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

This div border color is #5ec39a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,195,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ec39a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ec39a;
  -webkit-box-shadow: 1px 1px 3px 2px #5ec39a;
  box-shadow:         1px 1px 3px 2px #5ec39a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec39a


Comments

No comments written yet.

Please login to write comment.