Color Hex Logo

#a9decd Color Hex

#A9DECD
(169,222,205)
0 Favorites   0 Comments

Color spaces of #a9decd

RGB 169222205
HSL0.450.450.77
HSV161°24°87°
CMYK 0.240.000.08   0.13
XYZ53.502965.085367.5004
Yxy65.08530.28750.3498
Hunter Lab80.6755-22.80326.8654
CIE-Lab84.5277-20.46782.7891

#a9decd color RGB value is (169,222,205).

#a9decd hex color red value is 169, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a9decd hue: 0.45 , saturation: 0.45 and the lightness value of a9decd is 0.77.

The process color (four color CMYK) of #a9decd color hex is 0.24, 0.00, 0.08, 0.13. Web safe color of #a9decd is #99cccc. Color #a9decd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011110 11001101
Octal 251 336 315
Decimal 169 222 205
Hex A9 DE CD

RGB Percentages of Color #a9decd

%28.36
%37.25
%34.40

CMYK Percentages of Color #a9decd

%24
%0
%8
%13

Triadic Colors of #a9decd

#a9decd #cda9de #decda9

Analogous Colors of #a9decd

#a9decd #a9d5de #a9deb3

Monochromatic Colors of #a9decd

#a9decd

Complementary Color

#a9decd #dea9ba

#a9decd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9decd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9decd Color CSS Codes

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

#a9decd Text Font Color

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

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


#a9decd Background Color

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

This div background color is #a9decd


#a9decd Border Color

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

This div border color is #a9decd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9decd


Comments

No comments written yet.

Please login to write comment.