Color Hex Logo

#556fdc Color Hex

#556FDC
(85,111,220)
0 Favorites   0 Comments

Color spaces of #556fdc

RGB 85111220
HSL0.630.660.60
HSV228°61°86°
CMYK 0.610.500.00   0.14
XYZ22.349018.467570.0968
Yxy18.46750.20150.1665
Hunter Lab42.973817.6266-66.6293
CIE-Lab50.058323.8759-58.7999

#556fdc color RGB value is (85,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101111 11011100
Octal 125 157 334
Decimal 85 111 220
Hex 55 6F DC

RGB Percentages of Color #556fdc

%20.43
%26.68
%52.88

CMYK Percentages of Color #556fdc

%61
%50
%0
%14

Triadic Colors of #556fdc

#556fdc #dc556f #6fdc55

Analogous Colors of #556fdc

#556fdc #7f55dc #55b3dc

Monochromatic Colors of #556fdc

#556fdc

Complementary Color

#556fdc #dcc255

#556fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#556fdc Color CSS Codes

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

#556fdc Text Font Color

<p style="color:#556fdc">Text here</p>

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


#556fdc Background Color

<div style="background-color:#556fdc">
Div content here</div>

This div background color is #556fdc


#556fdc Border Color

<div style="border:3px solid #556fdc">
Div here</div>

This div border color is #556fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556fdc


Comments

No comments written yet.

Please login to write comment.