Color Hex Logo

#599edc Color Hex

#599EDC
(89,158,220)
0 Favorites   0 Comments

Color spaces of #599edc

RGB 89158220
HSL0.580.650.61
HSV208°60°86°
CMYK 0.600.280.00   0.14
XYZ29.265031.744972.2951
Yxy31.74490.21950.2381
Hunter Lab56.3426-5.8846-36.6372
CIE-Lab63.1315-3.4547-38.0466

#599edc color RGB value is (89,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011110 11011100
Octal 131 236 334
Decimal 89 158 220
Hex 59 9E DC

RGB Percentages of Color #599edc

%19.06
%33.83
%47.11

CMYK Percentages of Color #599edc

%60
%28
%0
%14

Triadic Colors of #599edc

#599edc #dc599e #9edc59

Analogous Colors of #599edc

#599edc #595ddc #59dcd9

Monochromatic Colors of #599edc

#599edc

Complementary Color

#599edc #dc9759

#599edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599edc Color CSS Codes

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

#599edc Text Font Color

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

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


#599edc Background Color

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

This div background color is #599edc


#599edc Border Color

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

This div border color is #599edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599edc


Comments

No comments written yet.

Please login to write comment.