Color Hex Logo

#7486aa Color Hex

#7486AA
(116,134,170)
0 Favorites   0 Comments

Color spaces of #7486aa

RGB 116134170
HSL0.610.240.56
HSV220°32°67°
CMYK 0.320.210.00   0.33
XYZ22.983323.665541.3868
Yxy23.66550.26110.2688
Hunter Lab48.6472-0.8005-16.3882
CIE-Lab55.75132.2294-21.1671

#7486aa color RGB value is (116,134,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000110 10101010
Octal 164 206 252
Decimal 116 134 170
Hex 74 86 AA

RGB Percentages of Color #7486aa

%27.62
%31.90
%40.48

CMYK Percentages of Color #7486aa

%32
%21
%0
%33

Triadic Colors of #7486aa

#7486aa #aa7486 #86aa74

Analogous Colors of #7486aa

#7486aa #7d74aa #74a1aa

Monochromatic Colors of #7486aa

#7486aa

Complementary Color

#7486aa #aa9874

#7486aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7486aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7486aa Color CSS Codes

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

#7486aa Text Font Color

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

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


#7486aa Background Color

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

This div background color is #7486aa


#7486aa Border Color

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

This div border color is #7486aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7486aa


Comments

No comments written yet.

Please login to write comment.