Color Hex Logo

#acc99f Color Hex

#ACC99F
(172,201,159)
0 Favorites   0 Comments

Color spaces of #acc99f

RGB 172201159
HSL0.280.280.71
HSV101°21°79°
CMYK 0.140.000.21   0.21
XYZ44.157953.047140.7126
Yxy53.04710.32020.3846
Hunter Lab72.8334-19.236517.8414
CIE-Lab77.9028-17.501717.8161

#acc99f color RGB value is (172,201,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 10011111
Octal 254 311 237
Decimal 172 201 159
Hex AC C9 9F

RGB Percentages of Color #acc99f

%32.33
%37.78
%29.89

CMYK Percentages of Color #acc99f

%14
%0
%21
%21

Triadic Colors of #acc99f

#acc99f #9facc9 #c99fac

Analogous Colors of #acc99f

#acc99f #9fc9a7 #c1c99f

Monochromatic Colors of #acc99f

#acc99f

Complementary Color

#acc99f #bc9fc9

#acc99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc99f Color CSS Codes

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

#acc99f Text Font Color

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

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


#acc99f Background Color

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

This div background color is #acc99f


#acc99f Border Color

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

This div border color is #acc99f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,201,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 #acc99f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc99f


Comments

No comments written yet.

Please login to write comment.