Color Hex Logo

#ad9abf Color Hex

#AD9ABF
(173,154,191)
0 Favorites   0 Comments

Color spaces of #ad9abf

RGB 173154191
HSL0.750.220.68
HSV271°19°75°
CMYK 0.090.190.00   0.25
XYZ38.193235.757054.1790
Yxy35.75700.29810.2791
Hunter Lab59.79729.3652-11.8615
CIE-Lab66.333814.0784-16.5297

#ad9abf color RGB value is (173,154,191).

#ad9abf hex color red value is 173, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ad9abf hue: 0.75 , saturation: 0.22 and the lightness value of ad9abf is 0.68.

The process color (four color CMYK) of #ad9abf color hex is 0.09, 0.19, 0.00, 0.25. Web safe color of #ad9abf is #9999cc. Color #ad9abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011010 10111111
Octal 255 232 277
Decimal 173 154 191
Hex AD 9A BF

RGB Percentages of Color #ad9abf

%33.40
%29.73
%36.87

CMYK Percentages of Color #ad9abf

%9
%19
%0
%25

Triadic Colors of #ad9abf

#ad9abf #bfad9a #9abfad

Analogous Colors of #ad9abf

#ad9abf #bf9abf #9b9abf

Monochromatic Colors of #ad9abf

#ad9abf

Complementary Color

#ad9abf #acbf9a

#ad9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9abf Color CSS Codes

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

#ad9abf Text Font Color

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

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


#ad9abf Background Color

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

This div background color is #ad9abf


#ad9abf Border Color

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

This div border color is #ad9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9abf


Comments

No comments written yet.

Please login to write comment.