Color Hex Logo

#acf86d Color Hex

#ACF86D
(172,248,109)
0 Favorites   0 Comments

Color spaces of #acf86d

RGB 172248109
HSL0.260.910.70
HSV93°56°97°
CMYK 0.310.000.56   0.03
XYZ53.341077.009626.5210
Yxy77.00960.34000.4909
Hunter Lab87.7551-45.072143.5102
CIE-Lab90.3260-45.877658.4176

#acf86d color RGB value is (172,248,109).

#acf86d hex color red value is 172, green value is 248 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #acf86d hue: 0.26 , saturation: 0.91 and the lightness value of acf86d is 0.70.

The process color (four color CMYK) of #acf86d color hex is 0.31, 0.00, 0.56, 0.03. Web safe color of #acf86d is #99ff66. Color #acf86d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 01101101
Octal 254 370 155
Decimal 172 248 109
Hex AC F8 6D

RGB Percentages of Color #acf86d

%32.51
%46.88
%20.60

CMYK Percentages of Color #acf86d

%31
%0
%56
%3

Triadic Colors of #acf86d

#acf86d #6dacf8 #f86dac

Analogous Colors of #acf86d

#acf86d #6df874 #f2f86d

Monochromatic Colors of #acf86d

#acf86d

Complementary Color

#acf86d #b96df8

#acf86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf86d Color CSS Codes

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

#acf86d Text Font Color

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

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


#acf86d Background Color

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

This div background color is #acf86d


#acf86d Border Color

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

This div border color is #acf86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf86d


Comments

No comments written yet.

Please login to write comment.