Color Hex Logo

#acf86a Color Hex

#ACF86A
(172,248,106)
0 Favorites   0 Comments

Color spaces of #acf86a

RGB 172248106
HSL0.260.910.69
HSV92°57°97°
CMYK 0.310.000.57   0.03
XYZ53.182276.946125.6848
Yxy76.94610.34130.4938
Hunter Lab87.7189-45.287244.0427
CIE-Lab90.2968-46.161259.6940

#acf86a color RGB value is (172,248,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 01101010
Octal 254 370 152
Decimal 172 248 106
Hex AC F8 6A

RGB Percentages of Color #acf86a

%32.70
%47.15
%20.15

CMYK Percentages of Color #acf86a

%31
%0
%57
%3

Triadic Colors of #acf86a

#acf86a #6aacf8 #f86aac

Analogous Colors of #acf86a

#acf86a #6af86f #f3f86a

Monochromatic Colors of #acf86a

#acf86a

Complementary Color

#acf86a #b66af8

#acf86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf86a Color CSS Codes

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

#acf86a Text Font Color

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

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


#acf86a Background Color

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

This div background color is #acf86a


#acf86a Border Color

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

This div border color is #acf86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf86a


Comments

No comments written yet.

Please login to write comment.