Color Hex Logo

#acc94f Color Hex

#ACC94F
(172,201,79)
0 Favorites   0 Comments

Color spaces of #acc94f

RGB 17220179
HSL0.210.530.55
HSV74°61°79°
CMYK 0.140.000.61   0.21
XYZ39.311251.108515.1901
Yxy51.10850.37220.4839
Hunter Lab71.4902-26.953937.4453
CIE-Lab76.7447-27.230456.1764

#acc94f color RGB value is (172,201,79).

#acc94f hex color red value is 172, green value is 201 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #acc94f hue: 0.21 , saturation: 0.53 and the lightness value of acc94f is 0.55.

The process color (four color CMYK) of #acc94f color hex is 0.14, 0.00, 0.61, 0.21. Web safe color of #acc94f is #99cc66. Color #acc94f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 01001111
Octal 254 311 117
Decimal 172 201 79
Hex AC C9 4F

RGB Percentages of Color #acc94f

%38.05
%44.47
%17.48

CMYK Percentages of Color #acc94f

%14
%0
%61
%21

Triadic Colors of #acc94f

#acc94f #4facc9 #c94fac

Analogous Colors of #acc94f

#acc94f #6fc94f #c9a94f

Monochromatic Colors of #acc94f

#acc94f

Complementary Color

#acc94f #6c4fc9

#acc94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc94f Color CSS Codes

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

#acc94f Text Font Color

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

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


#acc94f Background Color

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

This div background color is #acc94f


#acc94f Border Color

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

This div border color is #acc94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc94f


Comments

No comments written yet.

Please login to write comment.