Color Hex Logo

#59adaa Color Hex

#59ADAA
(89,173,170)
0 Favorites   0 Comments

Color spaces of #59adaa

RGB 89173170
HSL0.490.340.51
HSV178°49°68°
CMYK 0.490.000.02   0.32
XYZ26.319134.913343.3820
Yxy34.91330.25160.3337
Hunter Lab59.0875-23.8945-2.1695
CIE-Lab65.6811-26.1764-6.3384

#59adaa color RGB value is (89,173,170).

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

The process color (four color CMYK) of #59adaa color hex is 0.49, 0.00, 0.02, 0.32. Web safe color of #59adaa is #669999. Color #59adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101101 10101010
Octal 131 255 252
Decimal 89 173 170
Hex 59 AD AA

RGB Percentages of Color #59adaa

%20.60
%40.05
%39.35

CMYK Percentages of Color #59adaa

%49
%0
%2
%32

Triadic Colors of #59adaa

#59adaa #aa59ad #adaa59

Analogous Colors of #59adaa

#59adaa #5986ad #59ad80

Monochromatic Colors of #59adaa

#59adaa

Complementary Color

#59adaa #ad595c

#59adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59adaa Color CSS Codes

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

#59adaa Text Font Color

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

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


#59adaa Background Color

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

This div background color is #59adaa


#59adaa Border Color

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

This div border color is #59adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59adaa


Comments

No comments written yet.

Please login to write comment.