Color Hex Logo

#556def Color Hex

#556DEF
(85,109,239)
0 Favorites   0 Comments

Color spaces of #556def

RGB 85109239
HSL0.640.830.64
HSV231°64°94°
CMYK 0.640.540.00   0.06
XYZ24.794919.100684.0413
Yxy19.10060.19380.1493
Hunter Lab43.704224.7867-83.4191
CIE-Lab50.804731.5294-68.2793

#556def color RGB value is (85,109,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 11101111
Octal 125 155 357
Decimal 85 109 239
Hex 55 6D EF

RGB Percentages of Color #556def

%19.63
%25.17
%55.20

CMYK Percentages of Color #556def

%64
%54
%0
%6

Triadic Colors of #556def

#556def #ef556d #6def55

Analogous Colors of #556def

#556def #8a55ef #55baef

Monochromatic Colors of #556def

#556def

Complementary Color

#556def #efd755

#556def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556def Color Preview on White Background

Lorem ipsum dolor sit amet.

#556def Color CSS Codes

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

#556def Text Font Color

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

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


#556def Background Color

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

This div background color is #556def


#556def Border Color

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

This div border color is #556def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,109,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 #556def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556def


Comments

No comments written yet.

Please login to write comment.