Color Hex Logo

#559fef Color Hex

#559FEF
(85,159,239)
0 Favorites   0 Comments

Color spaces of #559fef

RGB 85159239
HSL0.590.830.64
HSV211°64°94°
CMYK 0.640.330.00   0.06
XYZ31.724432.959686.3511
Yxy32.95960.21000.2182
Hunter Lab57.4105-1.8311-48.9908
CIE-Lab64.12821.4539-46.9733

#559fef color RGB value is (85,159,239).

#559fef hex color red value is 85, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #559fef hue: 0.59 , saturation: 0.83 and the lightness value of 559fef is 0.64.

The process color (four color CMYK) of #559fef color hex is 0.64, 0.33, 0.00, 0.06. Web safe color of #559fef is #6699ff. Color #559fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011111 11101111
Octal 125 237 357
Decimal 85 159 239
Hex 55 9F EF

RGB Percentages of Color #559fef

%17.60
%32.92
%49.48

CMYK Percentages of Color #559fef

%64
%33
%0
%6

Triadic Colors of #559fef

#559fef #ef559f #9fef55

Analogous Colors of #559fef

#559fef #5855ef #55ecef

Monochromatic Colors of #559fef

#559fef

Complementary Color

#559fef #efa555

#559fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#559fef Color CSS Codes

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

#559fef Text Font Color

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

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


#559fef Background Color

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

This div background color is #559fef


#559fef Border Color

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

This div border color is #559fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559fef


Comments

No comments written yet.

Please login to write comment.