Color Hex Logo

#aa8ebc Color Hex

#AA8EBC
(170,142,188)
0 Favorites   0 Comments

Color spaces of #aa8ebc

RGB 170142188
HSL0.770.260.65
HSV277°24°74°
CMYK 0.100.240.00   0.26
XYZ35.327731.522951.7995
Yxy31.52290.29770.2657
Hunter Lab56.145314.0615-15.3992
CIE-Lab62.946619.2103-20.0148

#aa8ebc color RGB value is (170,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001110 10111100
Octal 252 216 274
Decimal 170 142 188
Hex AA 8E BC

RGB Percentages of Color #aa8ebc

%34.00
%28.40
%37.60

CMYK Percentages of Color #aa8ebc

%10
%24
%0
%26

Triadic Colors of #aa8ebc

#aa8ebc #bcaa8e #8ebcaa

Analogous Colors of #aa8ebc

#aa8ebc #bc8eb7 #938ebc

Monochromatic Colors of #aa8ebc

#aa8ebc

Complementary Color

#aa8ebc #a0bc8e

#aa8ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8ebc Color CSS Codes

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

#aa8ebc Text Font Color

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

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


#aa8ebc Background Color

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

This div background color is #aa8ebc


#aa8ebc Border Color

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

This div border color is #aa8ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8ebc


Comments

No comments written yet.

Please login to write comment.