Color Hex Logo

#a9ccdf Color Hex

#A9CCDF
(169,204,223)
0 Favorites   0 Comments

Color spaces of #a9ccdf

RGB 169204223
HSL0.560.460.77
HSV201°24°87°
CMYK 0.240.090.00   0.13
XYZ51.274356.948578.1017
Yxy56.94850.27520.3056
Hunter Lab75.4642-10.7803-8.5372
CIE-Lab80.1506-7.4148-13.2549

#a9ccdf color RGB value is (169,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001100 11011111
Octal 251 314 337
Decimal 169 204 223
Hex A9 CC DF

RGB Percentages of Color #a9ccdf

%28.36
%34.23
%37.42

CMYK Percentages of Color #a9ccdf

%24
%9
%0
%13

Triadic Colors of #a9ccdf

#a9ccdf #dfa9cc #ccdfa9

Analogous Colors of #a9ccdf

#a9ccdf #a9b1df #a9dfd7

Monochromatic Colors of #a9ccdf

#a9ccdf

Complementary Color

#a9ccdf #dfbca9

#a9ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ccdf Color CSS Codes

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

#a9ccdf Text Font Color

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

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


#a9ccdf Background Color

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

This div background color is #a9ccdf


#a9ccdf Border Color

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

This div border color is #a9ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ccdf


Comments

No comments written yet.

Please login to write comment.