Color Hex Logo

#59abba Color Hex

#59ABBA
(89,171,186)
0 Favorites   0 Comments

Color spaces of #59abba

RGB 89171186
HSL0.530.410.54
HSV189°52°73°
CMYK 0.520.080.00   0.27
XYZ27.545734.794851.7186
Yxy34.79480.24150.3051
Hunter Lab58.9871-19.8718-10.6932
CIE-Lab65.5886-20.7914-15.3783

#59abba color RGB value is (89,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101011 10111010
Octal 131 253 272
Decimal 89 171 186
Hex 59 AB BA

RGB Percentages of Color #59abba

%19.96
%38.34
%41.70

CMYK Percentages of Color #59abba

%52
%8
%0
%27

Triadic Colors of #59abba

#59abba #ba59ab #abba59

Analogous Colors of #59abba

#59abba #597bba #59ba99

Monochromatic Colors of #59abba

#59abba

Complementary Color

#59abba #ba6859

#59abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#59abba Color CSS Codes

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

#59abba Text Font Color

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

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


#59abba Background Color

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

This div background color is #59abba


#59abba Border Color

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

This div border color is #59abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59abba


Comments

No comments written yet.

Please login to write comment.