Color Hex Logo

#aaaaf4 Color Hex

#AAAAF4
(170,170,244)
0 Favorites   0 Comments

Color spaces of #aaaaf4

RGB 170170244
HSL0.670.770.81
HSV240°30°96°
CMYK 0.300.300.00   0.04
XYZ47.281443.827291.5554
Yxy43.82720.25880.2399
Hunter Lab66.202111.6306-35.6547
CIE-Lab72.112816.3785-36.8535

#aaaaf4 color RGB value is (170,170,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11110100
Octal 252 252 364
Decimal 170 170 244
Hex AA AA F4

RGB Percentages of Color #aaaaf4

%29.11
%29.11
%41.78

CMYK Percentages of Color #aaaaf4

%30
%30
%0
%4

Triadic Colors of #aaaaf4

#aaaaf4 #f4aaaa #aaf4aa

Analogous Colors of #aaaaf4

#aaaaf4 #cfaaf4 #aacff4

Monochromatic Colors of #aaaaf4

#aaaaf4

Complementary Color

#aaaaf4 #f4f4aa

#aaaaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaaf4 Color CSS Codes

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

#aaaaf4 Text Font Color

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

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


#aaaaf4 Background Color

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

This div background color is #aaaaf4


#aaaaf4 Border Color

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

This div border color is #aaaaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaaf4


Comments

No comments written yet.

Please login to write comment.