Color Hex Logo

#7facaa Color Hex

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

Color spaces of #7facaa

RGB 127172170
HSL0.490.210.59
HSV177°26°67°
CMYK 0.260.000.01   0.33
XYZ30.760636.919443.5351
Yxy36.91940.27660.3320
Hunter Lab60.7613-15.96620.0520
CIE-Lab67.2165-15.4064-3.8641

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

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

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

Base Numbers

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

RGB Percentages of Color #7facaa

%27.08
%36.67
%36.25

CMYK Percentages of Color #7facaa

%26
%0
%1
%33

Triadic Colors of #7facaa

#7facaa #aa7fac #acaa7f

Analogous Colors of #7facaa

#7facaa #7f98ac #7fac94

Monochromatic Colors of #7facaa

#7facaa

Complementary Color

#7facaa #ac7f81

#7facaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facaa Color CSS Codes

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

#7facaa Text Font Color

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

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


#7facaa Background Color

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

This div background color is #7facaa


#7facaa Border Color

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

This div border color is #7facaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facaa


Comments

No comments written yet.

Please login to write comment.