Color Hex Logo

#accc9e Color Hex

#ACCC9E
(172,204,158)
0 Favorites   0 Comments

Color spaces of #accc9e

RGB 172204158
HSL0.280.310.71
HSV102°23°80°
CMYK 0.160.000.23   0.20
XYZ44.777754.425040.4928
Yxy54.42500.32050.3896
Hunter Lab73.7733-20.760319.0981
CIE-Lab78.7089-19.172919.4657

#accc9e color RGB value is (172,204,158).

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

The process color (four color CMYK) of #accc9e color hex is 0.16, 0.00, 0.23, 0.20. Web safe color of #accc9e is #99cc99. Color #accc9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 10011110
Octal 254 314 236
Decimal 172 204 158
Hex AC CC 9E

RGB Percentages of Color #accc9e

%32.21
%38.20
%29.59

CMYK Percentages of Color #accc9e

%16
%0
%23
%20

Triadic Colors of #accc9e

#accc9e #9eaccc #cc9eac

Analogous Colors of #accc9e

#accc9e #9ecca7 #c3cc9e

Monochromatic Colors of #accc9e

#accc9e

Complementary Color

#accc9e #be9ecc

#accc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc9e Color CSS Codes

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

#accc9e Text Font Color

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

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


#accc9e Background Color

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

This div background color is #accc9e


#accc9e Border Color

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

This div border color is #accc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc9e


Comments

No comments written yet.

Please login to write comment.