Color Hex Logo

#aaaff5 Color Hex

#AAAFF5
(170,175,245)
0 Favorites   0 Comments

Color spaces of #aaaff5

RGB 170175245
HSL0.660.790.81
HSV236°31°96°
CMYK 0.310.290.00   0.04
XYZ48.389045.798692.6758
Yxy45.79860.25900.2451
Hunter Lab67.67479.2011-33.8213
CIE-Lab73.414713.8369-35.3759

#aaaff5 color RGB value is (170,175,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11110101
Octal 252 257 365
Decimal 170 175 245
Hex AA AF F5

RGB Percentages of Color #aaaff5

%28.81
%29.66
%41.53

CMYK Percentages of Color #aaaff5

%31
%29
%0
%4

Triadic Colors of #aaaff5

#aaaff5 #f5aaaf #aff5aa

Analogous Colors of #aaaff5

#aaaff5 #cbaaf5 #aad5f5

Monochromatic Colors of #aaaff5

#aaaff5

Complementary Color

#aaaff5 #f5f0aa

#aaaff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaff5 Color CSS Codes

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

#aaaff5 Text Font Color

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

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


#aaaff5 Background Color

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

This div background color is #aaaff5


#aaaff5 Border Color

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

This div border color is #aaaff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaff5


Comments

No comments written yet.

Please login to write comment.