Color Hex Logo

#5c6cdc Color Hex

#5C6CDC
(92,108,220)
0 Favorites   0 Comments

Color spaces of #5c6cdc

RGB 92108220
HSL0.650.650.61
HSV233°58°86°
CMYK 0.580.510.00   0.14
XYZ22.694518.167770.0207
Yxy18.16770.20470.1638
Hunter Lab42.623620.4493-67.5633
CIE-Lab49.698927.0073-59.3571

#5c6cdc color RGB value is (92,108,220).

#5c6cdc hex color red value is 92, green value is 108 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5c6cdc hue: 0.65 , saturation: 0.65 and the lightness value of 5c6cdc is 0.61.

The process color (four color CMYK) of #5c6cdc color hex is 0.58, 0.51, 0.00, 0.14. Web safe color of #5c6cdc is #6666cc. Color #5c6cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01101100 11011100
Octal 134 154 334
Decimal 92 108 220
Hex 5C 6C DC

RGB Percentages of Color #5c6cdc

%21.90
%25.71
%52.38

CMYK Percentages of Color #5c6cdc

%58
%51
%0
%14

Triadic Colors of #5c6cdc

#5c6cdc #dc5c6c #6cdc5c

Analogous Colors of #5c6cdc

#5c6cdc #8c5cdc #5cacdc

Monochromatic Colors of #5c6cdc

#5c6cdc

Complementary Color

#5c6cdc #dccc5c

#5c6cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c6cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c6cdc Color CSS Codes

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

#5c6cdc Text Font Color

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

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


#5c6cdc Background Color

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

This div background color is #5c6cdc


#5c6cdc Border Color

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

This div border color is #5c6cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,108,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c6cdc


Comments

No comments written yet.

Please login to write comment.