Color Hex Logo

#5494aa Color Hex

#5494AA
(84,148,170)
0 Favorites   0 Comments

Color spaces of #5494aa

RGB 84148170
HSL0.540.340.50
HSV195°51°67°
CMYK 0.510.130.00   0.33
XYZ21.501825.966941.9091
Yxy25.96690.24060.2905
Hunter Lab50.9577-13.8573-13.0914
CIE-Lab58.0056-14.3297-17.8873

#5494aa color RGB value is (84,148,170).

#5494aa hex color red value is 84, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5494aa hue: 0.54 , saturation: 0.34 and the lightness value of 5494aa is 0.50.

The process color (four color CMYK) of #5494aa color hex is 0.51, 0.13, 0.00, 0.33. Web safe color of #5494aa is #669999. Color #5494aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010100 10101010
Octal 124 224 252
Decimal 84 148 170
Hex 54 94 AA

RGB Percentages of Color #5494aa

%20.90
%36.82
%42.29

CMYK Percentages of Color #5494aa

%51
%13
%0
%33

Triadic Colors of #5494aa

#5494aa #aa5494 #94aa54

Analogous Colors of #5494aa

#5494aa #5469aa #54aa95

Monochromatic Colors of #5494aa

#5494aa

Complementary Color

#5494aa #aa6a54

#5494aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5494aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5494aa Color CSS Codes

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

#5494aa Text Font Color

<p style="color:#5494aa">Text here</p>

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


#5494aa Background Color

<div style="background-color:#5494aa">
Div content here</div>

This div background color is #5494aa


#5494aa Border Color

<div style="border:3px solid #5494aa">
Div here</div>

This div border color is #5494aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,148,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5494aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5494aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5494aa;
  box-shadow:         1px 1px 3px 2px #5494aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,148,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5494aa


Comments

No comments written yet.

Please login to write comment.