Color Hex Logo

#acdfa9 Color Hex

#ACDFA9
(172,223,169)
0 Favorites   0 Comments

Color spaces of #acdfa9

RGB 172223169
HSL0.320.460.77
HSV117°24°87°
CMYK 0.230.000.24   0.13
XYZ50.562464.410647.3037
Yxy64.41060.31160.3969
Hunter Lab80.2562-27.991221.2333
CIE-Lab84.1791-26.671421.2473

#acdfa9 color RGB value is (172,223,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10101001
Octal 254 337 251
Decimal 172 223 169
Hex AC DF A9

RGB Percentages of Color #acdfa9

%30.50
%39.54
%29.96

CMYK Percentages of Color #acdfa9

%23
%0
%24
%13

Triadic Colors of #acdfa9

#acdfa9 #a9acdf #dfa9ac

Analogous Colors of #acdfa9

#acdfa9 #a9dfc1 #c7dfa9

Monochromatic Colors of #acdfa9

#acdfa9

Complementary Color

#acdfa9 #dca9df

#acdfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfa9 Color CSS Codes

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

#acdfa9 Text Font Color

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

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


#acdfa9 Background Color

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

This div background color is #acdfa9


#acdfa9 Border Color

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

This div border color is #acdfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfa9


Comments

No comments written yet.

Please login to write comment.