Color Hex Logo

#599acb Color Hex

#599ACB
(89,154,203)
0 Favorites   0 Comments

Color spaces of #599acb

RGB 89154203
HSL0.570.520.57
HSV206°56°80°
CMYK 0.560.240.00   0.20
XYZ26.454929.546860.8087
Yxy29.54680.22650.2529
Hunter Lab54.3570-8.2508-28.2774
CIE-Lab61.2612-6.5655-31.4929

#599acb color RGB value is (89,154,203).

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

The process color (four color CMYK) of #599acb color hex is 0.56, 0.24, 0.00, 0.20. Web safe color of #599acb is #6699cc. Color #599acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011010 11001011
Octal 131 232 313
Decimal 89 154 203
Hex 59 9A CB

RGB Percentages of Color #599acb

%19.96
%34.53
%45.52

CMYK Percentages of Color #599acb

%56
%24
%0
%20

Triadic Colors of #599acb

#599acb #cb599a #9acb59

Analogous Colors of #599acb

#599acb #5961cb #59cbc3

Monochromatic Colors of #599acb

#599acb

Complementary Color

#599acb #cb8a59

#599acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#599acb Color CSS Codes

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

#599acb Text Font Color

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

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


#599acb Background Color

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

This div background color is #599acb


#599acb Border Color

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

This div border color is #599acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599acb


Comments

No comments written yet.

Please login to write comment.