Color Hex Logo

#7facac Color Hex

#7FACAC
(127,172,172)
0 Favorites   0 Comments

Color spaces of #7facac

RGB 127172172
HSL0.500.210.59
HSV180°26°67°
CMYK 0.260.000.00   0.33
XYZ30.951336.995644.5393
Yxy36.99560.27520.3289
Hunter Lab60.8240-15.6093-0.8392
CIE-Lab67.2737-14.9450-4.8897

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 10101100
Octal 177 254 254
Decimal 127 172 172
Hex 7F AC AC

RGB Percentages of Color #7facac

%26.96
%36.52
%36.52

CMYK Percentages of Color #7facac

%26
%0
%0
%33

Triadic Colors of #7facac

#7facac #ac7fac #acac7f

Analogous Colors of #7facac

#7facac #7f96ac #7fac96

Monochromatic Colors of #7facac

#7facac

Complementary Color

#7facac #ac7f7f

#7facac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facac Color CSS Codes

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

#7facac Text Font Color

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

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


#7facac Background Color

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

This div background color is #7facac


#7facac Border Color

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

This div border color is #7facac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facac


Comments

No comments written yet.

Please login to write comment.