Color Hex Logo

#5684ce Color Hex

#5684CE
(86,132,206)
0 Favorites   0 Comments

Color spaces of #5684ce

RGB 86132206
HSL0.600.550.57
HSV217°58°81°
CMYK 0.580.360.00   0.19
XYZ23.229622.937261.5955
Yxy22.93720.21560.2128
Hunter Lab47.89282.7660-42.7286
CIE-Lab55.00766.5439-42.9823

#5684ce color RGB value is (86,132,206).

#5684ce hex color red value is 86, green value is 132 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5684ce hue: 0.60 , saturation: 0.55 and the lightness value of 5684ce is 0.57.

The process color (four color CMYK) of #5684ce color hex is 0.58, 0.36, 0.00, 0.19. Web safe color of #5684ce is #6699cc. Color #5684ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000100 11001110
Octal 126 204 316
Decimal 86 132 206
Hex 56 84 CE

RGB Percentages of Color #5684ce

%20.28
%31.13
%48.58

CMYK Percentages of Color #5684ce

%58
%36
%0
%19

Triadic Colors of #5684ce

#5684ce #ce5684 #84ce56

Analogous Colors of #5684ce

#5684ce #6456ce #56c0ce

Monochromatic Colors of #5684ce

#5684ce

Complementary Color

#5684ce #cea056

#5684ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5684ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5684ce Color CSS Codes

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

#5684ce Text Font Color

<p style="color:#5684ce">Text here</p>

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


#5684ce Background Color

<div style="background-color:#5684ce">
Div content here</div>

This div background color is #5684ce


#5684ce Border Color

<div style="border:3px solid #5684ce">
Div here</div>

This div border color is #5684ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,132,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5684ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5684ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5684ce;
  box-shadow:         1px 1px 3px 2px #5684ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5684ce


Comments

No comments written yet.

Please login to write comment.