Color Hex Logo

#a994ab Color Hex

#A994AB
(169,148,171)
0 Favorites   0 Comments

Color spaces of #a994ab

RGB 169148171
HSL0.820.120.63
HSV295°13°67°
CMYK 0.010.130.00   0.33
XYZ34.302832.555143.0039
Yxy32.55510.31220.2963
Hunter Lab57.05717.4646-4.7469
CIE-Lab63.799012.0253-9.1546

#a994ab color RGB value is (169,148,171).

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

The process color (four color CMYK) of #a994ab color hex is 0.01, 0.13, 0.00, 0.33. Web safe color of #a994ab is #999999. Color #a994ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 10101011
Octal 251 224 253
Decimal 169 148 171
Hex A9 94 AB

RGB Percentages of Color #a994ab

%34.63
%30.33
%35.04

CMYK Percentages of Color #a994ab

%1
%13
%0
%33

Triadic Colors of #a994ab

#a994ab #aba994 #94aba9

Analogous Colors of #a994ab

#a994ab #ab94a2 #9e94ab

Monochromatic Colors of #a994ab

#a994ab

Complementary Color

#a994ab #96ab94

#a994ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a994ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a994ab Color CSS Codes

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

#a994ab Text Font Color

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

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


#a994ab Background Color

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

This div background color is #a994ab


#a994ab Border Color

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

This div border color is #a994ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,148,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a994ab


Comments

No comments written yet.

Please login to write comment.