Color Hex Logo

#599bfa Color Hex

#599BFA
(89,155,250)
0 Favorites   0 Comments

Color spaces of #599bfa

RGB 89155250
HSL0.600.940.66
HSV215°64°98°
CMYK 0.640.380.00   0.02
XYZ33.096532.468794.9652
Yxy32.46870.20620.2023
Hunter Lab56.98133.9610-58.9259
CIE-Lab63.72848.1070-53.6244

#599bfa color RGB value is (89,155,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011011 11111010
Octal 131 233 372
Decimal 89 155 250
Hex 59 9B FA

RGB Percentages of Color #599bfa

%18.02
%31.38
%50.61

CMYK Percentages of Color #599bfa

%64
%38
%0
%2

Triadic Colors of #599bfa

#599bfa #fa599b #9bfa59

Analogous Colors of #599bfa

#599bfa #6859fa #59ecfa

Monochromatic Colors of #599bfa

#599bfa

Complementary Color

#599bfa #fab859

#599bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#599bfa Color CSS Codes

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

#599bfa Text Font Color

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

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


#599bfa Background Color

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

This div background color is #599bfa


#599bfa Border Color

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

This div border color is #599bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599bfa


Comments

No comments written yet.

Please login to write comment.