Color Hex Logo

#a994ac Color Hex

#A994AC
(169,148,172)
0 Favorites   0 Comments

Color spaces of #a994ac

RGB 169148172
HSL0.810.130.63
HSV293°14°67°
CMYK 0.020.140.00   0.33
XYZ34.398532.593443.5079
Yxy32.59340.31130.2950
Hunter Lab57.09067.6420-5.2206
CIE-Lab63.830312.2212-9.6717

#a994ac color RGB value is (169,148,172).

#a994ac hex color red value is 169, green value is 148 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a994ac hue: 0.81 , saturation: 0.13 and the lightness value of a994ac is 0.63.

The process color (four color CMYK) of #a994ac color hex is 0.02, 0.14, 0.00, 0.33. Web safe color of #a994ac is #999999. Color #a994ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 10101100
Octal 251 224 254
Decimal 169 148 172
Hex A9 94 AC

RGB Percentages of Color #a994ac

%34.56
%30.27
%35.17

CMYK Percentages of Color #a994ac

%2
%14
%0
%33

Triadic Colors of #a994ac

#a994ac #aca994 #94aca9

Analogous Colors of #a994ac

#a994ac #ac94a3 #9d94ac

Monochromatic Colors of #a994ac

#a994ac

Complementary Color

#a994ac #97ac94

#a994ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a994ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a994ac Color CSS Codes

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

#a994ac Text Font Color

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

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


#a994ac Background Color

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

This div background color is #a994ac


#a994ac Border Color

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

This div border color is #a994ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a994ac


Comments

No comments written yet.

Please login to write comment.