Color Hex Logo

#556fde Color Hex

#556FDE
(85,111,222)
0 Favorites   0 Comments

Color spaces of #556fde

RGB 85111222
HSL0.640.670.60
HSV229°62°87°
CMYK 0.620.500.00   0.13
XYZ22.615618.574171.5004
Yxy18.57410.20070.1648
Hunter Lab43.097718.2473-68.1956
CIE-Lab50.185224.5514-59.7262

#556fde color RGB value is (85,111,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101111 11011110
Octal 125 157 336
Decimal 85 111 222
Hex 55 6F DE

RGB Percentages of Color #556fde

%20.33
%26.56
%53.11

CMYK Percentages of Color #556fde

%62
%50
%0
%13

Triadic Colors of #556fde

#556fde #de556f #6fde55

Analogous Colors of #556fde

#556fde #8055de #55b4de

Monochromatic Colors of #556fde

#556fde

Complementary Color

#556fde #dec455

#556fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#556fde Color CSS Codes

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

#556fde Text Font Color

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

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


#556fde Background Color

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

This div background color is #556fde


#556fde Border Color

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

This div border color is #556fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,111,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556fde


Comments

No comments written yet.

Please login to write comment.