Color Hex Logo

#aaaffe Color Hex

#AAAFFE
(170,175,254)
0 Favorites   0 Comments

Color spaces of #aaaffe

RGB 170175254
HSL0.660.980.83
HSV236°33°100°
CMYK 0.330.310.00   0.00
XYZ49.796946.3617100.0901
Yxy46.36170.25370.2362
Hunter Lab68.089411.3887-39.4925
CIE-Lab73.779616.0989-39.6721

#aaaffe color RGB value is (170,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11111110
Octal 252 257 376
Decimal 170 175 254
Hex AA AF FE

RGB Percentages of Color #aaaffe

%28.38
%29.22
%42.40

CMYK Percentages of Color #aaaffe

%33
%31
%0
%0

Triadic Colors of #aaaffe

#aaaffe #feaaaf #affeaa

Analogous Colors of #aaaffe

#aaaffe #cfaafe #aad9fe

Monochromatic Colors of #aaaffe

#aaaffe

Complementary Color

#aaaffe #fef9aa

#aaaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaffe Color CSS Codes

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

#aaaffe Text Font Color

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

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


#aaaffe Background Color

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

This div background color is #aaaffe


#aaaffe Border Color

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

This div border color is #aaaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaffe


Comments

No comments written yet.

Please login to write comment.