Color Hex Logo

#557edf Color Hex

#557EDF
(85,126,223)
0 Favorites   0 Comments

Color spaces of #557edf

RGB 85126223
HSL0.620.680.60
HSV222°62°87°
CMYK 0.620.430.00   0.13
XYZ24.526422.180772.8007
Yxy22.18070.20520.1856
Hunter Lab47.096410.5388-58.6819
CIE-Lab54.218215.6586-53.8202

#557edf color RGB value is (85,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111110 11011111
Octal 125 176 337
Decimal 85 126 223
Hex 55 7E DF

RGB Percentages of Color #557edf

%19.59
%29.03
%51.38

CMYK Percentages of Color #557edf

%62
%43
%0
%13

Triadic Colors of #557edf

#557edf #df557e #7edf55

Analogous Colors of #557edf

#557edf #7155df #55c3df

Monochromatic Colors of #557edf

#557edf

Complementary Color

#557edf #dfb655

#557edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#557edf Color CSS Codes

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

#557edf Text Font Color

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

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


#557edf Background Color

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

This div background color is #557edf


#557edf Border Color

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

This div border color is #557edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557edf


Comments

No comments written yet.

Please login to write comment.