Color Hex Logo

#557cda Color Hex

#557CDA
(85,124,218)
0 Favorites   0 Comments

Color spaces of #557cda

RGB 85124218
HSL0.620.640.59
HSV222°61°85°
CMYK 0.610.430.00   0.15
XYZ23.608921.408669.2176
Yxy21.40860.20670.1874
Hunter Lab46.269410.1078-56.3074
CIE-Lab53.393815.1922-52.3240

#557cda color RGB value is (85,124,218).

#557cda hex color red value is 85, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #557cda hue: 0.62 , saturation: 0.64 and the lightness value of 557cda is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111100 11011010
Octal 125 174 332
Decimal 85 124 218
Hex 55 7C DA

RGB Percentages of Color #557cda

%19.91
%29.04
%51.05

CMYK Percentages of Color #557cda

%61
%43
%0
%15

Triadic Colors of #557cda

#557cda #da557c #7cda55

Analogous Colors of #557cda

#557cda #7155da #55bfda

Monochromatic Colors of #557cda

#557cda

Complementary Color

#557cda #dab355

#557cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#557cda Color CSS Codes

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

#557cda Text Font Color

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

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


#557cda Background Color

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

This div background color is #557cda


#557cda Border Color

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

This div border color is #557cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557cda


Comments

No comments written yet.

Please login to write comment.