Color Hex Logo

#a9dadf Color Hex

#A9DADF
(169,218,223)
0 Favorites   0 Comments

Color spaces of #a9dadf

RGB 169218223
HSL0.520.460.77
HSV186°24°87°
CMYK 0.240.020.00   0.13
XYZ54.752963.905579.2613
Yxy63.90550.27660.3229
Hunter Lab79.9409-17.6389-2.8273
CIE-Lab83.9165-14.6432-7.6436

#a9dadf color RGB value is (169,218,223).

#a9dadf hex color red value is 169, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a9dadf hue: 0.52 , saturation: 0.46 and the lightness value of a9dadf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011010 11011111
Octal 251 332 337
Decimal 169 218 223
Hex A9 DA DF

RGB Percentages of Color #a9dadf

%27.70
%35.74
%36.56

CMYK Percentages of Color #a9dadf

%24
%2
%0
%13

Triadic Colors of #a9dadf

#a9dadf #dfa9da #dadfa9

Analogous Colors of #a9dadf

#a9dadf #a9bfdf #a9dfc9

Monochromatic Colors of #a9dadf

#a9dadf

Complementary Color

#a9dadf #dfaea9

#a9dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dadf Color CSS Codes

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

#a9dadf Text Font Color

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

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


#a9dadf Background Color

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

This div background color is #a9dadf


#a9dadf Border Color

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

This div border color is #a9dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dadf


Comments

No comments written yet.

Please login to write comment.