Color Hex Logo

#557cdc Color Hex

#557CDC
(85,124,220)
0 Favorites   0 Comments

Color spaces of #557cdc

RGB 85124220
HSL0.620.660.60
HSV223°61°86°
CMYK 0.610.440.00   0.14
XYZ23.872221.513970.6045
Yxy21.51390.20580.1855
Hunter Lab46.383110.6991-57.7833
CIE-Lab53.507415.8667-53.2691

#557cdc color RGB value is (85,124,220).

#557cdc hex color red value is 85, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #557cdc hue: 0.62 , saturation: 0.66 and the lightness value of 557cdc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111100 11011100
Octal 125 174 334
Decimal 85 124 220
Hex 55 7C DC

RGB Percentages of Color #557cdc

%19.81
%28.90
%51.28

CMYK Percentages of Color #557cdc

%61
%44
%0
%14

Triadic Colors of #557cdc

#557cdc #dc557c #7cdc55

Analogous Colors of #557cdc

#557cdc #7255dc #55c0dc

Monochromatic Colors of #557cdc

#557cdc

Complementary Color

#557cdc #dcb555

#557cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#557cdc Color CSS Codes

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

#557cdc Text Font Color

<p style="color:#557cdc">Text here</p>

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


#557cdc Background Color

<div style="background-color:#557cdc">
Div content here</div>

This div background color is #557cdc


#557cdc Border Color

<div style="border:3px solid #557cdc">
Div here</div>

This div border color is #557cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,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 #557cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557cdc


Comments

No comments written yet.

Please login to write comment.