Color Hex Logo

#acc772 Color Hex

#ACC772
(172,199,114)
0 Favorites   0 Comments

Color spaces of #acc772

RGB 172199114
HSL0.220.430.61
HSV79°43°78°
CMYK 0.140.000.43   0.22
XYZ40.473950.832423.5980
Yxy50.83240.35220.4424
Hunter Lab71.2968-23.438330.2838
CIE-Lab76.5774-22.872139.4815

#acc772 color RGB value is (172,199,114).

#acc772 hex color red value is 172, green value is 199 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #acc772 hue: 0.22 , saturation: 0.43 and the lightness value of acc772 is 0.61.

The process color (four color CMYK) of #acc772 color hex is 0.14, 0.00, 0.43, 0.22. Web safe color of #acc772 is #99cc66. Color #acc772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 01110010
Octal 254 307 162
Decimal 172 199 114
Hex AC C7 72

RGB Percentages of Color #acc772

%35.46
%41.03
%23.51

CMYK Percentages of Color #acc772

%14
%0
%43
%22

Triadic Colors of #acc772

#acc772 #72acc7 #c772ac

Analogous Colors of #acc772

#acc772 #82c772 #c7b872

Monochromatic Colors of #acc772

#acc772

Complementary Color

#acc772 #8d72c7

#acc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc772 Color CSS Codes

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

#acc772 Text Font Color

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

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


#acc772 Background Color

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

This div background color is #acc772


#acc772 Border Color

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

This div border color is #acc772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc772


Comments

No comments written yet.

Please login to write comment.