Color Hex Logo

#5ea99f Color Hex

#5EA99F
(94,169,159)
0 Favorites   0 Comments

Color spaces of #5ea99f

RGB 94169159
HSL0.480.300.52
HSV172°44°66°
CMYK 0.440.000.06   0.34
XYZ25.062133.258837.8996
Yxy33.25880.26050.3457
Hunter Lab57.6704-23.35171.4054
CIE-Lab64.3699-25.7978-2.1185

#5ea99f color RGB value is (94,169,159).

#5ea99f hex color red value is 94, green value is 169 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #5ea99f hue: 0.48 , saturation: 0.30 and the lightness value of 5ea99f is 0.52.

The process color (four color CMYK) of #5ea99f color hex is 0.44, 0.00, 0.06, 0.34. Web safe color of #5ea99f is #669999. Color #5ea99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101001 10011111
Octal 136 251 237
Decimal 94 169 159
Hex 5E A9 9F

RGB Percentages of Color #5ea99f

%22.27
%40.05
%37.68

CMYK Percentages of Color #5ea99f

%44
%0
%6
%34

Triadic Colors of #5ea99f

#5ea99f #9f5ea9 #a99f5e

Analogous Colors of #5ea99f

#5ea99f #5e8ea9 #5ea97a

Monochromatic Colors of #5ea99f

#5ea99f

Complementary Color

#5ea99f #a95e68

#5ea99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea99f Color CSS Codes

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

#5ea99f Text Font Color

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

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


#5ea99f Background Color

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

This div background color is #5ea99f


#5ea99f Border Color

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

This div border color is #5ea99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea99f


Comments

No comments written yet.

Please login to write comment.