Color Hex Logo

#599dc8 Color Hex

#599DC8
(89,157,200)
0 Favorites   0 Comments

Color spaces of #599dc8

RGB 89157200
HSL0.560.500.57
HSV203°56°78°
CMYK 0.560.220.00   0.22
XYZ26.602130.407959.1108
Yxy30.40790.22910.2619
Hunter Lab55.1434-10.3894-24.9554
CIE-Lab62.0046-9.1653-28.6638

#599dc8 color RGB value is (89,157,200).

#599dc8 hex color red value is 89, green value is 157 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #599dc8 hue: 0.56 , saturation: 0.50 and the lightness value of 599dc8 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011101 11001000
Octal 131 235 310
Decimal 89 157 200
Hex 59 9D C8

RGB Percentages of Color #599dc8

%19.96
%35.20
%44.84

CMYK Percentages of Color #599dc8

%56
%22
%0
%22

Triadic Colors of #599dc8

#599dc8 #c8599d #9dc859

Analogous Colors of #599dc8

#599dc8 #5966c8 #59c8bc

Monochromatic Colors of #599dc8

#599dc8

Complementary Color

#599dc8 #c88459

#599dc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599dc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#599dc8 Color CSS Codes

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

#599dc8 Text Font Color

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

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


#599dc8 Background Color

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

This div background color is #599dc8


#599dc8 Border Color

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

This div border color is #599dc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599dc8


Comments

No comments written yet.

Please login to write comment.