Color Hex Logo

#5ea47a Color Hex

#5EA47A
(94,164,122)
0 Favorites   0 Comments

Color spaces of #5ea47a

RGB 94164122
HSL0.400.280.51
HSV144°43°64°
CMYK 0.430.000.26   0.36
XYZ21.404430.335723.1396
Yxy30.33570.28590.4051
Hunter Lab55.0779-27.017413.6453
CIE-Lab61.9428-31.761015.0324

#5ea47a color RGB value is (94,164,122).

#5ea47a hex color red value is 94, green value is 164 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #5ea47a hue: 0.40 , saturation: 0.28 and the lightness value of 5ea47a is 0.51.

The process color (four color CMYK) of #5ea47a color hex is 0.43, 0.00, 0.26, 0.36. Web safe color of #5ea47a is #669966. Color #5ea47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100100 01111010
Octal 136 244 172
Decimal 94 164 122
Hex 5E A4 7A

RGB Percentages of Color #5ea47a

%24.74
%43.16
%32.11

CMYK Percentages of Color #5ea47a

%43
%0
%26
%36

Triadic Colors of #5ea47a

#5ea47a #7a5ea4 #a47a5e

Analogous Colors of #5ea47a

#5ea47a #5ea49d #65a45e

Monochromatic Colors of #5ea47a

#5ea47a

Complementary Color

#5ea47a #a45e88

#5ea47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea47a Color CSS Codes

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

#5ea47a Text Font Color

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

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


#5ea47a Background Color

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

This div background color is #5ea47a


#5ea47a Border Color

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

This div border color is #5ea47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea47a


Comments

No comments written yet.

Please login to write comment.