Color Hex Logo

#aaaabe Color Hex

#AAAABE
(170,170,190)
0 Favorites   0 Comments

Color spaces of #aaaabe

RGB 170170190
HSL0.670.130.71
HSV240°11°75°
CMYK 0.110.110.00   0.25
XYZ40.246641.013254.5103
Yxy41.01320.29640.3021
Hunter Lab64.04150.1047-5.6368
CIE-Lab70.18523.9750-10.2118

#aaaabe color RGB value is (170,170,190).

#aaaabe hex color red value is 170, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aaaabe hue: 0.67 , saturation: 0.13 and the lightness value of aaaabe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 10111110
Octal 252 252 276
Decimal 170 170 190
Hex AA AA BE

RGB Percentages of Color #aaaabe

%32.08
%32.08
%35.85

CMYK Percentages of Color #aaaabe

%11
%11
%0
%25

Triadic Colors of #aaaabe

#aaaabe #beaaaa #aabeaa

Analogous Colors of #aaaabe

#aaaabe #b4aabe #aab4be

Monochromatic Colors of #aaaabe

#aaaabe

Complementary Color

#aaaabe #bebeaa

#aaaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaabe Color CSS Codes

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

#aaaabe Text Font Color

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

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


#aaaabe Background Color

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

This div background color is #aaaabe


#aaaabe Border Color

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

This div border color is #aaaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaabe


Comments

No comments written yet.

Please login to write comment.