Color Hex Logo

#557dde Color Hex

#557DDE
(85,125,222)
0 Favorites   0 Comments

Color spaces of #557dde

RGB 85125222
HSL0.620.670.60
HSV222°62°87°
CMYK 0.620.440.00   0.13
XYZ24.264721.872572.0502
Yxy21.87250.20530.1851
Hunter Lab46.768010.7672-58.6037
CIE-Lab53.891515.9308-53.7805

#557dde color RGB value is (85,125,222).

#557dde hex color red value is 85, green value is 125 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #557dde hue: 0.62 , saturation: 0.67 and the lightness value of 557dde is 0.60.

The process color (four color CMYK) of #557dde color hex is 0.62, 0.44, 0.00, 0.13. Web safe color of #557dde is #6666cc. Color #557dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111101 11011110
Octal 125 175 336
Decimal 85 125 222
Hex 55 7D DE

RGB Percentages of Color #557dde

%19.68
%28.94
%51.39

CMYK Percentages of Color #557dde

%62
%44
%0
%13

Triadic Colors of #557dde

#557dde #de557d #7dde55

Analogous Colors of #557dde

#557dde #7255de #55c2de

Monochromatic Colors of #557dde

#557dde

Complementary Color

#557dde #deb655

#557dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#557dde Color CSS Codes

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

#557dde Text Font Color

<p style="color:#557dde">Text here</p>

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


#557dde Background Color

<div style="background-color:#557dde">
Div content here</div>

This div background color is #557dde


#557dde Border Color

<div style="border:3px solid #557dde">
Div here</div>

This div border color is #557dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,125,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557dde;
  -webkit-box-shadow: 1px 1px 3px 2px #557dde;
  box-shadow:         1px 1px 3px 2px #557dde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557dde


Comments

No comments written yet.

Please login to write comment.