Color Hex Logo

#7faaac Color Hex

#7FAAAC
(127,170,172)
0 Favorites   0 Comments

Color spaces of #7faaac

RGB 127170172
HSL0.510.210.59
HSV183°26°67°
CMYK 0.260.010.00   0.33
XYZ30.573536.240044.4134
Yxy36.24000.27490.3258
Hunter Lab60.1997-14.6949-1.6025
CIE-Lab66.7029-13.8899-5.7339

#7faaac color RGB value is (127,170,172).

#7faaac hex color red value is 127, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7faaac hue: 0.51 , saturation: 0.21 and the lightness value of 7faaac is 0.59.

The process color (four color CMYK) of #7faaac color hex is 0.26, 0.01, 0.00, 0.33. Web safe color of #7faaac is #669999. Color #7faaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 10101100
Octal 177 252 254
Decimal 127 170 172
Hex 7F AA AC

RGB Percentages of Color #7faaac

%27.08
%36.25
%36.67

CMYK Percentages of Color #7faaac

%26
%1
%0
%33

Triadic Colors of #7faaac

#7faaac #ac7faa #aaac7f

Analogous Colors of #7faaac

#7faaac #7f94ac #7fac98

Monochromatic Colors of #7faaac

#7faaac

Complementary Color

#7faaac #ac817f

#7faaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faaac Color CSS Codes

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

#7faaac Text Font Color

<p style="color:#7faaac">Text here</p>

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


#7faaac Background Color

<div style="background-color:#7faaac">
Div content here</div>

This div background color is #7faaac


#7faaac Border Color

<div style="border:3px solid #7faaac">
Div here</div>

This div border color is #7faaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faaac


Comments

No comments written yet.

Please login to write comment.