Color Hex Logo

#5ed491 Color Hex

#5ED491
(94,212,145)
0 Favorites   0 Comments

Color spaces of #5ed491

RGB 94212145
HSL0.410.580.60
HSV146°56°83°
CMYK 0.560.000.32   0.17
XYZ33.270451.511034.9771
Yxy51.51100.27780.4301
Hunter Lab71.7712-42.853721.3453
CIE-Lab76.9875-48.429423.3494

#5ed491 color RGB value is (94,212,145).

#5ed491 hex color red value is 94, green value is 212 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #5ed491 hue: 0.41 , saturation: 0.58 and the lightness value of 5ed491 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010100 10010001
Octal 136 324 221
Decimal 94 212 145
Hex 5E D4 91

RGB Percentages of Color #5ed491

%20.84
%47.01
%32.15

CMYK Percentages of Color #5ed491

%56
%0
%32
%17

Triadic Colors of #5ed491

#5ed491 #915ed4 #d4915e

Analogous Colors of #5ed491

#5ed491 #5ed4cc #66d45e

Monochromatic Colors of #5ed491

#5ed491

Complementary Color

#5ed491 #d45ea1

#5ed491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed491 Color CSS Codes

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

#5ed491 Text Font Color

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

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


#5ed491 Background Color

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

This div background color is #5ed491


#5ed491 Border Color

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

This div border color is #5ed491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed491


Comments

No comments written yet.

Please login to write comment.