Color Hex Logo

#acf3aa Color Hex

#ACF3AA
(172,243,170)
0 Favorites   0 Comments

Color spaces of #acf3aa

RGB 172243170
HSL0.330.750.81
HSV118°30°95°
CMYK 0.290.000.30   0.05
XYZ56.319575.774149.6877
Yxy75.77410.30980.4168
Hunter Lab87.0483-36.846627.0907
CIE-Lab89.7544-35.875628.3568

#acf3aa color RGB value is (172,243,170).

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

The process color (four color CMYK) of #acf3aa color hex is 0.29, 0.00, 0.30, 0.05. Web safe color of #acf3aa is #99ff99. Color #acf3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 10101010
Octal 254 363 252
Decimal 172 243 170
Hex AC F3 AA

RGB Percentages of Color #acf3aa

%29.40
%41.54
%29.06

CMYK Percentages of Color #acf3aa

%29
%0
%30
%5

Triadic Colors of #acf3aa

#acf3aa #aaacf3 #f3aaac

Analogous Colors of #acf3aa

#acf3aa #aaf3cd #d1f3aa

Monochromatic Colors of #acf3aa

#acf3aa

Complementary Color

#acf3aa #f1aaf3

#acf3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf3aa Color CSS Codes

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

#acf3aa Text Font Color

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

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


#acf3aa Background Color

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

This div background color is #acf3aa


#acf3aa Border Color

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

This div border color is #acf3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf3aa

#acf3aa Color Palettes


Comments

No comments written yet.

Please login to write comment.