Color Hex Logo

#5586fd Color Hex

#5586FD
(85,134,253)
0 Favorites   0 Comments

Color spaces of #5586fd

RGB 85134253
HSL0.620.980.66
HSV223°66°99°
CMYK 0.660.470.00   0.01
XYZ30.001026.073396.3799
Yxy26.07330.19680.1710
Hunter Lab51.062015.5174-76.1668
CIE-Lab58.106621.0114-64.2614

#5586fd color RGB value is (85,134,253).

#5586fd hex color red value is 85, green value is 134 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5586fd hue: 0.62 , saturation: 0.98 and the lightness value of 5586fd is 0.66.

The process color (four color CMYK) of #5586fd color hex is 0.66, 0.47, 0.00, 0.01. Web safe color of #5586fd is #6699ff. Color #5586fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000110 11111101
Octal 125 206 375
Decimal 85 134 253
Hex 55 86 FD

RGB Percentages of Color #5586fd

%18.01
%28.39
%53.60

CMYK Percentages of Color #5586fd

%66
%47
%0
%1

Triadic Colors of #5586fd

#5586fd #fd5586 #86fd55

Analogous Colors of #5586fd

#5586fd #7855fd #55dafd

Monochromatic Colors of #5586fd

#5586fd

Complementary Color

#5586fd #fdcc55

#5586fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5586fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5586fd Color CSS Codes

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

#5586fd Text Font Color

<p style="color:#5586fd">Text here</p>

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


#5586fd Background Color

<div style="background-color:#5586fd">
Div content here</div>

This div background color is #5586fd


#5586fd Border Color

<div style="border:3px solid #5586fd">
Div here</div>

This div border color is #5586fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,134,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5586fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5586fd;
  -webkit-box-shadow: 1px 1px 3px 2px #5586fd;
  box-shadow:         1px 1px 3px 2px #5586fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5586fd


Comments

No comments written yet.

Please login to write comment.