Color Hex Logo

#559cfb Color Hex

#559CFB
(85,156,251)
0 Favorites   0 Comments

Color spaces of #559cfb

RGB 85156251
HSL0.600.950.66
HSV214°66°98°
CMYK 0.660.380.00   0.02
XYZ33.047432.673395.8316
Yxy32.67330.20460.2022
Hunter Lab57.16063.1689-59.3893
CIE-Lab63.89557.2127-53.9156

#559cfb color RGB value is (85,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011100 11111011
Octal 125 234 373
Decimal 85 156 251
Hex 55 9C FB

RGB Percentages of Color #559cfb

%17.28
%31.71
%51.02

CMYK Percentages of Color #559cfb

%66
%38
%0
%2

Triadic Colors of #559cfb

#559cfb #fb559c #9cfb55

Analogous Colors of #559cfb

#559cfb #6155fb #55effb

Monochromatic Colors of #559cfb

#559cfb

Complementary Color

#559cfb #fbb455

#559cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559cfb Color CSS Codes

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

#559cfb Text Font Color

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

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


#559cfb Background Color

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

This div background color is #559cfb


#559cfb Border Color

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

This div border color is #559cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,156,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 #559cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559cfb


Comments

No comments written yet.

Please login to write comment.