Color Hex Logo

#7494aa Color Hex

#7494AA
(116,148,170)
0 Favorites   0 Comments

Color spaces of #7494aa

RGB 116148170
HSL0.570.240.56
HSV204°32°67°
CMYK 0.320.130.00   0.33
XYZ25.048127.795142.0750
Yxy27.79510.26390.2928
Hunter Lab52.7211-7.4554-10.4127
CIE-Lab59.7032-5.7422-15.1522

#7494aa color RGB value is (116,148,170).

#7494aa hex color red value is 116, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7494aa hue: 0.57 , saturation: 0.24 and the lightness value of 7494aa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010100 10101010
Octal 164 224 252
Decimal 116 148 170
Hex 74 94 AA

RGB Percentages of Color #7494aa

%26.73
%34.10
%39.17

CMYK Percentages of Color #7494aa

%32
%13
%0
%33

Triadic Colors of #7494aa

#7494aa #aa7494 #94aa74

Analogous Colors of #7494aa

#7494aa #7479aa #74aaa5

Monochromatic Colors of #7494aa

#7494aa

Complementary Color

#7494aa #aa8a74

#7494aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7494aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7494aa Color CSS Codes

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

#7494aa Text Font Color

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

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


#7494aa Background Color

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

This div background color is #7494aa


#7494aa Border Color

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

This div border color is #7494aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,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 #7494aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7494aa


Comments

No comments written yet.

Please login to write comment.