Color Hex Logo

#a9cadf Color Hex

#A9CADF
(169,202,223)
0 Favorites   0 Comments

Color spaces of #a9cadf

RGB 169202223
HSL0.560.460.77
HSV203°24°87°
CMYK 0.240.090.00   0.13
XYZ50.802056.003877.9443
Yxy56.00380.27500.3031
Hunter Lab74.8357-9.7882-9.3679
CIE-Lab79.6160-6.3639-14.0563

#a9cadf color RGB value is (169,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001010 11011111
Octal 251 312 337
Decimal 169 202 223
Hex A9 CA DF

RGB Percentages of Color #a9cadf

%28.45
%34.01
%37.54

CMYK Percentages of Color #a9cadf

%24
%9
%0
%13

Triadic Colors of #a9cadf

#a9cadf #dfa9ca #cadfa9

Analogous Colors of #a9cadf

#a9cadf #a9afdf #a9dfd9

Monochromatic Colors of #a9cadf

#a9cadf

Complementary Color

#a9cadf #dfbea9

#a9cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cadf Color CSS Codes

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

#a9cadf Text Font Color

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

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


#a9cadf Background Color

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

This div background color is #a9cadf


#a9cadf Border Color

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

This div border color is #a9cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cadf


Comments

No comments written yet.

Please login to write comment.