Color Hex Logo

#acca7f Color Hex

#ACCA7F
(172,202,127)
0 Favorites   0 Comments

Color spaces of #acca7f

RGB 172202127
HSL0.230.410.65
HSV84°37°79°
CMYK 0.150.000.37   0.21
XYZ41.964652.544028.0089
Yxy52.54400.34250.4289
Hunter Lab72.4872-23.514727.8316
CIE-Lab77.6050-22.738834.1914

#acca7f color RGB value is (172,202,127).

#acca7f hex color red value is 172, green value is 202 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #acca7f hue: 0.23 , saturation: 0.41 and the lightness value of acca7f is 0.65.

The process color (four color CMYK) of #acca7f color hex is 0.15, 0.00, 0.37, 0.21. Web safe color of #acca7f is #99cc66. Color #acca7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 01111111
Octal 254 312 177
Decimal 172 202 127
Hex AC CA 7F

RGB Percentages of Color #acca7f

%34.33
%40.32
%25.35

CMYK Percentages of Color #acca7f

%15
%0
%37
%21

Triadic Colors of #acca7f

#acca7f #7facca #ca7fac

Analogous Colors of #acca7f

#acca7f #87ca7f #cac37f

Monochromatic Colors of #acca7f

#acca7f

Complementary Color

#acca7f #9d7fca

#acca7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca7f Color CSS Codes

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

#acca7f Text Font Color

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

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


#acca7f Background Color

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

This div background color is #acca7f


#acca7f Border Color

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

This div border color is #acca7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca7f


Comments

No comments written yet.

Please login to write comment.