Color Hex Logo

#5ed81a Color Hex

#5ED81A
(94,216,26)
0 Favorites   0 Comments

Color spaces of #5ed81a

RGB 9421626
HSL0.270.790.47
HSV99°88°85°
CMYK 0.560.000.88   0.15
XYZ29.358451.56609.3832
Yxy51.56600.32510.5710
Hunter Lab71.8095-52.689142.5193
CIE-Lab77.0206-62.962872.0398

#5ed81a color RGB value is (94,216,26).

#5ed81a hex color red value is 94, green value is 216 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #5ed81a hue: 0.27 , saturation: 0.79 and the lightness value of 5ed81a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011000 00011010
Octal 136 330 32
Decimal 94 216 26
Hex 5E D8 1A

RGB Percentages of Color #5ed81a

%27.98
%64.29
%7.74

CMYK Percentages of Color #5ed81a

%56
%0
%88
%15

Triadic Colors of #5ed81a

#5ed81a #1a5ed8 #d81a5e

Analogous Colors of #5ed81a

#5ed81a #1ad835 #bdd81a

Monochromatic Colors of #5ed81a

#5ed81a

Complementary Color

#5ed81a #941ad8

#5ed81a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed81a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed81a Color CSS Codes

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

#5ed81a Text Font Color

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

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


#5ed81a Background Color

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

This div background color is #5ed81a


#5ed81a Border Color

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

This div border color is #5ed81a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed81a

#5ed81a Color Palettes


Comments

No comments written yet.

Please login to write comment.