Color Hex Logo

#aa8dbf Color Hex

#AA8DBF
(170,141,191)
0 Favorites   0 Comments

Color spaces of #aa8dbf

RGB 170141191
HSL0.760.280.65
HSV275°26°75°
CMYK 0.110.260.00   0.25
XYZ35.506431.357453.4714
Yxy31.35740.29510.2606
Hunter Lab55.997715.1854-17.4168
CIE-Lab62.808220.4120-21.9154

#aa8dbf color RGB value is (170,141,191).

#aa8dbf hex color red value is 170, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aa8dbf hue: 0.76 , saturation: 0.28 and the lightness value of aa8dbf is 0.65.

The process color (four color CMYK) of #aa8dbf color hex is 0.11, 0.26, 0.00, 0.25. Web safe color of #aa8dbf is #9999cc. Color #aa8dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001101 10111111
Octal 252 215 277
Decimal 170 141 191
Hex AA 8D BF

RGB Percentages of Color #aa8dbf

%33.86
%28.09
%38.05

CMYK Percentages of Color #aa8dbf

%11
%26
%0
%25

Triadic Colors of #aa8dbf

#aa8dbf #bfaa8d #8dbfaa

Analogous Colors of #aa8dbf

#aa8dbf #bf8dbb #918dbf

Monochromatic Colors of #aa8dbf

#aa8dbf

Complementary Color

#aa8dbf #a2bf8d

#aa8dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8dbf Color CSS Codes

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

#aa8dbf Text Font Color

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

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


#aa8dbf Background Color

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

This div background color is #aa8dbf


#aa8dbf Border Color

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

This div border color is #aa8dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8dbf


Comments

No comments written yet.

Please login to write comment.