Color Hex Logo

#5c7cdc Color Hex

#5C7CDC
(92,124,220)
0 Favorites   0 Comments

Color spaces of #5c7cdc

RGB 92124220
HSL0.630.650.61
HSV225°58°86°
CMYK 0.580.440.00   0.14
XYZ24.539621.857970.6358
Yxy21.85790.20970.1868
Hunter Lab46.752411.8750-56.8514
CIE-Lab53.875917.1912-52.6593

#5c7cdc color RGB value is (92,124,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01111100 11011100
Octal 134 174 334
Decimal 92 124 220
Hex 5C 7C DC

RGB Percentages of Color #5c7cdc

%21.10
%28.44
%50.46

CMYK Percentages of Color #5c7cdc

%58
%44
%0
%14

Triadic Colors of #5c7cdc

#5c7cdc #dc5c7c #7cdc5c

Analogous Colors of #5c7cdc

#5c7cdc #7c5cdc #5cbcdc

Monochromatic Colors of #5c7cdc

#5c7cdc

Complementary Color

#5c7cdc #dcbc5c

#5c7cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c7cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c7cdc Color CSS Codes

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

#5c7cdc Text Font Color

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

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


#5c7cdc Background Color

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

This div background color is #5c7cdc


#5c7cdc Border Color

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

This div border color is #5c7cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c7cdc


Comments

No comments written yet.

Please login to write comment.