Color Hex Logo

#59baae Color Hex

#59BAAE
(89,186,174)
0 Favorites   0 Comments

Color spaces of #59baae

RGB 89186174
HSL0.480.410.54
HSV173°52°73°
CMYK 0.520.000.06   0.27
XYZ29.318740.297746.2774
Yxy40.29770.25300.3477
Hunter Lab63.4805-28.64991.2138
CIE-Lab69.6810-31.4792-2.6458

#59baae color RGB value is (89,186,174).

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

The process color (four color CMYK) of #59baae color hex is 0.52, 0.00, 0.06, 0.27. Web safe color of #59baae is #66cc99. Color #59baae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111010 10101110
Octal 131 272 256
Decimal 89 186 174
Hex 59 BA AE

RGB Percentages of Color #59baae

%19.82
%41.43
%38.75

CMYK Percentages of Color #59baae

%52
%0
%6
%27

Triadic Colors of #59baae

#59baae #ae59ba #baae59

Analogous Colors of #59baae

#59baae #5996ba #59ba7e

Monochromatic Colors of #59baae

#59baae

Complementary Color

#59baae #ba5965

#59baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#59baae Color CSS Codes

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

#59baae Text Font Color

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

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


#59baae Background Color

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

This div background color is #59baae


#59baae Border Color

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

This div border color is #59baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59baae


Comments

No comments written yet.

Please login to write comment.