Color Hex Logo

#76aaac Color Hex

#76AAAC
(118,170,172)
0 Favorites   0 Comments

Color spaces of #76aaac

RGB 118170172
HSL0.510.250.57
HSV182°31°67°
CMYK 0.310.010.00   0.33
XYZ29.292335.579644.3534
Yxy35.57960.26820.3257
Hunter Lab59.6486-16.7272-2.3327
CIE-Lab66.1974-16.5652-6.5385

#76aaac color RGB value is (118,170,172).

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

The process color (four color CMYK) of #76aaac color hex is 0.31, 0.01, 0.00, 0.33. Web safe color of #76aaac is #669999. Color #76aaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101010 10101100
Octal 166 252 254
Decimal 118 170 172
Hex 76 AA AC

RGB Percentages of Color #76aaac

%25.65
%36.96
%37.39

CMYK Percentages of Color #76aaac

%31
%1
%0
%33

Triadic Colors of #76aaac

#76aaac #ac76aa #aaac76

Analogous Colors of #76aaac

#76aaac #768fac #76ac93

Monochromatic Colors of #76aaac

#76aaac

Complementary Color

#76aaac #ac7876

#76aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aaac Color CSS Codes

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

#76aaac Text Font Color

<p style="color:#76aaac">Text here</p>

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


#76aaac Background Color

<div style="background-color:#76aaac">
Div content here</div>

This div background color is #76aaac


#76aaac Border Color

<div style="border:3px solid #76aaac">
Div here</div>

This div border color is #76aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aaac


Comments

No comments written yet.

Please login to write comment.