Color Hex Logo

#5685dd Color Hex

#5685DD
(86,133,221)
0 Favorites   0 Comments

Color spaces of #5685dd

RGB 86133221
HSL0.610.670.60
HSV219°61°87°
CMYK 0.610.400.00   0.13
XYZ25.276423.973971.7018
Yxy23.97390.20900.1982
Hunter Lab48.96316.4621-52.5503
CIE-Lab56.061710.9249-49.7574

#5685dd color RGB value is (86,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000101 11011101
Octal 126 205 335
Decimal 86 133 221
Hex 56 85 DD

RGB Percentages of Color #5685dd

%19.55
%30.23
%50.23

CMYK Percentages of Color #5685dd

%61
%40
%0
%13

Triadic Colors of #5685dd

#5685dd #dd5685 #85dd56

Analogous Colors of #5685dd

#5685dd #6b56dd #56c9dd

Monochromatic Colors of #5685dd

#5685dd

Complementary Color

#5685dd #ddae56

#5685dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5685dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5685dd Color CSS Codes

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

#5685dd Text Font Color

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

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


#5685dd Background Color

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

This div background color is #5685dd


#5685dd Border Color

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

This div border color is #5685dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5685dd


Comments

No comments written yet.

Please login to write comment.