Color Hex Logo

#accc9a Color Hex

#ACCC9A
(172,204,154)
0 Favorites   0 Comments

Color spaces of #accc9a

RGB 172204154
HSL0.270.330.70
HSV98°25°80°
CMYK 0.160.000.25   0.20
XYZ44.438954.289538.7086
Yxy54.28950.32330.3950
Hunter Lab73.6814-21.285120.4289
CIE-Lab78.6302-19.817621.4743

#accc9a color RGB value is (172,204,154).

#accc9a hex color red value is 172, green value is 204 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #accc9a hue: 0.27 , saturation: 0.33 and the lightness value of accc9a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 10011010
Octal 254 314 232
Decimal 172 204 154
Hex AC CC 9A

RGB Percentages of Color #accc9a

%32.45
%38.49
%29.06

CMYK Percentages of Color #accc9a

%16
%0
%25
%20

Triadic Colors of #accc9a

#accc9a #9aaccc #cc9aac

Analogous Colors of #accc9a

#accc9a #9acca1 #c5cc9a

Monochromatic Colors of #accc9a

#accc9a

Complementary Color

#accc9a #ba9acc

#accc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc9a Color CSS Codes

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

#accc9a Text Font Color

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

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


#accc9a Background Color

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

This div background color is #accc9a


#accc9a Border Color

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

This div border color is #accc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc9a


Comments

No comments written yet.

Please login to write comment.