Color Hex Logo

#aaaaf6 Color Hex

#AAAAF6
(170,170,246)
0 Favorites   0 Comments

Color spaces of #aaaaf6

RGB 170170246
HSL0.670.810.82
HSV240°31°96°
CMYK 0.310.310.00   0.04
XYZ47.586843.949393.1637
Yxy43.94930.25760.2379
Hunter Lab66.294312.1144-36.9146
CIE-Lab72.194616.8773-37.8115

#aaaaf6 color RGB value is (170,170,246).

#aaaaf6 hex color red value is 170, green value is 170 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #aaaaf6 hue: 0.67 , saturation: 0.81 and the lightness value of aaaaf6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11110110
Octal 252 252 366
Decimal 170 170 246
Hex AA AA F6

RGB Percentages of Color #aaaaf6

%29.01
%29.01
%41.98

CMYK Percentages of Color #aaaaf6

%31
%31
%0
%4

Triadic Colors of #aaaaf6

#aaaaf6 #f6aaaa #aaf6aa

Analogous Colors of #aaaaf6

#aaaaf6 #d0aaf6 #aad0f6

Monochromatic Colors of #aaaaf6

#aaaaf6

Complementary Color

#aaaaf6 #f6f6aa

#aaaaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaaf6 Color CSS Codes

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

#aaaaf6 Text Font Color

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

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


#aaaaf6 Background Color

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

This div background color is #aaaaf6


#aaaaf6 Border Color

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

This div border color is #aaaaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaaf6


Comments

No comments written yet.

Please login to write comment.