Color Hex Logo

#59aa9f Color Hex

#59AA9F
(89,170,159)
0 Favorites   0 Comments

Color spaces of #59aa9f

RGB 89170159
HSL0.480.320.51
HSV172°48°67°
CMYK 0.480.000.06   0.33
XYZ24.752633.376537.9386
Yxy33.37650.25770.3474
Hunter Lab57.7724-24.62331.5055
CIE-Lab64.4646-27.5313-2.0034

#59aa9f color RGB value is (89,170,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 10011111
Octal 131 252 237
Decimal 89 170 159
Hex 59 AA 9F

RGB Percentages of Color #59aa9f

%21.29
%40.67
%38.04

CMYK Percentages of Color #59aa9f

%48
%0
%6
%33

Triadic Colors of #59aa9f

#59aa9f #9f59aa #aa9f59

Analogous Colors of #59aa9f

#59aa9f #598daa #59aa77

Monochromatic Colors of #59aa9f

#59aa9f

Complementary Color

#59aa9f #aa5964

#59aa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aa9f Color CSS Codes

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

#59aa9f Text Font Color

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

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


#59aa9f Background Color

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

This div background color is #59aa9f


#59aa9f Border Color

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

This div border color is #59aa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aa9f


Comments

No comments written yet.

Please login to write comment.