Color Hex Logo

#5676cc Color Hex

#5676CC
(86,118,204)
0 Favorites   0 Comments

Color spaces of #5676cc

RGB 86118204
HSL0.620.540.57
HSV224°58°80°
CMYK 0.580.420.00   0.20
XYZ21.215319.294959.7329
Yxy19.29490.21160.1925
Hunter Lab43.92609.3413-49.8776
CIE-Lab51.030514.3765-48.1551

#5676cc color RGB value is (86,118,204).

#5676cc hex color red value is 86, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5676cc hue: 0.62 , saturation: 0.54 and the lightness value of 5676cc is 0.57.

The process color (four color CMYK) of #5676cc color hex is 0.58, 0.42, 0.00, 0.20. Web safe color of #5676cc is #6666cc. Color #5676cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110110 11001100
Octal 126 166 314
Decimal 86 118 204
Hex 56 76 CC

RGB Percentages of Color #5676cc

%21.08
%28.92
%50.00

CMYK Percentages of Color #5676cc

%58
%42
%0
%20

Triadic Colors of #5676cc

#5676cc #cc5676 #76cc56

Analogous Colors of #5676cc

#5676cc #7156cc #56b1cc

Monochromatic Colors of #5676cc

#5676cc

Complementary Color

#5676cc #ccac56

#5676cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5676cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5676cc Color CSS Codes

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

#5676cc Text Font Color

<p style="color:#5676cc">Text here</p>

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


#5676cc Background Color

<div style="background-color:#5676cc">
Div content here</div>

This div background color is #5676cc


#5676cc Border Color

<div style="border:3px solid #5676cc">
Div here</div>

This div border color is #5676cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,118,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5676cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5676cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5676cc;
  box-shadow:         1px 1px 3px 2px #5676cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5676cc


Comments

No comments written yet.

Please login to write comment.