Color Hex Logo

#5ed059 Color Hex

#5ED059
(94,208,89)
0 Favorites   0 Comments

Color spaces of #5ed059

RGB 9420889
HSL0.330.560.58
HSV117°57°82°
CMYK 0.550.000.57   0.18
XYZ28.975148.212717.2300
Yxy48.21270.30690.5106
Hunter Lab69.4354-47.024633.8923
CIE-Lab74.9589-55.553548.6478

#5ed059 color RGB value is (94,208,89).

#5ed059 hex color red value is 94, green value is 208 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #5ed059 hue: 0.33 , saturation: 0.56 and the lightness value of 5ed059 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010000 01011001
Octal 136 320 131
Decimal 94 208 89
Hex 5E D0 59

RGB Percentages of Color #5ed059

%24.04
%53.20
%22.76

CMYK Percentages of Color #5ed059

%55
%0
%57
%18

Triadic Colors of #5ed059

#5ed059 #595ed0 #d0595e

Analogous Colors of #5ed059

#5ed059 #59d090 #9ad059

Monochromatic Colors of #5ed059

#5ed059

Complementary Color

#5ed059 #cb59d0

#5ed059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed059 Color CSS Codes

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

#5ed059 Text Font Color

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

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


#5ed059 Background Color

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

This div background color is #5ed059


#5ed059 Border Color

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

This div border color is #5ed059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed059


Comments

No comments written yet.

Please login to write comment.