Color Hex Logo

#59aabf Color Hex

#59AABF
(89,170,191)
0 Favorites   0 Comments

Color spaces of #59aabf

RGB 89170191
HSL0.530.440.55
HSV192°53°75°
CMYK 0.530.110.00   0.25
XYZ27.898534.634954.5050
Yxy34.63490.23840.2959
Hunter Lab58.8514-18.3721-13.7152
CIE-Lab65.4634-18.8453-18.3476

#59aabf color RGB value is (89,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 10111111
Octal 131 252 277
Decimal 89 170 191
Hex 59 AA BF

RGB Percentages of Color #59aabf

%19.78
%37.78
%42.44

CMYK Percentages of Color #59aabf

%53
%11
%0
%25

Triadic Colors of #59aabf

#59aabf #bf59aa #aabf59

Analogous Colors of #59aabf

#59aabf #5977bf #59bfa1

Monochromatic Colors of #59aabf

#59aabf

Complementary Color

#59aabf #bf6e59

#59aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aabf Color CSS Codes

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

#59aabf Text Font Color

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

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


#59aabf Background Color

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

This div background color is #59aabf


#59aabf Border Color

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

This div border color is #59aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aabf


Comments

No comments written yet.

Please login to write comment.