Color Hex Logo

#557cee Color Hex

#557CEE
(85,124,238)
0 Favorites   0 Comments

Color spaces of #557cee

RGB 85124238
HSL0.620.820.63
HSV225°64°93°
CMYK 0.640.480.00   0.07
XYZ26.386622.519683.8449
Yxy22.51960.19880.1696
Hunter Lab47.454816.2065-71.5374
CIE-Lab54.574021.9774-61.6374

#557cee color RGB value is (85,124,238).

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

The process color (four color CMYK) of #557cee color hex is 0.64, 0.48, 0.00, 0.07. Web safe color of #557cee is #6666ff. Color #557cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111100 11101110
Octal 125 174 356
Decimal 85 124 238
Hex 55 7C EE

RGB Percentages of Color #557cee

%19.02
%27.74
%53.24

CMYK Percentages of Color #557cee

%64
%48
%0
%7

Triadic Colors of #557cee

#557cee #ee557c #7cee55

Analogous Colors of #557cee

#557cee #7b55ee #55c9ee

Monochromatic Colors of #557cee

#557cee

Complementary Color

#557cee #eec755

#557cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#557cee Color CSS Codes

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

#557cee Text Font Color

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

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


#557cee Background Color

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

This div background color is #557cee


#557cee Border Color

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

This div border color is #557cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557cee


Comments

No comments written yet.

Please login to write comment.