Color Hex Logo

#acffaa Color Hex

#ACFFAA
(172,255,170)
0 Favorites   0 Comments

Color spaces of #acffaa

RGB 172255170
HSL0.331.000.83
HSV119°33°100°
CMYK 0.330.000.33   0.00
XYZ60.029083.192950.9242
Yxy83.19290.30920.4285
Hunter Lab91.2101-42.139830.7445
CIE-Lab93.0988-41.266532.8563

#acffaa color RGB value is (172,255,170).

#acffaa hex color red value is 172, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #acffaa hue: 0.33 , saturation: 1.00 and the lightness value of acffaa is 0.83.

The process color (four color CMYK) of #acffaa color hex is 0.33, 0.00, 0.33, 0.00. Web safe color of #acffaa is #99ff99. Color #acffaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10101010
Octal 254 377 252
Decimal 172 255 170
Hex AC FF AA

RGB Percentages of Color #acffaa

%28.81
%42.71
%28.48

CMYK Percentages of Color #acffaa

%33
%0
%33
%0

Triadic Colors of #acffaa

#acffaa #aaacff #ffaaac

Analogous Colors of #acffaa

#acffaa #aaffd3 #d7ffaa

Monochromatic Colors of #acffaa

#acffaa

Complementary Color

#acffaa #fdaaff

#acffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffaa Color CSS Codes

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

#acffaa Text Font Color

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

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


#acffaa Background Color

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

This div background color is #acffaa


#acffaa Border Color

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

This div border color is #acffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffaa


Comments

No comments written yet.

Please login to write comment.