Color Hex Logo

#599cdc Color Hex

#599CDC
(89,156,220)
0 Favorites   0 Comments

Color spaces of #599cdc

RGB 89156220
HSL0.580.650.61
HSV209°60°86°
CMYK 0.600.290.00   0.14
XYZ28.926631.068172.1823
Yxy31.06810.21880.2350
Hunter Lab55.7388-4.9072-37.7641
CIE-Lab62.5651-2.3198-38.9324

#599cdc color RGB value is (89,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011100 11011100
Octal 131 234 334
Decimal 89 156 220
Hex 59 9C DC

RGB Percentages of Color #599cdc

%19.14
%33.55
%47.31

CMYK Percentages of Color #599cdc

%60
%29
%0
%14

Triadic Colors of #599cdc

#599cdc #dc599c #9cdc59

Analogous Colors of #599cdc

#599cdc #595adc #59dcdb

Monochromatic Colors of #599cdc

#599cdc

Complementary Color

#599cdc #dc9959

#599cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599cdc Color CSS Codes

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

#599cdc Text Font Color

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

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


#599cdc Background Color

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

This div background color is #599cdc


#599cdc Border Color

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

This div border color is #599cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,156,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 #599cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599cdc


Comments

No comments written yet.

Please login to write comment.