Color Hex Logo

#59aca0 Color Hex

#59ACA0
(89,172,160)
0 Favorites   0 Comments

Color spaces of #59aca0

RGB 89172160
HSL0.480.330.51
HSV171°48°67°
CMYK 0.480.000.07   0.33
XYZ25.217534.167038.5235
Yxy34.16700.25760.3490
Hunter Lab58.4525-25.28381.8414
CIE-Lab65.0949-28.2615-1.6363

#59aca0 color RGB value is (89,172,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 10100000
Octal 131 254 240
Decimal 89 172 160
Hex 59 AC A0

RGB Percentages of Color #59aca0

%21.14
%40.86
%38.00

CMYK Percentages of Color #59aca0

%48
%0
%7
%33

Triadic Colors of #59aca0

#59aca0 #a059ac #aca059

Analogous Colors of #59aca0

#59aca0 #598fac #59ac77

Monochromatic Colors of #59aca0

#59aca0

Complementary Color

#59aca0 #ac5965

#59aca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aca0 Color CSS Codes

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

#59aca0 Text Font Color

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

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


#59aca0 Background Color

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

This div background color is #59aca0


#59aca0 Border Color

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

This div border color is #59aca0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,172,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aca0


Comments

No comments written yet.

Please login to write comment.