Color Hex Logo

#7486ae Color Hex

#7486AE
(116,134,174)
0 Favorites   0 Comments

Color spaces of #7486ae

RGB 116134174
HSL0.610.260.57
HSV221°33°68°
CMYK 0.330.230.00   0.32
XYZ23.367523.819243.4104
Yxy23.81920.25790.2629
Hunter Lab48.80490.0561-18.5731
CIE-Lab55.90633.2875-23.2236

#7486ae color RGB value is (116,134,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000110 10101110
Octal 164 206 256
Decimal 116 134 174
Hex 74 86 AE

RGB Percentages of Color #7486ae

%27.36
%31.60
%41.04

CMYK Percentages of Color #7486ae

%33
%23
%0
%32

Triadic Colors of #7486ae

#7486ae #ae7486 #86ae74

Analogous Colors of #7486ae

#7486ae #7f74ae #74a3ae

Monochromatic Colors of #7486ae

#7486ae

Complementary Color

#7486ae #ae9c74

#7486ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7486ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7486ae Color CSS Codes

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

#7486ae Text Font Color

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

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


#7486ae Background Color

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

This div background color is #7486ae


#7486ae Border Color

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

This div border color is #7486ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,134,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7486ae


Comments

No comments written yet.

Please login to write comment.