Color Hex Logo

#a9ccdc Color Hex

#A9CCDC
(169,204,220)
0 Favorites   0 Comments

Color spaces of #a9ccdc

RGB 169204220
HSL0.550.420.76
HSV199°23°86°
CMYK 0.230.070.00   0.14
XYZ50.873356.788175.9900
Yxy56.78810.27700.3092
Hunter Lab75.3579-11.3728-7.0368
CIE-Lab80.0603-8.0892-11.7823

#a9ccdc color RGB value is (169,204,220).

#a9ccdc hex color red value is 169, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a9ccdc hue: 0.55 , saturation: 0.42 and the lightness value of a9ccdc is 0.76.

The process color (four color CMYK) of #a9ccdc color hex is 0.23, 0.07, 0.00, 0.14. Web safe color of #a9ccdc is #99cccc. Color #a9ccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001100 11011100
Octal 251 314 334
Decimal 169 204 220
Hex A9 CC DC

RGB Percentages of Color #a9ccdc

%28.50
%34.40
%37.10

CMYK Percentages of Color #a9ccdc

%23
%7
%0
%14

Triadic Colors of #a9ccdc

#a9ccdc #dca9cc #ccdca9

Analogous Colors of #a9ccdc

#a9ccdc #a9b3dc #a9dcd3

Monochromatic Colors of #a9ccdc

#a9ccdc

Complementary Color

#a9ccdc #dcb9a9

#a9ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ccdc Color CSS Codes

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

#a9ccdc Text Font Color

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

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


#a9ccdc Background Color

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

This div background color is #a9ccdc


#a9ccdc Border Color

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

This div border color is #a9ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ccdc


Comments

No comments written yet.

Please login to write comment.