Color Hex Logo

#5eab8a Color Hex

#5EAB8A
(94,171,138)
0 Favorites   0 Comments

Color spaces of #5eab8a

RGB 94171138
HSL0.430.310.52
HSV154°45°67°
CMYK 0.450.000.19   0.33
XYZ23.766433.340529.2275
Yxy33.34050.27530.3862
Hunter Lab57.7412-27.576210.4074
CIE-Lab64.4357-31.70479.6671

#5eab8a color RGB value is (94,171,138).

#5eab8a hex color red value is 94, green value is 171 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #5eab8a hue: 0.43 , saturation: 0.31 and the lightness value of 5eab8a is 0.52.

The process color (four color CMYK) of #5eab8a color hex is 0.45, 0.00, 0.19, 0.33. Web safe color of #5eab8a is #669999. Color #5eab8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 10001010
Octal 136 253 212
Decimal 94 171 138
Hex 5E AB 8A

RGB Percentages of Color #5eab8a

%23.33
%42.43
%34.24

CMYK Percentages of Color #5eab8a

%45
%0
%19
%33

Triadic Colors of #5eab8a

#5eab8a #8a5eab #ab8a5e

Analogous Colors of #5eab8a

#5eab8a #5ea6ab #5eab64

Monochromatic Colors of #5eab8a

#5eab8a

Complementary Color

#5eab8a #ab5e7f

#5eab8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eab8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eab8a Color CSS Codes

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

#5eab8a Text Font Color

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

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


#5eab8a Background Color

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

This div background color is #5eab8a


#5eab8a Border Color

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

This div border color is #5eab8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eab8a


Comments

No comments written yet.

Please login to write comment.