Color Hex Logo

#5986fc Color Hex

#5986FC
(89,134,252)
0 Favorites   0 Comments

Color spaces of #5986fc

RGB 89134252
HSL0.620.960.67
HSV223°65°99°
CMYK 0.650.470.00   0.01
XYZ30.215626.202395.5605
Yxy26.20230.19880.1724
Hunter Lab51.188215.7865-74.8536
CIE-Lab58.228621.2953-63.5053

#5986fc color RGB value is (89,134,252).

#5986fc hex color red value is 89, green value is 134 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5986fc hue: 0.62 , saturation: 0.96 and the lightness value of 5986fc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000110 11111100
Octal 131 206 374
Decimal 89 134 252
Hex 59 86 FC

RGB Percentages of Color #5986fc

%18.74
%28.21
%53.05

CMYK Percentages of Color #5986fc

%65
%47
%0
%1

Triadic Colors of #5986fc

#5986fc #fc5986 #86fc59

Analogous Colors of #5986fc

#5986fc #7e59fc #59d8fc

Monochromatic Colors of #5986fc

#5986fc

Complementary Color

#5986fc #fccf59

#5986fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5986fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5986fc Color CSS Codes

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

#5986fc Text Font Color

<p style="color:#5986fc">Text here</p>

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


#5986fc Background Color

<div style="background-color:#5986fc">
Div content here</div>

This div background color is #5986fc


#5986fc Border Color

<div style="border:3px solid #5986fc">
Div here</div>

This div border color is #5986fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,134,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5986fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5986fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5986fc;
  box-shadow:         1px 1px 3px 2px #5986fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5986fc


Comments

No comments written yet.

Please login to write comment.