Color Hex Logo

#556eef Color Hex

#556EEF
(85,110,239)
0 Favorites   0 Comments

Color spaces of #556eef

RGB 85110239
HSL0.640.830.64
HSV230°64°94°
CMYK 0.640.540.00   0.06
XYZ24.902219.315284.0771
Yxy19.31520.19410.1506
Hunter Lab43.949124.2299-82.6609
CIE-Lab51.054030.9152-67.8756

#556eef color RGB value is (85,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101110 11101111
Octal 125 156 357
Decimal 85 110 239
Hex 55 6E EF

RGB Percentages of Color #556eef

%19.59
%25.35
%55.07

CMYK Percentages of Color #556eef

%64
%54
%0
%6

Triadic Colors of #556eef

#556eef #ef556e #6eef55

Analogous Colors of #556eef

#556eef #8955ef #55bbef

Monochromatic Colors of #556eef

#556eef

Complementary Color

#556eef #efd655

#556eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#556eef Color CSS Codes

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

#556eef Text Font Color

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

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


#556eef Background Color

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

This div background color is #556eef


#556eef Border Color

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

This div border color is #556eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556eef


Comments

No comments written yet.

Please login to write comment.