Color Hex Logo

#a49dab Color Hex

#A49DAB
(164,157,171)
0 Favorites   0 Comments

Color spaces of #a49dab

RGB 164157171
HSL0.750.080.64
HSV270°67°
CMYK 0.040.080.00   0.33
XYZ34.717534.946743.4437
Yxy34.94670.30690.3090
Hunter Lab59.11571.3770-2.1908
CIE-Lab65.70715.2295-6.3633

#a49dab color RGB value is (164,157,171).

#a49dab hex color red value is 164, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a49dab hue: 0.75 , saturation: 0.08 and the lightness value of a49dab is 0.64.

The process color (four color CMYK) of #a49dab color hex is 0.04, 0.08, 0.00, 0.33. Web safe color of #a49dab is #999999. Color #a49dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011101 10101011
Octal 244 235 253
Decimal 164 157 171
Hex A4 9D AB

RGB Percentages of Color #a49dab

%33.33
%31.91
%34.76

CMYK Percentages of Color #a49dab

%4
%8
%0
%33

Triadic Colors of #a49dab

#a49dab #aba49d #9daba4

Analogous Colors of #a49dab

#a49dab #ab9dab #9d9dab

Monochromatic Colors of #a49dab

#a49dab

Complementary Color

#a49dab #a4ab9d

#a49dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49dab Color CSS Codes

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

#a49dab Text Font Color

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

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


#a49dab Background Color

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

This div background color is #a49dab


#a49dab Border Color

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

This div border color is #a49dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49dab


Comments

No comments written yet.

Please login to write comment.