Color Hex Logo

#aaaff1 Color Hex

#AAAFF1
(170,175,241)
0 Favorites   0 Comments

Color spaces of #aaaff1

RGB 170175241
HSL0.650.720.81
HSV236°29°95°
CMYK 0.290.270.00   0.05
XYZ47.784745.556989.4939
Yxy45.55690.26140.2492
Hunter Lab67.49598.2540-31.3665
CIE-Lab73.257112.8472-33.4530

#aaaff1 color RGB value is (170,175,241).

#aaaff1 hex color red value is 170, green value is 175 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #aaaff1 hue: 0.65 , saturation: 0.72 and the lightness value of aaaff1 is 0.81.

The process color (four color CMYK) of #aaaff1 color hex is 0.29, 0.27, 0.00, 0.05. Web safe color of #aaaff1 is #9999ff. Color #aaaff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11110001
Octal 252 257 361
Decimal 170 175 241
Hex AA AF F1

RGB Percentages of Color #aaaff1

%29.01
%29.86
%41.13

CMYK Percentages of Color #aaaff1

%29
%27
%0
%5

Triadic Colors of #aaaff1

#aaaff1 #f1aaaf #aff1aa

Analogous Colors of #aaaff1

#aaaff1 #c9aaf1 #aad3f1

Monochromatic Colors of #aaaff1

#aaaff1

Complementary Color

#aaaff1 #f1ecaa

#aaaff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaff1 Color CSS Codes

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

#aaaff1 Text Font Color

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

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


#aaaff1 Background Color

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

This div background color is #aaaff1


#aaaff1 Border Color

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

This div border color is #aaaff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaff1


Comments

No comments written yet.

Please login to write comment.