Color Hex Logo

#5ed882 Color Hex

#5ED882
(94,216,130)
0 Favorites   0 Comments

Color spaces of #5ed882

RGB 94216130
HSL0.380.610.61
HSV138°56°85°
CMYK 0.560.000.40   0.15
XYZ33.201253.103129.6191
Yxy53.10310.28640.4581
Hunter Lab72.8719-46.199326.9116
CIE-Lab77.9358-52.761432.3696

#5ed882 color RGB value is (94,216,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011000 10000010
Octal 136 330 202
Decimal 94 216 130
Hex 5E D8 82

RGB Percentages of Color #5ed882

%21.36
%49.09
%29.55

CMYK Percentages of Color #5ed882

%56
%0
%40
%15

Triadic Colors of #5ed882

#5ed882 #825ed8 #d8825e

Analogous Colors of #5ed882

#5ed882 #5ed8bf #77d85e

Monochromatic Colors of #5ed882

#5ed882

Complementary Color

#5ed882 #d85eb4

#5ed882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed882 Color CSS Codes

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

#5ed882 Text Font Color

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

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


#5ed882 Background Color

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

This div background color is #5ed882


#5ed882 Border Color

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

This div border color is #5ed882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed882


Comments

No comments written yet.

Please login to write comment.