Color Hex Logo

#5c6dcc Color Hex

#5C6DCC
(92,109,204)
0 Favorites   0 Comments

Color spaces of #5c6dcc

RGB 92109204
HSL0.640.520.58
HSV231°55°80°
CMYK 0.550.470.00   0.20
XYZ20.781417.572259.4232
Yxy17.57220.21250.1797
Hunter Lab41.919215.1326-54.7040
CIE-Lab48.973121.1625-51.4188

#5c6dcc color RGB value is (92,109,204).

#5c6dcc hex color red value is 92, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5c6dcc hue: 0.64 , saturation: 0.52 and the lightness value of 5c6dcc is 0.58.

The process color (four color CMYK) of #5c6dcc color hex is 0.55, 0.47, 0.00, 0.20. Web safe color of #5c6dcc is #6666cc. Color #5c6dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01101101 11001100
Octal 134 155 314
Decimal 92 109 204
Hex 5C 6D CC

RGB Percentages of Color #5c6dcc

%22.72
%26.91
%50.37

CMYK Percentages of Color #5c6dcc

%55
%47
%0
%20

Triadic Colors of #5c6dcc

#5c6dcc #cc5c6d #6dcc5c

Analogous Colors of #5c6dcc

#5c6dcc #835ccc #5ca5cc

Monochromatic Colors of #5c6dcc

#5c6dcc

Complementary Color

#5c6dcc #ccbb5c

#5c6dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c6dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c6dcc Color CSS Codes

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

#5c6dcc Text Font Color

<p style="color:#5c6dcc">Text here</p>

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


#5c6dcc Background Color

<div style="background-color:#5c6dcc">
Div content here</div>

This div background color is #5c6dcc


#5c6dcc Border Color

<div style="border:3px solid #5c6dcc">
Div here</div>

This div border color is #5c6dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,109,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c6dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c6dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #5c6dcc;
  box-shadow:         1px 1px 3px 2px #5c6dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,109,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 #5c6dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c6dcc


Comments

No comments written yet.

Please login to write comment.