Color Hex Logo

#acf97f Color Hex

#ACF97F
(172,249,127)
0 Favorites   0 Comments

Color spaces of #acf97f

RGB 172249127
HSL0.270.910.74
HSV98°49°98°
CMYK 0.310.000.49   0.02
XYZ54.719778.054332.2606
Yxy78.05430.33160.4730
Hunter Lab88.3483-44.053340.1940
CIE-Lab90.8047-44.417650.8141

#acf97f color RGB value is (172,249,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01111111
Octal 254 371 177
Decimal 172 249 127
Hex AC F9 7F

RGB Percentages of Color #acf97f

%31.39
%45.44
%23.18

CMYK Percentages of Color #acf97f

%31
%0
%49
%2

Triadic Colors of #acf97f

#acf97f #7facf9 #f97fac

Analogous Colors of #acf97f

#acf97f #7ff98f #e9f97f

Monochromatic Colors of #acf97f

#acf97f

Complementary Color

#acf97f #cc7ff9

#acf97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf97f Color CSS Codes

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

#acf97f Text Font Color

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

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


#acf97f Background Color

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

This div background color is #acf97f


#acf97f Border Color

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

This div border color is #acf97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf97f


Comments

No comments written yet.

Please login to write comment.