Color Hex Logo

#a99aee Color Hex

#A99AEE
(169,154,238)
0 Favorites   0 Comments

Color spaces of #a99aee

RGB 169154238
HSL0.700.710.77
HSV251°35°93°
CMYK 0.290.350.00   0.07
XYZ43.350437.719385.8847
Yxy37.71930.25970.2259
Hunter Lab61.416018.5158-39.9204
CIE-Lab67.813223.6128-40.2859

#a99aee color RGB value is (169,154,238).

#a99aee hex color red value is 169, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a99aee hue: 0.70 , saturation: 0.71 and the lightness value of a99aee is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011010 11101110
Octal 251 232 356
Decimal 169 154 238
Hex A9 9A EE

RGB Percentages of Color #a99aee

%30.12
%27.45
%42.42

CMYK Percentages of Color #a99aee

%29
%35
%0
%7

Triadic Colors of #a99aee

#a99aee #eea99a #9aeea9

Analogous Colors of #a99aee

#a99aee #d39aee #9ab5ee

Monochromatic Colors of #a99aee

#a99aee

Complementary Color

#a99aee #dfee9a

#a99aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99aee Color CSS Codes

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

#a99aee Text Font Color

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

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


#a99aee Background Color

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

This div background color is #a99aee


#a99aee Border Color

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

This div border color is #a99aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99aee


Comments

No comments written yet.

Please login to write comment.