Color Hex Logo

#acfa7e Color Hex

#ACFA7E
(172,250,126)
0 Favorites   0 Comments

Color spaces of #acfa7e

RGB 172250126
HSL0.270.930.74
HSV98°50°98°
CMYK 0.310.000.50   0.02
XYZ54.964878.648232.0223
Yxy78.64820.33180.4748
Hunter Lab88.6838-44.565340.6700
CIE-Lab91.0749-44.962151.6090

#acfa7e color RGB value is (172,250,126).

#acfa7e hex color red value is 172, green value is 250 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #acfa7e hue: 0.27 , saturation: 0.93 and the lightness value of acfa7e is 0.74.

The process color (four color CMYK) of #acfa7e color hex is 0.31, 0.00, 0.50, 0.02. Web safe color of #acfa7e is #99ff66. Color #acfa7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 01111110
Octal 254 372 176
Decimal 172 250 126
Hex AC FA 7E

RGB Percentages of Color #acfa7e

%31.39
%45.62
%22.99

CMYK Percentages of Color #acfa7e

%31
%0
%50
%2

Triadic Colors of #acfa7e

#acfa7e #7eacfa #fa7eac

Analogous Colors of #acfa7e

#acfa7e #7efa8e #eafa7e

Monochromatic Colors of #acfa7e

#acfa7e

Complementary Color

#acfa7e #cc7efa

#acfa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfa7e Color CSS Codes

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

#acfa7e Text Font Color

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

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


#acfa7e Background Color

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

This div background color is #acfa7e


#acfa7e Border Color

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

This div border color is #acfa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfa7e

Related Colors


Comments

No comments written yet.

Please login to write comment.