Color Hex Logo

#acf96f Color Hex

#ACF96F
(172,249,111)
0 Favorites   0 Comments

Color spaces of #acf96f

RGB 172249111
HSL0.260.920.71
HSV93°55°98°
CMYK 0.310.000.55   0.02
XYZ53.758277.669727.1973
Yxy77.66970.33890.4896
Hunter Lab88.1304-45.346043.3942
CIE-Lab90.6290-46.110957.8871

#acf96f color RGB value is (172,249,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01101111
Octal 254 371 157
Decimal 172 249 111
Hex AC F9 6F

RGB Percentages of Color #acf96f

%32.33
%46.80
%20.86

CMYK Percentages of Color #acf96f

%31
%0
%55
%2

Triadic Colors of #acf96f

#acf96f #6facf9 #f96fac

Analogous Colors of #acf96f

#acf96f #6ff977 #f1f96f

Monochromatic Colors of #acf96f

#acf96f

Complementary Color

#acf96f #bc6ff9

#acf96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf96f Color CSS Codes

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

#acf96f Text Font Color

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

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


#acf96f Background Color

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

This div background color is #acf96f


#acf96f Border Color

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

This div border color is #acf96f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,249,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 #acf96f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf96f


Comments

No comments written yet.

Please login to write comment.