Color Hex Logo

#5ed091 Color Hex

#5ED091
(94,208,145)
0 Favorites   0 Comments

Color spaces of #5ed091

RGB 94208145
HSL0.410.550.59
HSV147°55°82°
CMYK 0.550.000.30   0.18
XYZ32.282849.535834.6479
Yxy49.53580.27720.4253
Hunter Lab70.3817-41.293220.0795
CIE-Lab75.7835-46.761221.7045

#5ed091 color RGB value is (94,208,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010000 10010001
Octal 136 320 221
Decimal 94 208 145
Hex 5E D0 91

RGB Percentages of Color #5ed091

%21.03
%46.53
%32.44

CMYK Percentages of Color #5ed091

%55
%0
%30
%18

Triadic Colors of #5ed091

#5ed091 #915ed0 #d0915e

Analogous Colors of #5ed091

#5ed091 #5ed0ca #64d05e

Monochromatic Colors of #5ed091

#5ed091

Complementary Color

#5ed091 #d05e9d

#5ed091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed091 Color CSS Codes

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

#5ed091 Text Font Color

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

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


#5ed091 Background Color

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

This div background color is #5ed091


#5ed091 Border Color

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

This div border color is #5ed091


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,208,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 #5ed091">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed091


Comments

No comments written yet.

Please login to write comment.