Color Hex Logo

#5ed82d Color Hex

#5ED82D
(94,216,45)
0 Favorites   0 Comments

Color spaces of #5ed82d

RGB 9421645
HSL0.290.690.51
HSV103°79°85°
CMYK 0.560.000.79   0.15
XYZ29.645651.680910.8955
Yxy51.68090.32150.5604
Hunter Lab71.8894-52.197141.3367
CIE-Lab77.0896-62.161967.6471

#5ed82d color RGB value is (94,216,45).

#5ed82d hex color red value is 94, green value is 216 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #5ed82d hue: 0.29 , saturation: 0.69 and the lightness value of 5ed82d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011000 00101101
Octal 136 330 55
Decimal 94 216 45
Hex 5E D8 2D

RGB Percentages of Color #5ed82d

%26.48
%60.85
%12.68

CMYK Percentages of Color #5ed82d

%56
%0
%79
%15

Triadic Colors of #5ed82d

#5ed82d #2d5ed8 #d82d5e

Analogous Colors of #5ed82d

#5ed82d #2dd852 #b4d82d

Monochromatic Colors of #5ed82d

#5ed82d

Complementary Color

#5ed82d #a72dd8

#5ed82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed82d Color CSS Codes

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

#5ed82d Text Font Color

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

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


#5ed82d Background Color

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

This div background color is #5ed82d


#5ed82d Border Color

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

This div border color is #5ed82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed82d


Comments

No comments written yet.

Please login to write comment.