Color Hex Logo

#aaaae4 Color Hex

#AAAAE4
(170,170,228)
0 Favorites   0 Comments

Color spaces of #aaaae4

RGB 170170228
HSL0.670.520.78
HSV240°25°89°
CMYK 0.250.250.00   0.11
XYZ44.955942.896979.3093
Yxy42.89690.26890.2566
Hunter Lab65.49577.9039-25.9477
CIE-Lab71.484912.4803-29.1137

#aaaae4 color RGB value is (170,170,228).

#aaaae4 hex color red value is 170, green value is 170 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #aaaae4 hue: 0.67 , saturation: 0.52 and the lightness value of aaaae4 is 0.78.

The process color (four color CMYK) of #aaaae4 color hex is 0.25, 0.25, 0.00, 0.11. Web safe color of #aaaae4 is #9999cc. Color #aaaae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11100100
Octal 252 252 344
Decimal 170 170 228
Hex AA AA E4

RGB Percentages of Color #aaaae4

%29.93
%29.93
%40.14

CMYK Percentages of Color #aaaae4

%25
%25
%0
%11

Triadic Colors of #aaaae4

#aaaae4 #e4aaaa #aae4aa

Analogous Colors of #aaaae4

#aaaae4 #c7aae4 #aac7e4

Monochromatic Colors of #aaaae4

#aaaae4

Complementary Color

#aaaae4 #e4e4aa

#aaaae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaae4 Color CSS Codes

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

#aaaae4 Text Font Color

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

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


#aaaae4 Background Color

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

This div background color is #aaaae4


#aaaae4 Border Color

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

This div border color is #aaaae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaae4


Comments

No comments written yet.

Please login to write comment.