Color Hex Logo

#599aac Color Hex

#599AAC
(89,154,172)
0 Favorites   0 Comments

Color spaces of #599aac

RGB 89154172
HSL0.540.330.51
HSV193°48°67°
CMYK 0.480.100.00   0.33
XYZ23.121828.213643.2568
Yxy28.21360.24440.2983
Hunter Lab53.1165-15.2521-11.1028
CIE-Lab60.0812-15.8095-15.8517

#599aac color RGB value is (89,154,172).

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

The process color (four color CMYK) of #599aac color hex is 0.48, 0.10, 0.00, 0.33. Web safe color of #599aac is #669999. Color #599aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011010 10101100
Octal 131 232 254
Decimal 89 154 172
Hex 59 9A AC

RGB Percentages of Color #599aac

%21.45
%37.11
%41.45

CMYK Percentages of Color #599aac

%48
%10
%0
%33

Triadic Colors of #599aac

#599aac #ac599a #9aac59

Analogous Colors of #599aac

#599aac #5971ac #59ac95

Monochromatic Colors of #599aac

#599aac

Complementary Color

#599aac #ac6b59

#599aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#599aac Color CSS Codes

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

#599aac Text Font Color

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

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


#599aac Background Color

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

This div background color is #599aac


#599aac Border Color

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

This div border color is #599aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599aac


Comments

No comments written yet.

Please login to write comment.