Color Hex Logo

#5edc91 Color Hex

#5EDC91
(94,220,145)
0 Favorites   0 Comments

Color spaces of #5edc91

RGB 94220145
HSL0.400.640.62
HSV144°57°86°
CMYK 0.570.000.34   0.14
XYZ35.320155.610435.6604
Yxy55.61040.27900.4393
Hunter Lab74.5724-45.957823.8483
CIE-Lab79.3916-51.699026.6081

#5edc91 color RGB value is (94,220,145).

#5edc91 hex color red value is 94, green value is 220 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #5edc91 hue: 0.40 , saturation: 0.64 and the lightness value of 5edc91 is 0.62.

The process color (four color CMYK) of #5edc91 color hex is 0.57, 0.00, 0.34, 0.14. Web safe color of #5edc91 is #66cc99. Color #5edc91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 10010001
Octal 136 334 221
Decimal 94 220 145
Hex 5E DC 91

RGB Percentages of Color #5edc91

%20.48
%47.93
%31.59

CMYK Percentages of Color #5edc91

%57
%0
%34
%14

Triadic Colors of #5edc91

#5edc91 #915edc #dc915e

Analogous Colors of #5edc91

#5edc91 #5edcd0 #6adc5e

Monochromatic Colors of #5edc91

#5edc91

Complementary Color

#5edc91 #dc5ea9

#5edc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edc91 Color CSS Codes

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

#5edc91 Text Font Color

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

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


#5edc91 Background Color

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

This div background color is #5edc91


#5edc91 Border Color

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

This div border color is #5edc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edc91


Comments

No comments written yet.

Please login to write comment.