Color Hex Logo

#aaa3ee Color Hex

#AAA3EE
(170,163,238)
0 Favorites   0 Comments

Color spaces of #aaa3ee

RGB 170163238
HSL0.680.690.79
HSV246°32°93°
CMYK 0.290.320.00   0.07
XYZ45.107440.913586.4086
Yxy40.91350.26160.2373
Hunter Lab63.963713.9424-35.3204
CIE-Lab70.115318.8211-36.6918

#aaa3ee color RGB value is (170,163,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 11101110
Octal 252 243 356
Decimal 170 163 238
Hex AA A3 EE

RGB Percentages of Color #aaa3ee

%29.77
%28.55
%41.68

CMYK Percentages of Color #aaa3ee

%29
%32
%0
%7

Triadic Colors of #aaa3ee

#aaa3ee #eeaaa3 #a3eeaa

Analogous Colors of #aaa3ee

#aaa3ee #d0a3ee #a3c2ee

Monochromatic Colors of #aaa3ee

#aaa3ee

Complementary Color

#aaa3ee #e7eea3

#aaa3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa3ee Color CSS Codes

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

#aaa3ee Text Font Color

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

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


#aaa3ee Background Color

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

This div background color is #aaa3ee


#aaa3ee Border Color

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

This div border color is #aaa3ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,163,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 #aaa3ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa3ee


Comments

No comments written yet.

Please login to write comment.