Color Hex Logo

#acf97a Color Hex

#ACF97A
(172,249,122)
0 Favorites   0 Comments

Color spaces of #acf97a

RGB 172249122
HSL0.270.910.73
HSV96°51°98°
CMYK 0.310.000.51   0.02
XYZ54.401877.927230.5865
Yxy77.92720.33390.4783
Hunter Lab88.2764-44.480141.2503
CIE-Lab90.7467-44.974653.0615

#acf97a color RGB value is (172,249,122).

#acf97a hex color red value is 172, green value is 249 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acf97a hue: 0.27 , saturation: 0.91 and the lightness value of acf97a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01111010
Octal 254 371 172
Decimal 172 249 122
Hex AC F9 7A

RGB Percentages of Color #acf97a

%31.68
%45.86
%22.47

CMYK Percentages of Color #acf97a

%31
%0
%51
%2

Triadic Colors of #acf97a

#acf97a #7aacf9 #f97aac

Analogous Colors of #acf97a

#acf97a #7af988 #ecf97a

Monochromatic Colors of #acf97a

#acf97a

Complementary Color

#acf97a #c77af9

#acf97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf97a Color CSS Codes

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

#acf97a Text Font Color

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

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


#acf97a Background Color

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

This div background color is #acf97a


#acf97a Border Color

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

This div border color is #acf97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf97a


Comments

No comments written yet.

Please login to write comment.