Color Hex Logo

#acca9e Color Hex

#ACCA9E
(172,202,158)
0 Favorites   0 Comments

Color spaces of #acca9e

RGB 172202158
HSL0.280.290.71
HSV101°22°79°
CMYK 0.150.000.22   0.21
XYZ44.305353.480340.3353
Yxy53.48030.32080.3872
Hunter Lab73.1302-19.835318.4895
CIE-Lab78.1577-18.170118.7021

#acca9e color RGB value is (172,202,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10011110
Octal 254 312 236
Decimal 172 202 158
Hex AC CA 9E

RGB Percentages of Color #acca9e

%32.33
%37.97
%29.70

CMYK Percentages of Color #acca9e

%15
%0
%22
%21

Triadic Colors of #acca9e

#acca9e #9eacca #ca9eac

Analogous Colors of #acca9e

#acca9e #9ecaa6 #c2ca9e

Monochromatic Colors of #acca9e

#acca9e

Complementary Color

#acca9e #bc9eca

#acca9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca9e Color CSS Codes

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

#acca9e Text Font Color

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

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


#acca9e Background Color

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

This div background color is #acca9e


#acca9e Border Color

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

This div border color is #acca9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca9e


Comments

No comments written yet.

Please login to write comment.