Color Hex Logo

#acfa8e Color Hex

#ACFA8E
(172,250,142)
0 Favorites   0 Comments

Color spaces of #acfa8e

RGB 172250142
HSL0.290.920.77
HSV103°43°98°
CMYK 0.310.000.43   0.02
XYZ56.081379.094937.9022
Yxy79.09490.32400.4570
Hunter Lab88.9353-43.077336.9867
CIE-Lab91.2772-43.032644.2702

#acfa8e color RGB value is (172,250,142).

#acfa8e hex color red value is 172, green value is 250 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #acfa8e hue: 0.29 , saturation: 0.92 and the lightness value of acfa8e is 0.77.

The process color (four color CMYK) of #acfa8e color hex is 0.31, 0.00, 0.43, 0.02. Web safe color of #acfa8e is #99ff99. Color #acfa8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 10001110
Octal 254 372 216
Decimal 172 250 142
Hex AC FA 8E

RGB Percentages of Color #acfa8e

%30.50
%44.33
%25.18

CMYK Percentages of Color #acfa8e

%31
%0
%43
%2

Triadic Colors of #acfa8e

#acfa8e #8eacfa #fa8eac

Analogous Colors of #acfa8e

#acfa8e #8efaa6 #e2fa8e

Monochromatic Colors of #acfa8e

#acfa8e

Complementary Color

#acfa8e #dc8efa

#acfa8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfa8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfa8e Color CSS Codes

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

#acfa8e Text Font Color

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

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


#acfa8e Background Color

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

This div background color is #acfa8e


#acfa8e Border Color

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

This div border color is #acfa8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfa8e

Related Colors


Comments

No comments written yet.

Please login to write comment.