Color Hex Logo

#add1ac Color Hex

#ADD1AC
(173,209,172)
0 Favorites   0 Comments

Color spaces of #add1ac

RGB 173209172
HSL0.330.290.75
HSV118°18°82°
CMYK 0.170.000.18   0.18
XYZ47.480457.463747.6188
Yxy57.46370.31120.3767
Hunter Lab75.8048-20.854815.8188
CIE-Lab80.4397-18.958114.4645

#add1ac color RGB value is (173,209,172).

#add1ac hex color red value is 173, green value is 209 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #add1ac hue: 0.33 , saturation: 0.29 and the lightness value of add1ac is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 10101100
Octal 255 321 254
Decimal 173 209 172
Hex AD D1 AC

RGB Percentages of Color #add1ac

%31.23
%37.73
%31.05

CMYK Percentages of Color #add1ac

%17
%0
%18
%18

Triadic Colors of #add1ac

#add1ac #acadd1 #d1acad

Analogous Colors of #add1ac

#add1ac #acd1be #c0d1ac

Monochromatic Colors of #add1ac

#add1ac

Complementary Color

#add1ac #d0acd1

#add1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#add1ac Color CSS Codes

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

#add1ac Text Font Color

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

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


#add1ac Background Color

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

This div background color is #add1ac


#add1ac Border Color

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

This div border color is #add1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add1ac


Comments

No comments written yet.

Please login to write comment.