Color Hex Logo

#a9d1de Color Hex

#A9D1DE
(169,209,222)
0 Favorites   0 Comments

Color spaces of #a9d1de

RGB 169209222
HSL0.540.450.77
HSV195°24°87°
CMYK 0.240.060.00   0.13
XYZ52.347559.309977.7962
Yxy59.30990.27630.3131
Hunter Lab77.0129-13.4419-5.9840
CIE-Lab81.4616-10.2456-10.7607

#a9d1de color RGB value is (169,209,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010001 11011110
Octal 251 321 336
Decimal 169 209 222
Hex A9 D1 DE

RGB Percentages of Color #a9d1de

%28.17
%34.83
%37.00

CMYK Percentages of Color #a9d1de

%24
%6
%0
%13

Triadic Colors of #a9d1de

#a9d1de #dea9d1 #d1dea9

Analogous Colors of #a9d1de

#a9d1de #a9b7de #a9ded1

Monochromatic Colors of #a9d1de

#a9d1de

Complementary Color

#a9d1de #deb6a9

#a9d1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d1de Color CSS Codes

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

#a9d1de Text Font Color

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

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


#a9d1de Background Color

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

This div background color is #a9d1de


#a9d1de Border Color

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

This div border color is #a9d1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d1de


Comments

No comments written yet.

Please login to write comment.