Color Hex Logo

#7686ac Color Hex

#7686AC
(118,134,172)
0 Favorites   0 Comments

Color spaces of #7686ac

RGB 118134172
HSL0.620.250.57
HSV222°31°67°
CMYK 0.310.220.00   0.33
XYZ23.442723.880342.4035
Yxy23.88030.26130.2661
Hunter Lab48.86750.1119-17.2401
CIE-Lab55.96773.3583-21.9707

#7686ac color RGB value is (118,134,172).

#7686ac hex color red value is 118, green value is 134 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7686ac hue: 0.62 , saturation: 0.25 and the lightness value of 7686ac is 0.57.

The process color (four color CMYK) of #7686ac color hex is 0.31, 0.22, 0.00, 0.33. Web safe color of #7686ac is #669999. Color #7686ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 10101100
Octal 166 206 254
Decimal 118 134 172
Hex 76 86 AC

RGB Percentages of Color #7686ac

%27.83
%31.60
%40.57

CMYK Percentages of Color #7686ac

%31
%22
%0
%33

Triadic Colors of #7686ac

#7686ac #ac7686 #86ac76

Analogous Colors of #7686ac

#7686ac #8176ac #76a1ac

Monochromatic Colors of #7686ac

#7686ac

Complementary Color

#7686ac #ac9c76

#7686ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7686ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7686ac Color CSS Codes

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

#7686ac Text Font Color

<p style="color:#7686ac">Text here</p>

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


#7686ac Background Color

<div style="background-color:#7686ac">
Div content here</div>

This div background color is #7686ac


#7686ac Border Color

<div style="border:3px solid #7686ac">
Div here</div>

This div border color is #7686ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,134,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7686ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7686ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7686ac;
  box-shadow:         1px 1px 3px 2px #7686ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7686ac


Comments

No comments written yet.

Please login to write comment.