Color Hex Logo

#599ade Color Hex

#599ADE
(89,154,222)
0 Favorites   0 Comments

Color spaces of #599ade

RGB 89154222
HSL0.590.670.61
HSV211°60°87°
CMYK 0.600.310.00   0.13
XYZ28.860230.509073.4750
Yxy30.50900.21720.2297
Hunter Lab55.2350-3.3951-40.2047
CIE-Lab62.0909-0.5336-40.7848

#599ade color RGB value is (89,154,222).

#599ade hex color red value is 89, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #599ade hue: 0.59 , saturation: 0.67 and the lightness value of 599ade is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011010 11011110
Octal 131 232 336
Decimal 89 154 222
Hex 59 9A DE

RGB Percentages of Color #599ade

%19.14
%33.12
%47.74

CMYK Percentages of Color #599ade

%60
%31
%0
%13

Triadic Colors of #599ade

#599ade #de599a #9ade59

Analogous Colors of #599ade

#599ade #5b59de #59ddde

Monochromatic Colors of #599ade

#599ade

Complementary Color

#599ade #de9d59

#599ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#599ade Color CSS Codes

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

#599ade Text Font Color

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

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


#599ade Background Color

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

This div background color is #599ade


#599ade Border Color

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

This div border color is #599ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599ade


Comments

No comments written yet.

Please login to write comment.