Color Hex Logo

#7683ac Color Hex

#7683AC
(118,131,172)
0 Favorites   0 Comments

Color spaces of #7683ac

RGB 118131172
HSL0.630.250.57
HSV226°31°67°
CMYK 0.310.240.00   0.33
XYZ23.033923.062742.2673
Yxy23.06270.26070.2610
Hunter Lab48.02361.5738-18.5667
CIE-Lab55.13695.1064-23.2467

#7683ac color RGB value is (118,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000011 10101100
Octal 166 203 254
Decimal 118 131 172
Hex 76 83 AC

RGB Percentages of Color #7683ac

%28.03
%31.12
%40.86

CMYK Percentages of Color #7683ac

%31
%24
%0
%33

Triadic Colors of #7683ac

#7683ac #ac7683 #83ac76

Analogous Colors of #7683ac

#7683ac #8476ac #769eac

Monochromatic Colors of #7683ac

#7683ac

Complementary Color

#7683ac #ac9f76

#7683ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7683ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7683ac Color CSS Codes

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

#7683ac Text Font Color

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

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


#7683ac Background Color

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

This div background color is #7683ac


#7683ac Border Color

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

This div border color is #7683ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7683ac


Comments

No comments written yet.

Please login to write comment.