Color Hex Logo

#acf16f Color Hex

#ACF16F
(172,241,111)
0 Favorites   0 Comments

Color spaces of #acf16f

RGB 172241111
HSL0.260.820.69
HSV92°54°95°
CMYK 0.290.000.54   0.05
XYZ51.337872.828926.3905
Yxy72.82890.34100.4837
Hunter Lab85.3399-41.964741.4031
CIE-Lab88.3660-42.658255.2436

#acf16f color RGB value is (172,241,111).

#acf16f hex color red value is 172, green value is 241 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #acf16f hue: 0.26 , saturation: 0.82 and the lightness value of acf16f is 0.69.

The process color (four color CMYK) of #acf16f color hex is 0.29, 0.00, 0.54, 0.05. Web safe color of #acf16f is #99ff66. Color #acf16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110001 01101111
Octal 254 361 157
Decimal 172 241 111
Hex AC F1 6F

RGB Percentages of Color #acf16f

%32.82
%45.99
%21.18

CMYK Percentages of Color #acf16f

%29
%0
%54
%5

Triadic Colors of #acf16f

#acf16f #6facf1 #f16fac

Analogous Colors of #acf16f

#acf16f #6ff173 #edf16f

Monochromatic Colors of #acf16f

#acf16f

Complementary Color

#acf16f #b46ff1

#acf16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf16f Color CSS Codes

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

#acf16f Text Font Color

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

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


#acf16f Background Color

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

This div background color is #acf16f


#acf16f Border Color

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

This div border color is #acf16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf16f


Comments

No comments written yet.

Please login to write comment.