Color Hex Logo

#aaabff Color Hex

#AAABFF
(170,171,255)
0 Favorites   0 Comments

Color spaces of #aaabff

RGB 170171255
HSL0.661.000.83
HSV239°33°100°
CMYK 0.330.330.00   0.00
XYZ49.190544.8919100.6801
Yxy44.89190.25260.2305
Hunter Lab67.001413.7970-42.1915
CIE-Lab72.820718.5895-41.7068

#aaabff color RGB value is (170,171,255).

#aaabff hex color red value is 170, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aaabff hue: 0.66 , saturation: 1.00 and the lightness value of aaabff is 0.83.

The process color (four color CMYK) of #aaabff color hex is 0.33, 0.33, 0.00, 0.00. Web safe color of #aaabff is #9999ff. Color #aaabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 11111111
Octal 252 253 377
Decimal 170 171 255
Hex AA AB FF

RGB Percentages of Color #aaabff

%28.52
%28.69
%42.79

CMYK Percentages of Color #aaabff

%33
%33
%0
%0

Triadic Colors of #aaabff

#aaabff #ffaaab #abffaa

Analogous Colors of #aaabff

#aaabff #d4aaff #aad6ff

Monochromatic Colors of #aaabff

#aaabff

Complementary Color

#aaabff #fffeaa

#aaabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabff Color CSS Codes

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

#aaabff Text Font Color

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

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


#aaabff Background Color

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

This div background color is #aaabff


#aaabff Border Color

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

This div border color is #aaabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabff


Comments

No comments written yet.

Please login to write comment.