Color Hex Logo

#5689fd Color Hex

#5689FD
(86,137,253)
0 Favorites   0 Comments

Color spaces of #5689fd

RGB 86137253
HSL0.620.980.66
HSV222°66°99°
CMYK 0.660.460.00   0.01
XYZ30.513026.961696.5244
Yxy26.96160.19810.1751
Hunter Lab51.924614.0259-73.8691
CIE-Lab58.938819.3500-62.9225

#5689fd color RGB value is (86,137,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001001 11111101
Octal 126 211 375
Decimal 86 137 253
Hex 56 89 FD

RGB Percentages of Color #5689fd

%18.07
%28.78
%53.15

CMYK Percentages of Color #5689fd

%66
%46
%0
%1

Triadic Colors of #5689fd

#5689fd #fd5689 #89fd56

Analogous Colors of #5689fd

#5689fd #7756fd #56ddfd

Monochromatic Colors of #5689fd

#5689fd

Complementary Color

#5689fd #fdca56

#5689fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5689fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5689fd Color CSS Codes

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

#5689fd Text Font Color

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

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


#5689fd Background Color

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

This div background color is #5689fd


#5689fd Border Color

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

This div border color is #5689fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,137,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 #5689fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5689fd


Comments

No comments written yet.

Please login to write comment.