Color Hex Logo

#a9dcca Color Hex

#A9DCCA
(169,220,202)
0 Favorites   0 Comments

Color spaces of #a9dcca

RGB 169220202
HSL0.440.420.76
HSV159°23°86°
CMYK 0.230.000.08   0.14
XYZ52.616163.885765.4351
Yxy63.88570.28920.3511
Hunter Lab79.9285-22.37037.4110
CIE-Lab83.9062-20.08283.4750

#a9dcca color RGB value is (169,220,202).

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

The process color (four color CMYK) of #a9dcca color hex is 0.23, 0.00, 0.08, 0.14. Web safe color of #a9dcca is #99cccc. Color #a9dcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011100 11001010
Octal 251 334 312
Decimal 169 220 202
Hex A9 DC CA

RGB Percentages of Color #a9dcca

%28.60
%37.23
%34.18

CMYK Percentages of Color #a9dcca

%23
%0
%8
%14

Triadic Colors of #a9dcca

#a9dcca #caa9dc #dccaa9

Analogous Colors of #a9dcca

#a9dcca #a9d5dc #a9dcb1

Monochromatic Colors of #a9dcca

#a9dcca

Complementary Color

#a9dcca #dca9bb

#a9dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dcca Color CSS Codes

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

#a9dcca Text Font Color

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

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


#a9dcca Background Color

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

This div background color is #a9dcca


#a9dcca Border Color

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

This div border color is #a9dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dcca


Comments

No comments written yet.

Please login to write comment.