Color Hex Logo

#557adc Color Hex

#557ADC
(85,122,220)
0 Favorites   0 Comments

Color spaces of #557adc

RGB 85122220
HSL0.620.660.60
HSV224°61°86°
CMYK 0.610.450.00   0.14
XYZ23.624121.017770.5218
Yxy21.01770.20510.1825
Hunter Lab45.845111.7527-59.1121
CIE-Lab52.968917.0913-54.1300

#557adc color RGB value is (85,122,220).

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

The process color (four color CMYK) of #557adc color hex is 0.61, 0.45, 0.00, 0.14. Web safe color of #557adc is #6666cc. Color #557adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111010 11011100
Octal 125 172 334
Decimal 85 122 220
Hex 55 7A DC

RGB Percentages of Color #557adc

%19.91
%28.57
%51.52

CMYK Percentages of Color #557adc

%61
%45
%0
%14

Triadic Colors of #557adc

#557adc #dc557a #7adc55

Analogous Colors of #557adc

#557adc #7455dc #55bedc

Monochromatic Colors of #557adc

#557adc

Complementary Color

#557adc #dcb755

#557adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#557adc Color CSS Codes

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

#557adc Text Font Color

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

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


#557adc Background Color

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

This div background color is #557adc


#557adc Border Color

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

This div border color is #557adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557adc


Comments

No comments written yet.

Please login to write comment.