Color Hex Logo

#59aabd Color Hex

#59AABD
(89,170,189)
0 Favorites   0 Comments

Color spaces of #59aabd

RGB 89170189
HSL0.530.430.55
HSV191°53°74°
CMYK 0.530.100.00   0.26
XYZ27.679934.547453.3535
Yxy34.54740.23950.2989
Hunter Lab58.7770-18.7987-12.6752
CIE-Lab65.3948-19.4195-17.3397

#59aabd color RGB value is (89,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 10111101
Octal 131 252 275
Decimal 89 170 189
Hex 59 AA BD

RGB Percentages of Color #59aabd

%19.87
%37.95
%42.19

CMYK Percentages of Color #59aabd

%53
%10
%0
%26

Triadic Colors of #59aabd

#59aabd #bd59aa #aabd59

Analogous Colors of #59aabd

#59aabd #5978bd #59bd9e

Monochromatic Colors of #59aabd

#59aabd

Complementary Color

#59aabd #bd6c59

#59aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aabd Color CSS Codes

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

#59aabd Text Font Color

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

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


#59aabd Background Color

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

This div background color is #59aabd


#59aabd Border Color

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

This div border color is #59aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aabd


Comments

No comments written yet.

Please login to write comment.