Color Hex Logo

#aa8ebd Color Hex

#AA8EBD
(170,142,189)
0 Favorites   0 Comments

Color spaces of #aa8ebd

RGB 170142189
HSL0.770.260.65
HSV276°25°74°
CMYK 0.100.250.00   0.26
XYZ35.435931.566252.3693
Yxy31.56620.29690.2644
Hunter Lab56.183814.2607-15.9359
CIE-Lab62.982719.4212-20.5229

#aa8ebd color RGB value is (170,142,189).

#aa8ebd hex color red value is 170, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa8ebd hue: 0.77 , saturation: 0.26 and the lightness value of aa8ebd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001110 10111101
Octal 252 216 275
Decimal 170 142 189
Hex AA 8E BD

RGB Percentages of Color #aa8ebd

%33.93
%28.34
%37.72

CMYK Percentages of Color #aa8ebd

%10
%25
%0
%26

Triadic Colors of #aa8ebd

#aa8ebd #bdaa8e #8ebdaa

Analogous Colors of #aa8ebd

#aa8ebd #bd8eb9 #938ebd

Monochromatic Colors of #aa8ebd

#aa8ebd

Complementary Color

#aa8ebd #a1bd8e

#aa8ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8ebd Color CSS Codes

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

#aa8ebd Text Font Color

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

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


#aa8ebd Background Color

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

This div background color is #aa8ebd


#aa8ebd Border Color

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

This div border color is #aa8ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8ebd


Comments

No comments written yet.

Please login to write comment.