Color Hex Logo

#acdda9 Color Hex

#ACDDA9
(172,221,169)
0 Favorites   0 Comments

Color spaces of #acdda9

RGB 172221169
HSL0.320.430.76
HSV117°24°87°
CMYK 0.220.000.24   0.13
XYZ50.031163.348147.1266
Yxy63.34810.31170.3947
Hunter Lab79.5915-27.080320.6081
CIE-Lab83.6252-25.708020.4816

#acdda9 color RGB value is (172,221,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 10101001
Octal 254 335 251
Decimal 172 221 169
Hex AC DD A9

RGB Percentages of Color #acdda9

%30.60
%39.32
%30.07

CMYK Percentages of Color #acdda9

%22
%0
%24
%13

Triadic Colors of #acdda9

#acdda9 #a9acdd #dda9ac

Analogous Colors of #acdda9

#acdda9 #a9ddc0 #c6dda9

Monochromatic Colors of #acdda9

#acdda9

Complementary Color

#acdda9 #daa9dd

#acdda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdda9 Color CSS Codes

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

#acdda9 Text Font Color

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

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


#acdda9 Background Color

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

This div background color is #acdda9


#acdda9 Border Color

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

This div border color is #acdda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdda9


Comments

No comments written yet.

Please login to write comment.