Color Hex Logo

#5682ce Color Hex

#5682CE
(86,130,206)
0 Favorites   0 Comments

Color spaces of #5682ce

RGB 86130206
HSL0.610.550.57
HSV218°58°81°
CMYK 0.580.370.00   0.19
XYZ22.961022.399961.5060
Yxy22.39990.21490.2096
Hunter Lab47.32853.7727-43.9206
CIE-Lab54.44887.7431-43.8657

#5682ce color RGB value is (86,130,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000010 11001110
Octal 126 202 316
Decimal 86 130 206
Hex 56 82 CE

RGB Percentages of Color #5682ce

%20.38
%30.81
%48.82

CMYK Percentages of Color #5682ce

%58
%37
%0
%19

Triadic Colors of #5682ce

#5682ce #ce5682 #82ce56

Analogous Colors of #5682ce

#5682ce #6656ce #56bece

Monochromatic Colors of #5682ce

#5682ce

Complementary Color

#5682ce #cea256

#5682ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5682ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5682ce Color CSS Codes

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

#5682ce Text Font Color

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

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


#5682ce Background Color

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

This div background color is #5682ce


#5682ce Border Color

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

This div border color is #5682ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,130,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 #5682ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5682ce


Comments

No comments written yet.

Please login to write comment.