Color Hex Logo

#a998ae Color Hex

#A998AE
(169,152,174)
0 Favorites   0 Comments

Color spaces of #a998ae

RGB 169152174
HSL0.800.120.64
HSV286°13°68°
CMYK 0.030.130.00   0.32
XYZ35.230433.947544.7401
Yxy33.94750.30930.2980
Hunter Lab58.26455.9696-4.7424
CIE-Lab64.920910.3701-9.1691

#a998ae color RGB value is (169,152,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 10101110
Octal 251 230 256
Decimal 169 152 174
Hex A9 98 AE

RGB Percentages of Color #a998ae

%34.14
%30.71
%35.15

CMYK Percentages of Color #a998ae

%3
%13
%0
%32

Triadic Colors of #a998ae

#a998ae #aea998 #98aea9

Analogous Colors of #a998ae

#a998ae #ae98a8 #9e98ae

Monochromatic Colors of #a998ae

#a998ae

Complementary Color

#a998ae #9dae98

#a998ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998ae Color CSS Codes

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

#a998ae Text Font Color

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

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


#a998ae Background Color

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

This div background color is #a998ae


#a998ae Border Color

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

This div border color is #a998ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998ae

#a998ae Color Palettes


Comments

No comments written yet.

Please login to write comment.