Color Hex Logo

#a9cdde Color Hex

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

Color spaces of #a9cdde

RGB 169205222
HSL0.550.450.77
HSV199°24°87°
CMYK 0.240.080.00   0.13
XYZ51.378357.371677.4731
Yxy57.37160.27590.3081
Hunter Lab75.7440-11.4729-7.6226
CIE-Lab80.3881-8.1636-12.3637

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

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

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

Base Numbers

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

RGB Percentages of Color #a9cdde

%28.36
%34.40
%37.25

CMYK Percentages of Color #a9cdde

%24
%8
%0
%13

Triadic Colors of #a9cdde

#a9cdde #dea9cd #cddea9

Analogous Colors of #a9cdde

#a9cdde #a9b3de #a9ded5

Monochromatic Colors of #a9cdde

#a9cdde

Complementary Color

#a9cdde #debaa9

#a9cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cdde Color CSS Codes

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

#a9cdde Text Font Color

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

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


#a9cdde Background Color

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

This div background color is #a9cdde


#a9cdde Border Color

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

This div border color is #a9cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cdde


Comments

No comments written yet.

Please login to write comment.