Color Hex Logo

#5ead6d Color Hex

#5EAD6D
(94,173,109)
0 Favorites   0 Comments

Color spaces of #5ead6d

RGB 94173109
HSL0.360.330.52
HSV131°46°68°
CMYK 0.460.000.37   0.32
XYZ22.320033.371019.7329
Yxy33.37100.29590.4424
Hunter Lab57.7676-32.125320.1844
CIE-Lab64.4602-38.334825.5434

#5ead6d color RGB value is (94,173,109).

#5ead6d hex color red value is 94, green value is 173 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #5ead6d hue: 0.36 , saturation: 0.33 and the lightness value of 5ead6d is 0.52.

The process color (four color CMYK) of #5ead6d color hex is 0.46, 0.00, 0.37, 0.32. Web safe color of #5ead6d is #669966. Color #5ead6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 01101101
Octal 136 255 155
Decimal 94 173 109
Hex 5E AD 6D

RGB Percentages of Color #5ead6d

%25.00
%46.01
%28.99

CMYK Percentages of Color #5ead6d

%46
%0
%37
%32

Triadic Colors of #5ead6d

#5ead6d #6d5ead #ad6d5e

Analogous Colors of #5ead6d

#5ead6d #5ead95 #77ad5e

Monochromatic Colors of #5ead6d

#5ead6d

Complementary Color

#5ead6d #ad5e9e

#5ead6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ead6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ead6d Color CSS Codes

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

#5ead6d Text Font Color

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

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


#5ead6d Background Color

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

This div background color is #5ead6d


#5ead6d Border Color

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

This div border color is #5ead6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ead6d


Comments

No comments written yet.

Please login to write comment.