Color Hex Logo

#acc86e Color Hex

#ACC86E
(172,200,110)
0 Favorites   0 Comments

Color spaces of #acc86e

RGB 172200110
HSL0.220.450.61
HSV79°45°78°
CMYK 0.140.000.45   0.22
XYZ40.482051.205022.5018
Yxy51.20500.35450.4484
Hunter Lab71.5577-24.243931.4462
CIE-Lab76.8030-23.819641.7603

#acc86e color RGB value is (172,200,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 01101110
Octal 254 310 156
Decimal 172 200 110
Hex AC C8 6E

RGB Percentages of Color #acc86e

%35.68
%41.49
%22.82

CMYK Percentages of Color #acc86e

%14
%0
%45
%22

Triadic Colors of #acc86e

#acc86e #6eacc8 #c86eac

Analogous Colors of #acc86e

#acc86e #7fc86e #c8b76e

Monochromatic Colors of #acc86e

#acc86e

Complementary Color

#acc86e #8a6ec8

#acc86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc86e Color CSS Codes

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

#acc86e Text Font Color

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

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


#acc86e Background Color

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

This div background color is #acc86e


#acc86e Border Color

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

This div border color is #acc86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc86e


Comments

No comments written yet.

Please login to write comment.