Color Hex Logo

#a29daf Color Hex

#A29DAF
(162,157,175)
0 Favorites   0 Comments

Color spaces of #a29daf

RGB 162157175
HSL0.710.100.65
HSV257°10°69°
CMYK 0.070.100.00   0.31
XYZ34.695134.890545.4633
Yxy34.89050.30160.3033
Hunter Lab59.06821.4769-4.2863
CIE-Lab65.66335.3415-8.6859

#a29daf color RGB value is (162,157,175).

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

The process color (four color CMYK) of #a29daf color hex is 0.07, 0.10, 0.00, 0.31. Web safe color of #a29daf is #999999. Color #a29daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011101 10101111
Octal 242 235 257
Decimal 162 157 175
Hex A2 9D AF

RGB Percentages of Color #a29daf

%32.79
%31.78
%35.43

CMYK Percentages of Color #a29daf

%7
%10
%0
%31

Triadic Colors of #a29daf

#a29daf #afa29d #9dafa2

Analogous Colors of #a29daf

#a29daf #ab9daf #9da1af

Monochromatic Colors of #a29daf

#a29daf

Complementary Color

#a29daf #aaaf9d

#a29daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29daf Color CSS Codes

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

#a29daf Text Font Color

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

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


#a29daf Background Color

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

This div background color is #a29daf


#a29daf Border Color

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

This div border color is #a29daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,157,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29daf

#a29daf Color Palettes


Comments

No comments written yet.

Please login to write comment.