Color Hex Logo

#a99dde Color Hex

#A99DDE
(169,157,222)
0 Favorites   0 Comments

Color spaces of #a99dde

RGB 169157222
HSL0.700.500.74
HSV251°29°87°
CMYK 0.240.290.00   0.13
XYZ41.604037.822974.2150
Yxy37.82290.27080.2462
Hunter Lab61.500313.1269-28.4975
CIE-Lab67.889918.0430-31.3736

#a99dde color RGB value is (169,157,222).

#a99dde hex color red value is 169, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a99dde hue: 0.70 , saturation: 0.50 and the lightness value of a99dde is 0.74.

The process color (four color CMYK) of #a99dde color hex is 0.24, 0.29, 0.00, 0.13. Web safe color of #a99dde is #9999cc. Color #a99dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011101 11011110
Octal 251 235 336
Decimal 169 157 222
Hex A9 9D DE

RGB Percentages of Color #a99dde

%30.84
%28.65
%40.51

CMYK Percentages of Color #a99dde

%24
%29
%0
%13

Triadic Colors of #a99dde

#a99dde #dea99d #9ddea9

Analogous Colors of #a99dde

#a99dde #ca9dde #9db2de

Monochromatic Colors of #a99dde

#a99dde

Complementary Color

#a99dde #d2de9d

#a99dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99dde Color CSS Codes

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

#a99dde Text Font Color

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

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


#a99dde Background Color

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

This div background color is #a99dde


#a99dde Border Color

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

This div border color is #a99dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99dde


Comments

No comments written yet.

Please login to write comment.