Color Hex Logo

#5c86fd Color Hex

#5C86FD
(92,134,253)
0 Favorites   0 Comments

Color spaces of #5c86fd

RGB 92134253
HSL0.620.980.68
HSV224°64°99°
CMYK 0.640.470.00   0.01
XYZ30.668426.417496.4112
Yxy26.41740.19980.1721
Hunter Lab51.397916.5623-75.2366
CIE-Lab58.431122.1183-63.7226

#5c86fd color RGB value is (92,134,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10000110 11111101
Octal 134 206 375
Decimal 92 134 253
Hex 5C 86 FD

RGB Percentages of Color #5c86fd

%19.21
%27.97
%52.82

CMYK Percentages of Color #5c86fd

%64
%47
%0
%1

Triadic Colors of #5c86fd

#5c86fd #fd5c86 #86fd5c

Analogous Colors of #5c86fd

#5c86fd #835cfd #5cd7fd

Monochromatic Colors of #5c86fd

#5c86fd

Complementary Color

#5c86fd #fdd35c

#5c86fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c86fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c86fd Color CSS Codes

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

#5c86fd Text Font Color

<p style="color:#5c86fd">Text here</p>

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


#5c86fd Background Color

<div style="background-color:#5c86fd">
Div content here</div>

This div background color is #5c86fd


#5c86fd Border Color

<div style="border:3px solid #5c86fd">
Div here</div>

This div border color is #5c86fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,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 #5c86fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c86fd


Comments

No comments written yet.

Please login to write comment.