Color Hex Logo

#aaaaff Color Hex

#AAAAFF
(170,170,255)
5 Favorites   1 Comments

Color spaces of #aaaaff

RGB 170170255
HSL0.671.000.83
HSV240°33°100°
CMYK 0.330.330.00   0.00
XYZ49.002344.5155100.6174
Yxy44.51550.25240.2293
Hunter Lab66.719914.3390-42.7087
CIE-Lab72.571719.1499-42.0955

#aaaaff color RGB value is (170,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11111111
Octal 252 252 377
Decimal 170 170 255
Hex AA AA FF

RGB Percentages of Color #aaaaff

%28.57
%28.57
%42.86

CMYK Percentages of Color #aaaaff

%33
%33
%0
%0

Triadic Colors of #aaaaff

#aaaaff #ffaaaa #aaffaa

Analogous Colors of #aaaaff

#aaaaff #d5aaff #aad5ff

Monochromatic Colors of #aaaaff

#aaaaff

Complementary Color

#aaaaff #ffffaa

#aaaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaaff Color CSS Codes

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

#aaaaff Text Font Color

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

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


#aaaaff Background Color

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

This div background color is #aaaaff


#aaaaff Border Color

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

This div border color is #aaaaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,170,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 #aaaaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaaff


Comments

4 Jan 2023, 0:26 catqueenh_2

a nice pale blue.

Please login to write comment.