Color Hex Logo

#5685dc Color Hex

#5685DC
(86,133,220)
0 Favorites   0 Comments

Color spaces of #5685dc

RGB 86133220
HSL0.610.660.60
HSV219°61°86°
CMYK 0.610.400.00   0.14
XYZ25.143523.920871.0021
Yxy23.92080.20940.1992
Hunter Lab48.90896.1742-51.8363
CIE-Lab56.008410.5899-49.2814

#5685dc color RGB value is (86,133,220).

#5685dc hex color red value is 86, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5685dc hue: 0.61 , saturation: 0.66 and the lightness value of 5685dc is 0.60.

The process color (four color CMYK) of #5685dc color hex is 0.61, 0.40, 0.00, 0.14. Web safe color of #5685dc is #6699cc. Color #5685dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000101 11011100
Octal 126 205 334
Decimal 86 133 220
Hex 56 85 DC

RGB Percentages of Color #5685dc

%19.59
%30.30
%50.11

CMYK Percentages of Color #5685dc

%61
%40
%0
%14

Triadic Colors of #5685dc

#5685dc #dc5685 #85dc56

Analogous Colors of #5685dc

#5685dc #6a56dc #56c8dc

Monochromatic Colors of #5685dc

#5685dc

Complementary Color

#5685dc #dcad56

#5685dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5685dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5685dc Color CSS Codes

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

#5685dc Text Font Color

<p style="color:#5685dc">Text here</p>

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


#5685dc Background Color

<div style="background-color:#5685dc">
Div content here</div>

This div background color is #5685dc


#5685dc Border Color

<div style="border:3px solid #5685dc">
Div here</div>

This div border color is #5685dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,133,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5685dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5685dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5685dc;
  box-shadow:         1px 1px 3px 2px #5685dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,133,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5685dc


Comments

No comments written yet.

Please login to write comment.