Color Hex Logo

#5497eb Color Hex

#5497EB
(84,151,235)
0 Favorites   0 Comments

Color spaces of #5497eb

RGB 84151235
HSL0.590.790.63
HSV213°64°92°
CMYK 0.640.360.00   0.08
XYZ29.718230.016282.8247
Yxy30.01620.20850.2106
Hunter Lab54.78700.9466-51.2811
CIE-Lab61.66824.5865-48.6595

#5497eb color RGB value is (84,151,235).

#5497eb hex color red value is 84, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5497eb hue: 0.59 , saturation: 0.79 and the lightness value of 5497eb is 0.63.

The process color (four color CMYK) of #5497eb color hex is 0.64, 0.36, 0.00, 0.08. Web safe color of #5497eb is #6699ff. Color #5497eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010111 11101011
Octal 124 227 353
Decimal 84 151 235
Hex 54 97 EB

RGB Percentages of Color #5497eb

%17.87
%32.13
%50.00

CMYK Percentages of Color #5497eb

%64
%36
%0
%8

Triadic Colors of #5497eb

#5497eb #eb5497 #97eb54

Analogous Colors of #5497eb

#5497eb #5c54eb #54e3eb

Monochromatic Colors of #5497eb

#5497eb

Complementary Color

#5497eb #eba854

#5497eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5497eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5497eb Color CSS Codes

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

#5497eb Text Font Color

<p style="color:#5497eb">Text here</p>

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


#5497eb Background Color

<div style="background-color:#5497eb">
Div content here</div>

This div background color is #5497eb


#5497eb Border Color

<div style="border:3px solid #5497eb">
Div here</div>

This div border color is #5497eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,151,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5497eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5497eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5497eb;
  box-shadow:         1px 1px 3px 2px #5497eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,151,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 #5497eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5497eb


Comments

No comments written yet.

Please login to write comment.