Color Hex Logo

#556eff Color Hex

#556EFF
(85,110,255)
0 Favorites   0 Comments

Color spaces of #556eff

RGB 85110255
HSL0.641.000.67
HSV231°67°100°
CMYK 0.670.570.00   0.00
XYZ27.372220.303297.0840
Yxy20.30320.18910.1403
Hunter Lab45.059129.5807-96.2045
CIE-Lab52.178336.3154-74.9490

#556eff color RGB value is (85,110,255).

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

The process color (four color CMYK) of #556eff color hex is 0.67, 0.57, 0.00, 0.00. Web safe color of #556eff is #6666ff. Color #556eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101110 11111111
Octal 125 156 377
Decimal 85 110 255
Hex 55 6E FF

RGB Percentages of Color #556eff

%18.89
%24.44
%56.67

CMYK Percentages of Color #556eff

%67
%57
%0
%0

Triadic Colors of #556eff

#556eff #ff556e #6eff55

Analogous Colors of #556eff

#556eff #9155ff #55c3ff

Monochromatic Colors of #556eff

#556eff

Complementary Color

#556eff #ffe655

#556eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#556eff Color CSS Codes

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

#556eff Text Font Color

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

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


#556eff Background Color

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

This div background color is #556eff


#556eff Border Color

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

This div border color is #556eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556eff


Comments

No comments written yet.

Please login to write comment.