Color Hex Logo

#5ed83a Color Hex

#5ED83A
(94,216,58)
0 Favorites   0 Comments

Color spaces of #5ed83a

RGB 9421658
HSL0.300.670.54
HSV106°73°85°
CMYK 0.560.000.73   0.15
XYZ29.935751.796912.4230
Yxy51.79690.31790.5501
Hunter Lab71.9701-51.701240.1448
CIE-Lab77.1592-61.359463.6163

#5ed83a color RGB value is (94,216,58).

#5ed83a hex color red value is 94, green value is 216 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #5ed83a hue: 0.30 , saturation: 0.67 and the lightness value of 5ed83a is 0.54.

The process color (four color CMYK) of #5ed83a color hex is 0.56, 0.00, 0.73, 0.15. Web safe color of #5ed83a is #66cc33. Color #5ed83a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011000 00111010
Octal 136 330 72
Decimal 94 216 58
Hex 5E D8 3A

RGB Percentages of Color #5ed83a

%25.54
%58.70
%15.76

CMYK Percentages of Color #5ed83a

%56
%0
%73
%15

Triadic Colors of #5ed83a

#5ed83a #3a5ed8 #d83a5e

Analogous Colors of #5ed83a

#5ed83a #3ad865 #add83a

Monochromatic Colors of #5ed83a

#5ed83a

Complementary Color

#5ed83a #b43ad8

#5ed83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed83a Color CSS Codes

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

#5ed83a Text Font Color

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

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


#5ed83a Background Color

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

This div background color is #5ed83a


#5ed83a Border Color

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

This div border color is #5ed83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed83a


Comments

No comments written yet.

Please login to write comment.