Color Hex Logo

#a9addd Color Hex

#A9ADDD
(169,173,221)
0 Favorites   0 Comments

Color spaces of #a9addd

RGB 169173221
HSL0.650.430.76
HSV235°24°87°
CMYK 0.240.220.00   0.13
XYZ44.356943.542674.4733
Yxy43.54260.27320.2682
Hunter Lab65.98684.5123-20.7244
CIE-Lab71.92178.8597-24.6261

#a9addd color RGB value is (169,173,221).

#a9addd hex color red value is 169, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a9addd hue: 0.65 , saturation: 0.43 and the lightness value of a9addd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101101 11011101
Octal 251 255 335
Decimal 169 173 221
Hex A9 AD DD

RGB Percentages of Color #a9addd

%30.02
%30.73
%39.25

CMYK Percentages of Color #a9addd

%24
%22
%0
%13

Triadic Colors of #a9addd

#a9addd #dda9ad #addda9

Analogous Colors of #a9addd

#a9addd #bfa9dd #a9c7dd

Monochromatic Colors of #a9addd

#a9addd

Complementary Color

#a9addd #ddd9a9

#a9addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9addd Color CSS Codes

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

#a9addd Text Font Color

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

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


#a9addd Background Color

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

This div background color is #a9addd


#a9addd Border Color

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

This div border color is #a9addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9addd


Comments

No comments written yet.

Please login to write comment.