Color Hex Logo

#addfa9 Color Hex

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

Color spaces of #addfa9

RGB 173223169
HSL0.320.460.77
HSV116°24°87°
CMYK 0.220.000.24   0.13
XYZ50.782764.524247.3140
Yxy64.52420.31230.3968
Hunter Lab80.3270-27.724521.3060
CIE-Lab84.2380-26.337621.3378

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

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

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

Base Numbers

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

RGB Percentages of Color #addfa9

%30.62
%39.47
%29.91

CMYK Percentages of Color #addfa9

%22
%0
%24
%13

Triadic Colors of #addfa9

#addfa9 #a9addf #dfa9ad

Analogous Colors of #addfa9

#addfa9 #a9dfc0 #c8dfa9

Monochromatic Colors of #addfa9

#addfa9

Complementary Color

#addfa9 #dba9df

#addfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfa9 Color CSS Codes

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

#addfa9 Text Font Color

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

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


#addfa9 Background Color

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

This div background color is #addfa9


#addfa9 Border Color

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

This div border color is #addfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfa9


Comments

No comments written yet.

Please login to write comment.