Color Hex Logo

#7694aa Color Hex

#7694AA
(118,148,170)
0 Favorites   0 Comments

Color spaces of #7694aa

RGB 118148170
HSL0.570.230.56
HSV205°31°67°
CMYK 0.310.130.00   0.33
XYZ25.316827.933642.0876
Yxy27.93360.26550.2930
Hunter Lab52.8522-6.9880-10.2176
CIE-Lab59.8287-5.1411-14.9503

#7694aa color RGB value is (118,148,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010100 10101010
Octal 166 224 252
Decimal 118 148 170
Hex 76 94 AA

RGB Percentages of Color #7694aa

%27.06
%33.94
%38.99

CMYK Percentages of Color #7694aa

%31
%13
%0
%33

Triadic Colors of #7694aa

#7694aa #aa7694 #94aa76

Analogous Colors of #7694aa

#7694aa #767aaa #76aaa6

Monochromatic Colors of #7694aa

#7694aa

Complementary Color

#7694aa #aa8c76

#7694aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7694aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7694aa Color CSS Codes

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

#7694aa Text Font Color

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

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


#7694aa Background Color

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

This div background color is #7694aa


#7694aa Border Color

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

This div border color is #7694aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7694aa


Comments

No comments written yet.

Please login to write comment.