Color Hex Logo

#557ceb Color Hex

#557CEB
(85,124,235)
0 Favorites   0 Comments

Color spaces of #557ceb

RGB 85124235
HSL0.620.790.63
HSV224°64°92°
CMYK 0.640.470.00   0.08
XYZ25.949422.344881.5426
Yxy22.34480.19990.1721
Hunter Lab47.270315.2660-69.1877
CIE-Lab54.390920.9550-60.2596

#557ceb color RGB value is (85,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111100 11101011
Octal 125 174 353
Decimal 85 124 235
Hex 55 7C EB

RGB Percentages of Color #557ceb

%19.14
%27.93
%52.93

CMYK Percentages of Color #557ceb

%64
%47
%0
%8

Triadic Colors of #557ceb

#557ceb #eb557c #7ceb55

Analogous Colors of #557ceb

#557ceb #7955eb #55c7eb

Monochromatic Colors of #557ceb

#557ceb

Complementary Color

#557ceb #ebc455

#557ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#557ceb Color CSS Codes

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

#557ceb Text Font Color

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

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


#557ceb Background Color

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

This div background color is #557ceb


#557ceb Border Color

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

This div border color is #557ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557ceb


Comments

No comments written yet.

Please login to write comment.