Color Hex Logo

#aa8bae Color Hex

#AA8BAE
(170,139,174)
0 Favorites   0 Comments

Color spaces of #aa8bae

RGB 170139174
HSL0.810.180.61
HSV293°20°68°
CMYK 0.020.200.00   0.32
XYZ33.450230.067344.0849
Yxy30.06730.31090.2794
Hunter Lab54.833712.9315-9.2841
CIE-Lab61.712218.0459-13.9719

#aa8bae color RGB value is (170,139,174).

#aa8bae hex color red value is 170, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aa8bae hue: 0.81 , saturation: 0.18 and the lightness value of aa8bae is 0.61.

The process color (four color CMYK) of #aa8bae color hex is 0.02, 0.20, 0.00, 0.32. Web safe color of #aa8bae is #999999. Color #aa8bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001011 10101110
Octal 252 213 256
Decimal 170 139 174
Hex AA 8B AE

RGB Percentages of Color #aa8bae

%35.20
%28.78
%36.02

CMYK Percentages of Color #aa8bae

%2
%20
%0
%32

Triadic Colors of #aa8bae

#aa8bae #aeaa8b #8baeaa

Analogous Colors of #aa8bae

#aa8bae #ae8ba1 #998bae

Monochromatic Colors of #aa8bae

#aa8bae

Complementary Color

#aa8bae #8fae8b

#aa8bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8bae Color CSS Codes

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

#aa8bae Text Font Color

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

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


#aa8bae Background Color

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

This div background color is #aa8bae


#aa8bae Border Color

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

This div border color is #aa8bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8bae


Comments

No comments written yet.

Please login to write comment.