Color Hex Logo

#5ed89d Color Hex

#5ED89D
(94,216,157)
0 Favorites   0 Comments

Color spaces of #5ed89d

RGB 94216157
HSL0.420.610.61
HSV151°56°85°
CMYK 0.560.000.27   0.15
XYZ35.257853.925740.4487
Yxy53.92570.27200.4160
Hunter Lab73.4341-42.806818.7460
CIE-Lab78.4184-47.715819.0171

#5ed89d color RGB value is (94,216,157).

#5ed89d hex color red value is 94, green value is 216 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5ed89d hue: 0.42 , saturation: 0.61 and the lightness value of 5ed89d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011000 10011101
Octal 136 330 235
Decimal 94 216 157
Hex 5E D8 9D

RGB Percentages of Color #5ed89d

%20.13
%46.25
%33.62

CMYK Percentages of Color #5ed89d

%56
%0
%27
%15

Triadic Colors of #5ed89d

#5ed89d #9d5ed8 #d89d5e

Analogous Colors of #5ed89d

#5ed89d #5ed6d8 #5ed860

Monochromatic Colors of #5ed89d

#5ed89d

Complementary Color

#5ed89d #d85e99

#5ed89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed89d Color CSS Codes

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

#5ed89d Text Font Color

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

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


#5ed89d Background Color

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

This div background color is #5ed89d


#5ed89d Border Color

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

This div border color is #5ed89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed89d


Comments

No comments written yet.

Please login to write comment.