Color Hex Logo

#599ddc Color Hex

#599DDC
(89,157,220)
0 Favorites   0 Comments

Color spaces of #599ddc

RGB 89157220
HSL0.580.650.61
HSV209°60°86°
CMYK 0.600.290.00   0.14
XYZ29.095131.405172.2385
Yxy31.40510.21920.2366
Hunter Lab56.0403-5.3964-37.1994
CIE-Lab62.8481-2.8880-38.4897

#599ddc color RGB value is (89,157,220).

#599ddc hex color red value is 89, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #599ddc hue: 0.58 , saturation: 0.65 and the lightness value of 599ddc is 0.61.

The process color (four color CMYK) of #599ddc color hex is 0.60, 0.29, 0.00, 0.14. Web safe color of #599ddc is #6699cc. Color #599ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011101 11011100
Octal 131 235 334
Decimal 89 157 220
Hex 59 9D DC

RGB Percentages of Color #599ddc

%19.10
%33.69
%47.21

CMYK Percentages of Color #599ddc

%60
%29
%0
%14

Triadic Colors of #599ddc

#599ddc #dc599d #9ddc59

Analogous Colors of #599ddc

#599ddc #595cdc #59dcda

Monochromatic Colors of #599ddc

#599ddc

Complementary Color

#599ddc #dc9859

#599ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599ddc Color CSS Codes

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

#599ddc Text Font Color

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

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


#599ddc Background Color

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

This div background color is #599ddc


#599ddc Border Color

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

This div border color is #599ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599ddc


Comments

No comments written yet.

Please login to write comment.