Color Hex Logo

#556ffc Color Hex

#556FFC
(85,111,252)
0 Favorites   0 Comments

Color spaces of #556ffc

RGB 85111252
HSL0.640.970.66
HSV231°66°99°
CMYK 0.660.560.00   0.01
XYZ27.001420.328494.5961
Yxy20.32840.19020.1432
Hunter Lab45.087027.9965-92.8341
CIE-Lab52.206534.6961-73.2419

#556ffc color RGB value is (85,111,252).

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

The process color (four color CMYK) of #556ffc color hex is 0.66, 0.56, 0.00, 0.01. Web safe color of #556ffc is #6666ff. Color #556ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101111 11111100
Octal 125 157 374
Decimal 85 111 252
Hex 55 6F FC

RGB Percentages of Color #556ffc

%18.97
%24.78
%56.25

CMYK Percentages of Color #556ffc

%66
%56
%0
%1

Triadic Colors of #556ffc

#556ffc #fc556f #6ffc55

Analogous Colors of #556ffc

#556ffc #8f55fc #55c3fc

Monochromatic Colors of #556ffc

#556ffc

Complementary Color

#556ffc #fce255

#556ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#556ffc Color CSS Codes

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

#556ffc Text Font Color

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

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


#556ffc Background Color

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

This div background color is #556ffc


#556ffc Border Color

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

This div border color is #556ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556ffc


Comments

No comments written yet.

Please login to write comment.