Color Hex Logo

#59acaa Color Hex

#59ACAA
(89,172,170)
0 Favorites   0 Comments

Color spaces of #59acaa

RGB 89172170
HSL0.500.330.51
HSV179°48°67°
CMYK 0.480.000.01   0.33
XYZ26.128034.531243.3183
Yxy34.53120.25130.3321
Hunter Lab58.7633-23.4690-2.5723
CIE-Lab65.3820-25.6779-6.7820

#59acaa color RGB value is (89,172,170).

#59acaa hex color red value is 89, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #59acaa hue: 0.50 , saturation: 0.33 and the lightness value of 59acaa is 0.51.

The process color (four color CMYK) of #59acaa color hex is 0.48, 0.00, 0.01, 0.33. Web safe color of #59acaa is #669999. Color #59acaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 10101010
Octal 131 254 252
Decimal 89 172 170
Hex 59 AC AA

RGB Percentages of Color #59acaa

%20.65
%39.91
%39.44

CMYK Percentages of Color #59acaa

%48
%0
%1
%33

Triadic Colors of #59acaa

#59acaa #aa59ac #acaa59

Analogous Colors of #59acaa

#59acaa #5985ac #59ac81

Monochromatic Colors of #59acaa

#59acaa

Complementary Color

#59acaa #ac595b

#59acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59acaa Color CSS Codes

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

#59acaa Text Font Color

<p style="color:#59acaa">Text here</p>

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


#59acaa Background Color

<div style="background-color:#59acaa">
Div content here</div>

This div background color is #59acaa


#59acaa Border Color

<div style="border:3px solid #59acaa">
Div here</div>

This div border color is #59acaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,172,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59acaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59acaa;
  -webkit-box-shadow: 1px 1px 3px 2px #59acaa;
  box-shadow:         1px 1px 3px 2px #59acaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,172,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 #59acaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59acaa


Comments

No comments written yet.

Please login to write comment.