Color Hex Logo

#599aae Color Hex

#599AAE
(89,154,174)
0 Favorites   0 Comments

Color spaces of #599aae

RGB 89154174
HSL0.540.340.52
HSV194°49°68°
CMYK 0.490.110.00   0.32
XYZ23.315428.291044.2763
Yxy28.29100.24320.2951
Hunter Lab53.1893-14.8362-12.1222
CIE-Lab60.1507-15.2404-16.8780

#599aae color RGB value is (89,154,174).

#599aae hex color red value is 89, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #599aae hue: 0.54 , saturation: 0.34 and the lightness value of 599aae is 0.52.

The process color (four color CMYK) of #599aae color hex is 0.49, 0.11, 0.00, 0.32. Web safe color of #599aae is #669999. Color #599aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011010 10101110
Octal 131 232 256
Decimal 89 154 174
Hex 59 9A AE

RGB Percentages of Color #599aae

%21.34
%36.93
%41.73

CMYK Percentages of Color #599aae

%49
%11
%0
%32

Triadic Colors of #599aae

#599aae #ae599a #9aae59

Analogous Colors of #599aae

#599aae #5970ae #59ae98

Monochromatic Colors of #599aae

#599aae

Complementary Color

#599aae #ae6d59

#599aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#599aae Color CSS Codes

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

#599aae Text Font Color

<p style="color:#599aae">Text here</p>

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


#599aae Background Color

<div style="background-color:#599aae">
Div content here</div>

This div background color is #599aae


#599aae Border Color

<div style="border:3px solid #599aae">
Div here</div>

This div border color is #599aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,154,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 #599aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599aae


Comments

No comments written yet.

Please login to write comment.