Color Hex Logo

#ab8daa Color Hex

#AB8DAA
(171,141,170)
0 Favorites   0 Comments

Color spaces of #ab8daa

RGB 171141170
HSL0.840.150.61
HSV302°18°67°
CMYK 0.000.180.01   0.33
XYZ33.575230.610042.1689
Yxy30.61000.31570.2878
Hunter Lab55.326311.5031-6.4616
CIE-Lab62.177016.4818-10.9952

#ab8daa color RGB value is (171,141,170).

#ab8daa hex color red value is 171, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab8daa hue: 0.84 , saturation: 0.15 and the lightness value of ab8daa is 0.61.

The process color (four color CMYK) of #ab8daa color hex is 0.00, 0.18, 0.01, 0.33. Web safe color of #ab8daa is #999999. Color #ab8daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001101 10101010
Octal 253 215 252
Decimal 171 141 170
Hex AB 8D AA

RGB Percentages of Color #ab8daa

%35.48
%29.25
%35.27

CMYK Percentages of Color #ab8daa

%0
%18
%1
%33

Triadic Colors of #ab8daa

#ab8daa #aaab8d #8daaab

Analogous Colors of #ab8daa

#ab8daa #ab8d9b #9d8dab

Monochromatic Colors of #ab8daa

#ab8daa

Complementary Color

#ab8daa #8dab8e

#ab8daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8daa Color CSS Codes

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

#ab8daa Text Font Color

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

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


#ab8daa Background Color

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

This div background color is #ab8daa


#ab8daa Border Color

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

This div border color is #ab8daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,141,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab8daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab8daa;
  -webkit-box-shadow: 1px 1px 3px 2px #ab8daa;
  box-shadow:         1px 1px 3px 2px #ab8daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,141,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8daa


Comments

No comments written yet.

Please login to write comment.