Color Hex Logo

#acc572 Color Hex

#ACC572
(172,197,114)
0 Favorites   0 Comments

Color spaces of #acc572

RGB 172197114
HSL0.220.420.61
HSV78°42°77°
CMYK 0.130.000.42   0.23
XYZ40.016849.918123.4456
Yxy49.91810.35290.4403
Hunter Lab70.6527-22.542229.7820
CIE-Lab76.0190-21.886638.7779

#acc572 color RGB value is (172,197,114).

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

The process color (four color CMYK) of #acc572 color hex is 0.13, 0.00, 0.42, 0.23. Web safe color of #acc572 is #99cc66. Color #acc572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 01110010
Octal 254 305 162
Decimal 172 197 114
Hex AC C5 72

RGB Percentages of Color #acc572

%35.61
%40.79
%23.60

CMYK Percentages of Color #acc572

%13
%0
%42
%23

Triadic Colors of #acc572

#acc572 #72acc5 #c572ac

Analogous Colors of #acc572

#acc572 #83c572 #c5b572

Monochromatic Colors of #acc572

#acc572

Complementary Color

#acc572 #8b72c5

#acc572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc572 Color CSS Codes

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

#acc572 Text Font Color

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

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


#acc572 Background Color

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

This div background color is #acc572


#acc572 Border Color

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

This div border color is #acc572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc572


Comments

No comments written yet.

Please login to write comment.