Color Hex Logo

#59aaab Color Hex

#59AAAB
(89,170,171)
0 Favorites   0 Comments

Color spaces of #59aaab

RGB 89170171
HSL0.500.330.51
HSV181°48°67°
CMYK 0.480.010.00   0.33
XYZ25.845233.813643.6926
Yxy33.81360.25010.3272
Hunter Lab58.1495-22.4252-3.8450
CIE-Lab64.8143-24.4082-8.1832

#59aaab color RGB value is (89,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 10101011
Octal 131 252 253
Decimal 89 170 171
Hex 59 AA AB

RGB Percentages of Color #59aaab

%20.70
%39.53
%39.77

CMYK Percentages of Color #59aaab

%48
%1
%0
%33

Triadic Colors of #59aaab

#59aaab #ab59aa #aaab59

Analogous Colors of #59aaab

#59aaab #5981ab #59ab83

Monochromatic Colors of #59aaab

#59aaab

Complementary Color

#59aaab #ab5a59

#59aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aaab Color CSS Codes

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

#59aaab Text Font Color

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

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


#59aaab Background Color

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

This div background color is #59aaab


#59aaab Border Color

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

This div border color is #59aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aaab


Comments

No comments written yet.

Please login to write comment.