Color Hex Logo

#5ead8f Color Hex

#5EAD8F
(94,173,143)
0 Favorites   0 Comments

Color spaces of #5ead8f

RGB 94173143
HSL0.440.330.52
HSV157°46°68°
CMYK 0.460.000.17   0.32
XYZ24.517634.250031.3053
Yxy34.25000.27220.3802
Hunter Lab58.5235-27.63619.2511
CIE-Lab65.1605-31.54467.9293

#5ead8f color RGB value is (94,173,143).

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

The process color (four color CMYK) of #5ead8f color hex is 0.46, 0.00, 0.17, 0.32. Web safe color of #5ead8f is #669999. Color #5ead8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 10001111
Octal 136 255 217
Decimal 94 173 143
Hex 5E AD 8F

RGB Percentages of Color #5ead8f

%22.93
%42.20
%34.88

CMYK Percentages of Color #5ead8f

%46
%0
%17
%32

Triadic Colors of #5ead8f

#5ead8f #8f5ead #ad8f5e

Analogous Colors of #5ead8f

#5ead8f #5ea4ad #5ead68

Monochromatic Colors of #5ead8f

#5ead8f

Complementary Color

#5ead8f #ad5e7c

#5ead8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ead8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ead8f Color CSS Codes

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

#5ead8f Text Font Color

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

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


#5ead8f Background Color

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

This div background color is #5ead8f


#5ead8f Border Color

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

This div border color is #5ead8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ead8f


Comments

No comments written yet.

Please login to write comment.