Color Hex Logo

#59afbb Color Hex

#59AFBB
(89,175,187)
0 Favorites   0 Comments

Color spaces of #59afbb

RGB 89175187
HSL0.520.420.54
HSV187°52°73°
CMYK 0.520.060.00   0.27
XYZ28.419436.371652.5363
Yxy36.37160.24220.3100
Hunter Lab60.3089-21.4258-9.4325
CIE-Lab66.8029-22.5635-14.1028

#59afbb color RGB value is (89,175,187).

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

The process color (four color CMYK) of #59afbb color hex is 0.52, 0.06, 0.00, 0.27. Web safe color of #59afbb is #6699cc. Color #59afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101111 10111011
Octal 131 257 273
Decimal 89 175 187
Hex 59 AF BB

RGB Percentages of Color #59afbb

%19.73
%38.80
%41.46

CMYK Percentages of Color #59afbb

%52
%6
%0
%27

Triadic Colors of #59afbb

#59afbb #bb59af #afbb59

Analogous Colors of #59afbb

#59afbb #597ebb #59bb96

Monochromatic Colors of #59afbb

#59afbb

Complementary Color

#59afbb #bb6559

#59afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59afbb Color CSS Codes

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

#59afbb Text Font Color

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

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


#59afbb Background Color

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

This div background color is #59afbb


#59afbb Border Color

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

This div border color is #59afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59afbb


Comments

No comments written yet.

Please login to write comment.