Color Hex Logo

#5ed34d Color Hex

#5ED34D
(94,211,77)
0 Favorites   0 Comments

Color spaces of #5ed34d

RGB 9421177
HSL0.310.600.56
HSV112°64°83°
CMYK 0.550.000.64   0.17
XYZ29.249949.504015.0348
Yxy49.50400.31190.5278
Hunter Lab70.3591-48.921836.5819
CIE-Lab75.7638-57.962554.8400

#5ed34d color RGB value is (94,211,77).

#5ed34d hex color red value is 94, green value is 211 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5ed34d hue: 0.31 , saturation: 0.60 and the lightness value of 5ed34d is 0.56.

The process color (four color CMYK) of #5ed34d color hex is 0.55, 0.00, 0.64, 0.17. Web safe color of #5ed34d is #66cc66. Color #5ed34d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010011 01001101
Octal 136 323 115
Decimal 94 211 77
Hex 5E D3 4D

RGB Percentages of Color #5ed34d

%24.61
%55.24
%20.16

CMYK Percentages of Color #5ed34d

%55
%0
%64
%17

Triadic Colors of #5ed34d

#5ed34d #4d5ed3 #d34d5e

Analogous Colors of #5ed34d

#5ed34d #4dd37f #a1d34d

Monochromatic Colors of #5ed34d

#5ed34d

Complementary Color

#5ed34d #c24dd3

#5ed34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed34d Color CSS Codes

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

#5ed34d Text Font Color

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

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


#5ed34d Background Color

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

This div background color is #5ed34d


#5ed34d Border Color

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

This div border color is #5ed34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed34d


Comments

No comments written yet.

Please login to write comment.