Color Hex Logo

#5eabaa Color Hex

#5EABAA
(94,171,170)
0 Favorites   0 Comments

Color spaces of #5eabaa

RGB 94171170
HSL0.500.310.52
HSV179°45°67°
CMYK 0.450.000.01   0.33
XYZ26.434734.407843.2783
Yxy34.40780.25390.3305
Hunter Lab58.6582-22.2095-2.6838
CIE-Lab65.2850-23.9925-6.9041

#5eabaa color RGB value is (94,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 10101010
Octal 136 253 252
Decimal 94 171 170
Hex 5E AB AA

RGB Percentages of Color #5eabaa

%21.61
%39.31
%39.08

CMYK Percentages of Color #5eabaa

%45
%0
%1
%33

Triadic Colors of #5eabaa

#5eabaa #aa5eab #abaa5e

Analogous Colors of #5eabaa

#5eabaa #5e86ab #5eab84

Monochromatic Colors of #5eabaa

#5eabaa

Complementary Color

#5eabaa #ab5e5f

#5eabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabaa Color CSS Codes

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

#5eabaa Text Font Color

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

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


#5eabaa Background Color

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

This div background color is #5eabaa


#5eabaa Border Color

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

This div border color is #5eabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabaa


Comments

No comments written yet.

Please login to write comment.