Color Hex Logo

#a89daf Color Hex

#A89DAF
(168,157,175)
0 Favorites   0 Comments

Color spaces of #a89daf

RGB 168157175
HSL0.770.100.65
HSV277°10°69°
CMYK 0.040.100.00   0.31
XYZ35.943335.533945.5218
Yxy35.53390.30720.3037
Hunter Lab59.61033.3123-3.5500
CIE-Lab66.16227.4258-7.8898

#a89daf color RGB value is (168,157,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011101 10101111
Octal 250 235 257
Decimal 168 157 175
Hex A8 9D AF

RGB Percentages of Color #a89daf

%33.60
%31.40
%35.00

CMYK Percentages of Color #a89daf

%4
%10
%0
%31

Triadic Colors of #a89daf

#a89daf #afa89d #9dafa8

Analogous Colors of #a89daf

#a89daf #af9dad #9f9daf

Monochromatic Colors of #a89daf

#a89daf

Complementary Color

#a89daf #a4af9d

#a89daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89daf Color CSS Codes

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

#a89daf Text Font Color

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

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


#a89daf Background Color

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

This div background color is #a89daf


#a89daf Border Color

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

This div border color is #a89daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89daf


Comments

No comments written yet.

Please login to write comment.