Color Hex Logo

#a89fad Color Hex

#A89FAD
(168,159,173)
0 Favorites   0 Comments

Color spaces of #a89fad

RGB 168159173
HSL0.770.080.65
HSV279°68°
CMYK 0.030.080.00   0.32
XYZ36.089436.138244.6084
Yxy36.13820.30890.3093
Hunter Lab60.11511.9591-1.9156
CIE-Lab66.62545.9188-6.0843

#a89fad color RGB value is (168,159,173).

#a89fad hex color red value is 168, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a89fad hue: 0.77 , saturation: 0.08 and the lightness value of a89fad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011111 10101101
Octal 250 237 255
Decimal 168 159 173
Hex A8 9F AD

RGB Percentages of Color #a89fad

%33.60
%31.80
%34.60

CMYK Percentages of Color #a89fad

%3
%8
%0
%32

Triadic Colors of #a89fad

#a89fad #ada89f #9fada8

Analogous Colors of #a89fad

#a89fad #ad9fab #a19fad

Monochromatic Colors of #a89fad

#a89fad

Complementary Color

#a89fad #a4ad9f

#a89fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89fad Color CSS Codes

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

#a89fad Text Font Color

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

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


#a89fad Background Color

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

This div background color is #a89fad


#a89fad Border Color

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

This div border color is #a89fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,159,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a89fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a89fad;
  -webkit-box-shadow: 1px 1px 3px 2px #a89fad;
  box-shadow:         1px 1px 3px 2px #a89fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,159,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89fad


Comments

No comments written yet.

Please login to write comment.