Color Hex Logo

#599fdc Color Hex

#599FDC
(89,159,220)
0 Favorites   0 Comments

Color spaces of #599fdc

RGB 89159220
HSL0.580.650.61
HSV208°60°86°
CMYK 0.600.280.00   0.14
XYZ29.436232.087472.3522
Yxy32.08740.21990.2397
Hunter Lab56.6457-6.3718-36.0776
CIE-Lab63.4151-4.0199-37.6037

#599fdc color RGB value is (89,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011111 11011100
Octal 131 237 334
Decimal 89 159 220
Hex 59 9F DC

RGB Percentages of Color #599fdc

%19.02
%33.97
%47.01

CMYK Percentages of Color #599fdc

%60
%28
%0
%14

Triadic Colors of #599fdc

#599fdc #dc599f #9fdc59

Analogous Colors of #599fdc

#599fdc #595edc #59dcd8

Monochromatic Colors of #599fdc

#599fdc

Complementary Color

#599fdc #dc9659

#599fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599fdc Color CSS Codes

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

#599fdc Text Font Color

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

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


#599fdc Background Color

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

This div background color is #599fdc


#599fdc Border Color

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

This div border color is #599fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599fdc


Comments

No comments written yet.

Please login to write comment.