Color Hex Logo

#acc07a Color Hex

#ACC07A
(172,192,122)
0 Favorites   0 Comments

Color spaces of #acc07a

RGB 172192122
HSL0.210.360.62
HSV77°36°75°
CMYK 0.100.000.36   0.25
XYZ39.375747.875125.5778
Yxy47.87510.34900.4243
Hunter Lab69.1918-19.504926.5168
CIE-Lab74.7461-18.412133.0543

#acc07a color RGB value is (172,192,122).

#acc07a hex color red value is 172, green value is 192 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acc07a hue: 0.21 , saturation: 0.36 and the lightness value of acc07a is 0.62.

The process color (four color CMYK) of #acc07a color hex is 0.10, 0.00, 0.36, 0.25. Web safe color of #acc07a is #99cc66. Color #acc07a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 01111010
Octal 254 300 172
Decimal 172 192 122
Hex AC C0 7A

RGB Percentages of Color #acc07a

%35.39
%39.51
%25.10

CMYK Percentages of Color #acc07a

%10
%0
%36
%25

Triadic Colors of #acc07a

#acc07a #7aacc0 #c07aac

Analogous Colors of #acc07a

#acc07a #89c07a #c0b17a

Monochromatic Colors of #acc07a

#acc07a

Complementary Color

#acc07a #8e7ac0

#acc07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc07a Color CSS Codes

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

#acc07a Text Font Color

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

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


#acc07a Background Color

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

This div background color is #acc07a


#acc07a Border Color

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

This div border color is #acc07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc07a


Comments

No comments written yet.

Please login to write comment.