Color Hex Logo

#599aeb Color Hex

#599AEB
(89,154,235)
0 Favorites   0 Comments

Color spaces of #599aeb

RGB 89154235
HSL0.590.780.64
HSV213°62°92°
CMYK 0.620.340.00   0.08
XYZ30.670831.233283.0093
Yxy31.23320.21160.2155
Hunter Lab55.88670.1597-48.9436
CIE-Lab62.70403.7097-47.0092

#599aeb color RGB value is (89,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011010 11101011
Octal 131 232 353
Decimal 89 154 235
Hex 59 9A EB

RGB Percentages of Color #599aeb

%18.62
%32.22
%49.16

CMYK Percentages of Color #599aeb

%62
%34
%0
%8

Triadic Colors of #599aeb

#599aeb #eb599a #9aeb59

Analogous Colors of #599aeb

#599aeb #6159eb #59e3eb

Monochromatic Colors of #599aeb

#599aeb

Complementary Color

#599aeb #ebaa59

#599aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#599aeb Color CSS Codes

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

#599aeb Text Font Color

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

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


#599aeb Background Color

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

This div background color is #599aeb


#599aeb Border Color

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

This div border color is #599aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599aeb


Comments

No comments written yet.

Please login to write comment.