Color Hex Logo

#acc46f Color Hex

#ACC46F
(172,196,111)
0 Favorites   0 Comments

Color spaces of #acc46f

RGB 172196111
HSL0.210.420.60
HSV77°43°77°
CMYK 0.120.000.43   0.23
XYZ39.622449.398222.4854
Yxy49.39820.35530.4430
Hunter Lab70.2839-22.367730.2305
CIE-Lab75.6984-21.740039.8845

#acc46f color RGB value is (172,196,111).

#acc46f hex color red value is 172, green value is 196 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #acc46f hue: 0.21 , saturation: 0.42 and the lightness value of acc46f is 0.60.

The process color (four color CMYK) of #acc46f color hex is 0.12, 0.00, 0.43, 0.23. Web safe color of #acc46f is #99cc66. Color #acc46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 01101111
Octal 254 304 157
Decimal 172 196 111
Hex AC C4 6F

RGB Percentages of Color #acc46f

%35.91
%40.92
%23.17

CMYK Percentages of Color #acc46f

%12
%0
%43
%23

Triadic Colors of #acc46f

#acc46f #6facc4 #c46fac

Analogous Colors of #acc46f

#acc46f #82c46f #c4b26f

Monochromatic Colors of #acc46f

#acc46f

Complementary Color

#acc46f #876fc4

#acc46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc46f Color CSS Codes

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

#acc46f Text Font Color

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

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


#acc46f Background Color

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

This div background color is #acc46f


#acc46f Border Color

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

This div border color is #acc46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc46f


Comments

No comments written yet.

Please login to write comment.