Color Hex Logo

#59acab Color Hex

#59ACAB
(89,172,171)
0 Favorites   0 Comments

Color spaces of #59acab

RGB 89172171
HSL0.500.330.51
HSV179°48°67°
CMYK 0.480.000.01   0.33
XYZ26.223034.569243.8185
Yxy34.56920.25070.3305
Hunter Lab58.7956-23.2807-3.0301
CIE-Lab65.4119-25.4130-7.2946

#59acab color RGB value is (89,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 10101011
Octal 131 254 253
Decimal 89 172 171
Hex 59 AC AB

RGB Percentages of Color #59acab

%20.60
%39.81
%39.58

CMYK Percentages of Color #59acab

%48
%0
%1
%33

Triadic Colors of #59acab

#59acab #ab59ac #acab59

Analogous Colors of #59acab

#59acab #5984ac #59ac82

Monochromatic Colors of #59acab

#59acab

Complementary Color

#59acab #ac595a

#59acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#59acab Color CSS Codes

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

#59acab Text Font Color

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

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


#59acab Background Color

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

This div background color is #59acab


#59acab Border Color

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

This div border color is #59acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59acab


Comments

No comments written yet.

Please login to write comment.