Color Hex Logo

#59aabc Color Hex

#59AABC
(89,170,188)
0 Favorites   0 Comments

Color spaces of #59aabc

RGB 89170188
HSL0.530.420.54
HSV191°53°74°
CMYK 0.530.100.00   0.26
XYZ27.571634.504152.7837
Yxy34.50410.24000.3004
Hunter Lab58.7402-19.0106-12.1596
CIE-Lab65.3607-19.7057-16.8351

#59aabc color RGB value is (89,170,188).

#59aabc hex color red value is 89, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #59aabc hue: 0.53 , saturation: 0.42 and the lightness value of 59aabc is 0.54.

The process color (four color CMYK) of #59aabc color hex is 0.53, 0.10, 0.00, 0.26. Web safe color of #59aabc is #6699cc. Color #59aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 10111100
Octal 131 252 274
Decimal 89 170 188
Hex 59 AA BC

RGB Percentages of Color #59aabc

%19.91
%38.03
%42.06

CMYK Percentages of Color #59aabc

%53
%10
%0
%26

Triadic Colors of #59aabc

#59aabc #bc59aa #aabc59

Analogous Colors of #59aabc

#59aabc #5979bc #59bc9d

Monochromatic Colors of #59aabc

#59aabc

Complementary Color

#59aabc #bc6b59

#59aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aabc Color CSS Codes

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

#59aabc Text Font Color

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

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


#59aabc Background Color

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

This div background color is #59aabc


#59aabc Border Color

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

This div border color is #59aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aabc


Comments

No comments written yet.

Please login to write comment.