Color Hex Logo

#a29dac Color Hex

#A29DAC
(162,157,172)
0 Favorites   0 Comments

Color spaces of #a29dac

RGB 162157172
HSL0.720.080.65
HSV260°67°
CMYK 0.060.090.00   0.33
XYZ34.403734.773943.9285
Yxy34.77390.30420.3074
Hunter Lab58.96940.9433-2.8887
CIE-Lab65.57234.7308-7.1415

#a29dac color RGB value is (162,157,172).

#a29dac hex color red value is 162, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a29dac hue: 0.72 , saturation: 0.08 and the lightness value of a29dac is 0.65.

The process color (four color CMYK) of #a29dac color hex is 0.06, 0.09, 0.00, 0.33. Web safe color of #a29dac is #999999. Color #a29dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011101 10101100
Octal 242 235 254
Decimal 162 157 172
Hex A2 9D AC

RGB Percentages of Color #a29dac

%32.99
%31.98
%35.03

CMYK Percentages of Color #a29dac

%6
%9
%0
%33

Triadic Colors of #a29dac

#a29dac #aca29d #9daca2

Analogous Colors of #a29dac

#a29dac #aa9dac #9da0ac

Monochromatic Colors of #a29dac

#a29dac

Complementary Color

#a29dac #a7ac9d

#a29dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29dac Color CSS Codes

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

#a29dac Text Font Color

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

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


#a29dac Background Color

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

This div background color is #a29dac


#a29dac Border Color

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

This div border color is #a29dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29dac


Comments

No comments written yet.

Please login to write comment.