Color Hex Logo

#acca9f Color Hex

#ACCA9F
(172,202,159)
0 Favorites   0 Comments

Color spaces of #acca9f

RGB 172202159
HSL0.280.290.71
HSV102°21°79°
CMYK 0.150.000.21   0.21
XYZ44.391853.514940.7906
Yxy53.51490.32010.3858
Hunter Lab73.1539-19.700518.1476
CIE-Lab78.1780-18.005518.1987

#acca9f color RGB value is (172,202,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10011111
Octal 254 312 237
Decimal 172 202 159
Hex AC CA 9F

RGB Percentages of Color #acca9f

%32.27
%37.90
%29.83

CMYK Percentages of Color #acca9f

%15
%0
%21
%21

Triadic Colors of #acca9f

#acca9f #9facca #ca9fac

Analogous Colors of #acca9f

#acca9f #9fcaa8 #c2ca9f

Monochromatic Colors of #acca9f

#acca9f

Complementary Color

#acca9f #bd9fca

#acca9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca9f Color CSS Codes

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

#acca9f Text Font Color

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

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


#acca9f Background Color

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

This div background color is #acca9f


#acca9f Border Color

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

This div border color is #acca9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca9f


Comments

No comments written yet.

Please login to write comment.