Color Hex Logo

#559efb Color Hex

#559EFB
(85,158,251)
0 Favorites   0 Comments

Color spaces of #559efb

RGB 85158251
HSL0.590.950.66
HSV214°66°98°
CMYK 0.660.370.00   0.02
XYZ33.385833.350095.9444
Yxy33.35000.20520.2050
Hunter Lab57.74952.1319-58.0792
CIE-Lab64.44336.0474-53.0463

#559efb color RGB value is (85,158,251).

#559efb hex color red value is 85, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #559efb hue: 0.59 , saturation: 0.95 and the lightness value of 559efb is 0.66.

The process color (four color CMYK) of #559efb color hex is 0.66, 0.37, 0.00, 0.02. Web safe color of #559efb is #6699ff. Color #559efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011110 11111011
Octal 125 236 373
Decimal 85 158 251
Hex 55 9E FB

RGB Percentages of Color #559efb

%17.21
%31.98
%50.81

CMYK Percentages of Color #559efb

%66
%37
%0
%2

Triadic Colors of #559efb

#559efb #fb559e #9efb55

Analogous Colors of #559efb

#559efb #5f55fb #55f1fb

Monochromatic Colors of #559efb

#559efb

Complementary Color

#559efb #fbb255

#559efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559efb Color CSS Codes

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

#559efb Text Font Color

<p style="color:#559efb">Text here</p>

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


#559efb Background Color

<div style="background-color:#559efb">
Div content here</div>

This div background color is #559efb


#559efb Border Color

<div style="border:3px solid #559efb">
Div here</div>

This div border color is #559efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,158,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #559efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #559efb;
  -webkit-box-shadow: 1px 1px 3px 2px #559efb;
  box-shadow:         1px 1px 3px 2px #559efb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,158,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559efb


Comments

No comments written yet.

Please login to write comment.