Color Hex Logo

#599aed Color Hex

#599AED
(89,154,237)
0 Favorites   0 Comments

Color spaces of #599aed

RGB 89154237
HSL0.590.800.64
HSV214°62°93°
CMYK 0.620.350.00   0.07
XYZ30.961531.349584.5400
Yxy31.34950.21080.2135
Hunter Lab55.99060.7227-50.3283
CIE-Lab62.80164.3693-47.9572

#599aed color RGB value is (89,154,237).

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

The process color (four color CMYK) of #599aed color hex is 0.62, 0.35, 0.00, 0.07. Web safe color of #599aed is #6699ff. Color #599aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011010 11101101
Octal 131 232 355
Decimal 89 154 237
Hex 59 9A ED

RGB Percentages of Color #599aed

%18.54
%32.08
%49.38

CMYK Percentages of Color #599aed

%62
%35
%0
%7

Triadic Colors of #599aed

#599aed #ed599a #9aed59

Analogous Colors of #599aed

#599aed #6259ed #59e4ed

Monochromatic Colors of #599aed

#599aed

Complementary Color

#599aed #edac59

#599aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#599aed Color CSS Codes

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

#599aed Text Font Color

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

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


#599aed Background Color

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

This div background color is #599aed


#599aed Border Color

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

This div border color is #599aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599aed


Comments

No comments written yet.

Please login to write comment.