Color Hex Logo

#aaa4ee Color Hex

#AAA4EE
(170,164,238)
0 Favorites   0 Comments

Color spaces of #aaa4ee

RGB 170164238
HSL0.680.690.79
HSV245°31°93°
CMYK 0.290.310.00   0.07
XYZ45.285641.270086.4680
Yxy41.27000.26170.2385
Hunter Lab64.241713.4061-34.8339
CIE-Lab70.364718.2590-36.3043

#aaa4ee color RGB value is (170,164,238).

#aaa4ee hex color red value is 170, green value is 164 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aaa4ee hue: 0.68 , saturation: 0.69 and the lightness value of aaa4ee is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 11101110
Octal 252 244 356
Decimal 170 164 238
Hex AA A4 EE

RGB Percentages of Color #aaa4ee

%29.72
%28.67
%41.61

CMYK Percentages of Color #aaa4ee

%29
%31
%0
%7

Triadic Colors of #aaa4ee

#aaa4ee #eeaaa4 #a4eeaa

Analogous Colors of #aaa4ee

#aaa4ee #cfa4ee #a4c3ee

Monochromatic Colors of #aaa4ee

#aaa4ee

Complementary Color

#aaa4ee #e8eea4

#aaa4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa4ee Color CSS Codes

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

#aaa4ee Text Font Color

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

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


#aaa4ee Background Color

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

This div background color is #aaa4ee


#aaa4ee Border Color

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

This div border color is #aaa4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa4ee


Comments

No comments written yet.

Please login to write comment.