Color Hex Logo

#556bea Color Hex

#556BEA
(85,107,234)
0 Favorites   0 Comments

Color spaces of #556bea

RGB 85107234
HSL0.640.780.63
HSV231°64°92°
CMYK 0.640.540.00   0.08
XYZ23.855318.387280.1337
Yxy18.38720.19490.1503
Hunter Lab42.880324.2631-80.7836
CIE-Lab49.962431.0723-66.8429

#556bea color RGB value is (85,107,234).

#556bea hex color red value is 85, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #556bea hue: 0.64 , saturation: 0.78 and the lightness value of 556bea is 0.63.

The process color (four color CMYK) of #556bea color hex is 0.64, 0.54, 0.00, 0.08. Web safe color of #556bea is #6666ff. Color #556bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101011 11101010
Octal 125 153 352
Decimal 85 107 234
Hex 55 6B EA

RGB Percentages of Color #556bea

%19.95
%25.12
%54.93

CMYK Percentages of Color #556bea

%64
%54
%0
%8

Triadic Colors of #556bea

#556bea #ea556b #6bea55

Analogous Colors of #556bea

#556bea #8a55ea #55b6ea

Monochromatic Colors of #556bea

#556bea

Complementary Color

#556bea #ead455

#556bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#556bea Color CSS Codes

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

#556bea Text Font Color

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

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


#556bea Background Color

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

This div background color is #556bea


#556bea Border Color

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

This div border color is #556bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556bea


Comments

No comments written yet.

Please login to write comment.