Color Hex Logo

#aa9beb Color Hex

#AA9BEB
(170,155,235)
0 Favorites   0 Comments

Color spaces of #aa9beb

RGB 170155235
HSL0.700.670.76
HSV251°34°92°
CMYK 0.280.340.00   0.08
XYZ43.294337.986983.6476
Yxy37.98690.26250.2303
Hunter Lab61.633517.5282-37.3236
CIE-Lab68.011022.5944-38.3264

#aa9beb color RGB value is (170,155,235).

#aa9beb hex color red value is 170, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aa9beb hue: 0.70 , saturation: 0.67 and the lightness value of aa9beb is 0.76.

The process color (four color CMYK) of #aa9beb color hex is 0.28, 0.34, 0.00, 0.08. Web safe color of #aa9beb is #9999ff. Color #aa9beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011011 11101011
Octal 252 233 353
Decimal 170 155 235
Hex AA 9B EB

RGB Percentages of Color #aa9beb

%30.36
%27.68
%41.96

CMYK Percentages of Color #aa9beb

%28
%34
%0
%8

Triadic Colors of #aa9beb

#aa9beb #ebaa9b #9bebaa

Analogous Colors of #aa9beb

#aa9beb #d29beb #9bb4eb

Monochromatic Colors of #aa9beb

#aa9beb

Complementary Color

#aa9beb #dceb9b

#aa9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9beb Color CSS Codes

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

#aa9beb Text Font Color

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

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


#aa9beb Background Color

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

This div background color is #aa9beb


#aa9beb Border Color

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

This div border color is #aa9beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9beb


Comments

No comments written yet.

Please login to write comment.