Color Hex Logo

#acdf9a Color Hex

#ACDF9A
(172,223,154)
0 Favorites   0 Comments

Color spaces of #acdf9a

RGB 172223154
HSL0.290.520.74
HSV104°31°87°
CMYK 0.230.000.31   0.13
XYZ49.233763.879140.3069
Yxy63.87910.32090.4164
Hunter Lab79.9244-29.911126.0464
CIE-Lab83.9028-29.060828.6411

#acdf9a color RGB value is (172,223,154).

#acdf9a hex color red value is 172, green value is 223 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acdf9a hue: 0.29 , saturation: 0.52 and the lightness value of acdf9a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10011010
Octal 254 337 232
Decimal 172 223 154
Hex AC DF 9A

RGB Percentages of Color #acdf9a

%31.33
%40.62
%28.05

CMYK Percentages of Color #acdf9a

%23
%0
%31
%13

Triadic Colors of #acdf9a

#acdf9a #9aacdf #df9aac

Analogous Colors of #acdf9a

#acdf9a #9adfab #cfdf9a

Monochromatic Colors of #acdf9a

#acdf9a

Complementary Color

#acdf9a #cd9adf

#acdf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf9a Color CSS Codes

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

#acdf9a Text Font Color

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

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


#acdf9a Background Color

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

This div background color is #acdf9a


#acdf9a Border Color

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

This div border color is #acdf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf9a


Comments

No comments written yet.

Please login to write comment.