Color Hex Logo

#a9ddaf Color Hex

#A9DDAF
(169,221,175)
0 Favorites   0 Comments

Color spaces of #a9ddaf

RGB 169221175
HSL0.350.430.76
HSV127°24°87°
CMYK 0.240.000.21   0.13
XYZ49.956563.243150.1316
Yxy63.24310.30590.3872
Hunter Lab79.5255-27.039218.2924
CIE-Lab83.5701-25.671317.2371

#a9ddaf color RGB value is (169,221,175).

#a9ddaf hex color red value is 169, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a9ddaf hue: 0.35 , saturation: 0.43 and the lightness value of a9ddaf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011101 10101111
Octal 251 335 257
Decimal 169 221 175
Hex A9 DD AF

RGB Percentages of Color #a9ddaf

%29.91
%39.12
%30.97

CMYK Percentages of Color #a9ddaf

%24
%0
%21
%13

Triadic Colors of #a9ddaf

#a9ddaf #afa9dd #ddafa9

Analogous Colors of #a9ddaf

#a9ddaf #a9ddc9 #bddda9

Monochromatic Colors of #a9ddaf

#a9ddaf

Complementary Color

#a9ddaf #dda9d7

#a9ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ddaf Color CSS Codes

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

#a9ddaf Text Font Color

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

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


#a9ddaf Background Color

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

This div background color is #a9ddaf


#a9ddaf Border Color

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

This div border color is #a9ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ddaf


Comments

No comments written yet.

Please login to write comment.