Color Hex Logo

#a994ae Color Hex

#A994AE
(169,148,174)
0 Favorites   0 Comments

Color spaces of #a994ae

RGB 169148174
HSL0.800.140.63
HSV288°15°68°
CMYK 0.030.150.00   0.32
XYZ34.592132.670844.5273
Yxy32.67080.30940.2923
Hunter Lab57.15848.0006-6.1770
CIE-Lab63.893512.6162-10.7044

#a994ae color RGB value is (169,148,174).

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

The process color (four color CMYK) of #a994ae color hex is 0.03, 0.15, 0.00, 0.32. Web safe color of #a994ae is #999999. Color #a994ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 10101110
Octal 251 224 256
Decimal 169 148 174
Hex A9 94 AE

RGB Percentages of Color #a994ae

%34.42
%30.14
%35.44

CMYK Percentages of Color #a994ae

%3
%15
%0
%32

Triadic Colors of #a994ae

#a994ae #aea994 #94aea9

Analogous Colors of #a994ae

#a994ae #ae94a6 #9c94ae

Monochromatic Colors of #a994ae

#a994ae

Complementary Color

#a994ae #99ae94

#a994ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a994ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a994ae Color CSS Codes

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

#a994ae Text Font Color

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

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


#a994ae Background Color

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

This div background color is #a994ae


#a994ae Border Color

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

This div border color is #a994ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a994ae


Comments

No comments written yet.

Please login to write comment.