Color Hex Logo

#a9cdad Color Hex

#A9CDAD
(169,205,173)
0 Favorites   0 Comments

Color spaces of #a9cdad

RGB 169205173
HSL0.350.260.73
HSV127°18°80°
CMYK 0.180.000.16   0.20
XYZ45.736355.114847.7628
Yxy55.11480.30780.3709
Hunter Lab74.2393-19.951213.8226
CIE-Lab79.1073-18.133612.0145

#a9cdad color RGB value is (169,205,173).

#a9cdad hex color red value is 169, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a9cdad hue: 0.35 , saturation: 0.26 and the lightness value of a9cdad is 0.73.

The process color (four color CMYK) of #a9cdad color hex is 0.18, 0.00, 0.16, 0.20. Web safe color of #a9cdad is #99cc99. Color #a9cdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001101 10101101
Octal 251 315 255
Decimal 169 205 173
Hex A9 CD AD

RGB Percentages of Color #a9cdad

%30.90
%37.48
%31.63

CMYK Percentages of Color #a9cdad

%18
%0
%16
%20

Triadic Colors of #a9cdad

#a9cdad #ada9cd #cdada9

Analogous Colors of #a9cdad

#a9cdad #a9cdbf #b7cda9

Monochromatic Colors of #a9cdad

#a9cdad

Complementary Color

#a9cdad #cda9c9

#a9cdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cdad Color CSS Codes

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

#a9cdad Text Font Color

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

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


#a9cdad Background Color

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

This div background color is #a9cdad


#a9cdad Border Color

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

This div border color is #a9cdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cdad


Comments

No comments written yet.

Please login to write comment.