Color Hex Logo

#a9dfad Color Hex

#A9DFAD
(169,223,173)
0 Favorites   0 Comments

Color spaces of #a9dfad

RGB 169223173
HSL0.350.460.77
HSV124°24°87°
CMYK 0.240.000.22   0.13
XYZ50.292764.227549.2816
Yxy64.22750.30700.3921
Hunter Lab80.1421-28.231919.6404
CIE-Lab84.0841-26.983519.0011

#a9dfad color RGB value is (169,223,173).

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

The process color (four color CMYK) of #a9dfad color hex is 0.24, 0.00, 0.22, 0.13. Web safe color of #a9dfad is #99cc99. Color #a9dfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 10101101
Octal 251 337 255
Decimal 169 223 173
Hex A9 DF AD

RGB Percentages of Color #a9dfad

%29.91
%39.47
%30.62

CMYK Percentages of Color #a9dfad

%24
%0
%22
%13

Triadic Colors of #a9dfad

#a9dfad #ada9df #dfada9

Analogous Colors of #a9dfad

#a9dfad #a9dfc8 #c0dfa9

Monochromatic Colors of #a9dfad

#a9dfad

Complementary Color

#a9dfad #dfa9db

#a9dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dfad Color CSS Codes

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

#a9dfad Text Font Color

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

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


#a9dfad Background Color

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

This div background color is #a9dfad


#a9dfad Border Color

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

This div border color is #a9dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dfad


Comments

No comments written yet.

Please login to write comment.