Color Hex Logo

#accc7a Color Hex

#ACCC7A
(172,204,122)
0 Favorites   0 Comments

Color spaces of #accc7a

RGB 172204122
HSL0.230.450.64
HSV83°40°80°
CMYK 0.160.000.40   0.20
XYZ42.119053.361526.4923
Yxy53.36150.34530.4375
Hunter Lab73.0490-24.915129.6319
CIE-Lab78.0879-24.354137.3626

#accc7a color RGB value is (172,204,122).

#accc7a hex color red value is 172, green value is 204 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #accc7a hue: 0.23 , saturation: 0.45 and the lightness value of accc7a is 0.64.

The process color (four color CMYK) of #accc7a color hex is 0.16, 0.00, 0.40, 0.20. Web safe color of #accc7a is #99cc66. Color #accc7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 01111010
Octal 254 314 172
Decimal 172 204 122
Hex AC CC 7A

RGB Percentages of Color #accc7a

%34.54
%40.96
%24.50

CMYK Percentages of Color #accc7a

%16
%0
%40
%20

Triadic Colors of #accc7a

#accc7a #7aaccc #cc7aac

Analogous Colors of #accc7a

#accc7a #83cc7a #ccc37a

Monochromatic Colors of #accc7a

#accc7a

Complementary Color

#accc7a #9a7acc

#accc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc7a Color CSS Codes

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

#accc7a Text Font Color

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

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


#accc7a Background Color

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

This div background color is #accc7a


#accc7a Border Color

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

This div border color is #accc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc7a


Comments

No comments written yet.

Please login to write comment.