Color Hex Logo

#7697ad Color Hex

#7697AD
(118,151,173)
0 Favorites   0 Comments

Color spaces of #7697ad

RGB 118151173
HSL0.570.250.57
HSV204°32°68°
CMYK 0.320.130.00   0.32
XYZ26.080629.001943.7585
Yxy29.00190.26390.2934
Hunter Lab53.8534-7.7979-10.4786
CIE-Lab60.7833-6.0525-15.2074

#7697ad color RGB value is (118,151,173).

#7697ad hex color red value is 118, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7697ad hue: 0.57 , saturation: 0.25 and the lightness value of 7697ad is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010111 10101101
Octal 166 227 255
Decimal 118 151 173
Hex 76 97 AD

RGB Percentages of Color #7697ad

%26.70
%34.16
%39.14

CMYK Percentages of Color #7697ad

%32
%13
%0
%32

Triadic Colors of #7697ad

#7697ad #ad7697 #97ad76

Analogous Colors of #7697ad

#7697ad #767cad #76ada8

Monochromatic Colors of #7697ad

#7697ad

Complementary Color

#7697ad #ad8c76

#7697ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7697ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7697ad Color CSS Codes

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

#7697ad Text Font Color

<p style="color:#7697ad">Text here</p>

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


#7697ad Background Color

<div style="background-color:#7697ad">
Div content here</div>

This div background color is #7697ad


#7697ad Border Color

<div style="border:3px solid #7697ad">
Div here</div>

This div border color is #7697ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,151,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7697ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7697ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7697ad;
  box-shadow:         1px 1px 3px 2px #7697ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,151,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7697ad


Comments

No comments written yet.

Please login to write comment.