Color Hex Logo

#acc86a Color Hex

#ACC86A
(172,200,106)
0 Favorites   0 Comments

Color spaces of #acc86a

RGB 172200106
HSL0.220.460.60
HSV78°47°78°
CMYK 0.140.000.47   0.22
XYZ40.269151.119821.3804
Yxy51.11980.35710.4533
Hunter Lab71.4981-24.587132.3189
CIE-Lab76.7515-24.258343.6694

#acc86a color RGB value is (172,200,106).

#acc86a hex color red value is 172, green value is 200 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #acc86a hue: 0.22 , saturation: 0.46 and the lightness value of acc86a is 0.60.

The process color (four color CMYK) of #acc86a color hex is 0.14, 0.00, 0.47, 0.22. Web safe color of #acc86a is #99cc66. Color #acc86a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 01101010
Octal 254 310 152
Decimal 172 200 106
Hex AC C8 6A

RGB Percentages of Color #acc86a

%35.98
%41.84
%22.18

CMYK Percentages of Color #acc86a

%14
%0
%47
%22

Triadic Colors of #acc86a

#acc86a #6aacc8 #c86aac

Analogous Colors of #acc86a

#acc86a #7dc86a #c8b56a

Monochromatic Colors of #acc86a

#acc86a

Complementary Color

#acc86a #866ac8

#acc86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc86a Color CSS Codes

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

#acc86a Text Font Color

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

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


#acc86a Background Color

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

This div background color is #acc86a


#acc86a Border Color

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

This div border color is #acc86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc86a


Comments

No comments written yet.

Please login to write comment.