Color Hex Logo

#599fcc Color Hex

#599FCC
(89,159,204)
0 Favorites   0 Comments

Color spaces of #599fcc

RGB 89159204
HSL0.570.530.57
HSV203°56°80°
CMYK 0.560.220.00   0.20
XYZ27.417031.279861.7193
Yxy31.27980.22770.2598
Hunter Lab55.9283-10.3710-26.2792
CIE-Lab62.7431-9.0426-29.7559

#599fcc color RGB value is (89,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011111 11001100
Octal 131 237 314
Decimal 89 159 204
Hex 59 9F CC

RGB Percentages of Color #599fcc

%19.69
%35.18
%45.13

CMYK Percentages of Color #599fcc

%56
%22
%0
%20

Triadic Colors of #599fcc

#599fcc #cc599f #9fcc59

Analogous Colors of #599fcc

#599fcc #5966cc #59ccc0

Monochromatic Colors of #599fcc

#599fcc

Complementary Color

#599fcc #cc8659

#599fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599fcc Color CSS Codes

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

#599fcc Text Font Color

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

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


#599fcc Background Color

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

This div background color is #599fcc


#599fcc Border Color

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

This div border color is #599fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599fcc


Comments

No comments written yet.

Please login to write comment.