Color Hex Logo

#599ffa Color Hex

#599FFA
(89,159,250)
0 Favorites   0 Comments

Color spaces of #599ffa

RGB 89159250
HSL0.590.940.66
HSV214°64°98°
CMYK 0.640.360.00   0.02
XYZ33.773333.822295.1908
Yxy33.82220.20750.2078
Hunter Lab58.15691.8854-56.3357
CIE-Lab64.82125.7783-51.8914

#599ffa color RGB value is (89,159,250).

#599ffa hex color red value is 89, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #599ffa hue: 0.59 , saturation: 0.94 and the lightness value of 599ffa is 0.66.

The process color (four color CMYK) of #599ffa color hex is 0.64, 0.36, 0.00, 0.02. Web safe color of #599ffa is #6699ff. Color #599ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011111 11111010
Octal 131 237 372
Decimal 89 159 250
Hex 59 9F FA

RGB Percentages of Color #599ffa

%17.87
%31.93
%50.20

CMYK Percentages of Color #599ffa

%64
%36
%0
%2

Triadic Colors of #599ffa

#599ffa #fa599f #9ffa59

Analogous Colors of #599ffa

#599ffa #6359fa #59f0fa

Monochromatic Colors of #599ffa

#599ffa

Complementary Color

#599ffa #fab459

#599ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#599ffa Color CSS Codes

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

#599ffa Text Font Color

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

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


#599ffa Background Color

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

This div background color is #599ffa


#599ffa Border Color

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

This div border color is #599ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599ffa


Comments

No comments written yet.

Please login to write comment.