Color Hex Logo

#acca9d Color Hex

#ACCA9D
(172,202,157)
0 Favorites   0 Comments

Color spaces of #acca9d

RGB 172202157
HSL0.280.300.70
HSV100°22°79°
CMYK 0.150.000.22   0.21
XYZ44.219653.446039.8838
Yxy53.44600.32150.3886
Hunter Lab73.1068-19.968818.8288
CIE-Lab78.1376-18.333519.2054

#acca9d color RGB value is (172,202,157).

#acca9d hex color red value is 172, green value is 202 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #acca9d hue: 0.28 , saturation: 0.30 and the lightness value of acca9d is 0.70.

The process color (four color CMYK) of #acca9d color hex is 0.15, 0.00, 0.22, 0.21. Web safe color of #acca9d is #99cc99. Color #acca9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10011101
Octal 254 312 235
Decimal 172 202 157
Hex AC CA 9D

RGB Percentages of Color #acca9d

%32.39
%38.04
%29.57

CMYK Percentages of Color #acca9d

%15
%0
%22
%21

Triadic Colors of #acca9d

#acca9d #9dacca #ca9dac

Analogous Colors of #acca9d

#acca9d #9dcaa5 #c3ca9d

Monochromatic Colors of #acca9d

#acca9d

Complementary Color

#acca9d #bb9dca

#acca9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca9d Color CSS Codes

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

#acca9d Text Font Color

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

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


#acca9d Background Color

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

This div background color is #acca9d


#acca9d Border Color

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

This div border color is #acca9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca9d


Comments

No comments written yet.

Please login to write comment.