Color Hex Logo

#acca7a Color Hex

#ACCA7A
(172,202,122)
0 Favorites   0 Comments

Color spaces of #acca7a

RGB 172202122
HSL0.230.430.64
HSV82°40°79°
CMYK 0.150.000.40   0.21
XYZ41.646652.416926.3348
Yxy52.41690.34590.4354
Hunter Lab72.3995-24.020029.1134
CIE-Lab77.5295-23.377436.6476

#acca7a color RGB value is (172,202,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 01111010
Octal 254 312 172
Decimal 172 202 122
Hex AC CA 7A

RGB Percentages of Color #acca7a

%34.68
%40.73
%24.60

CMYK Percentages of Color #acca7a

%15
%0
%40
%21

Triadic Colors of #acca7a

#acca7a #7aacca #ca7aac

Analogous Colors of #acca7a

#acca7a #84ca7a #cac07a

Monochromatic Colors of #acca7a

#acca7a

Complementary Color

#acca7a #987aca

#acca7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca7a Color CSS Codes

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

#acca7a Text Font Color

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

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


#acca7a Background Color

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

This div background color is #acca7a


#acca7a Border Color

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

This div border color is #acca7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca7a


Comments

No comments written yet.

Please login to write comment.