Color Hex Logo

#acc271 Color Hex

#ACC271
(172,194,113)
0 Favorites   0 Comments

Color spaces of #acc271

RGB 172194113
HSL0.210.400.60
HSV76°42°76°
CMYK 0.110.000.42   0.24
XYZ39.285748.546522.9226
Yxy48.54650.35470.4383
Hunter Lab69.6753-21.286429.2668
CIE-Lab75.1683-20.516338.2093

#acc271 color RGB value is (172,194,113).

#acc271 hex color red value is 172, green value is 194 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #acc271 hue: 0.21 , saturation: 0.40 and the lightness value of acc271 is 0.60.

The process color (four color CMYK) of #acc271 color hex is 0.11, 0.00, 0.42, 0.24. Web safe color of #acc271 is #99cc66. Color #acc271 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 01110001
Octal 254 302 161
Decimal 172 194 113
Hex AC C2 71

RGB Percentages of Color #acc271

%35.91
%40.50
%23.59

CMYK Percentages of Color #acc271

%11
%0
%42
%24

Triadic Colors of #acc271

#acc271 #71acc2 #c271ac

Analogous Colors of #acc271

#acc271 #84c271 #c2b071

Monochromatic Colors of #acc271

#acc271

Complementary Color

#acc271 #8771c2

#acc271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc271 Color CSS Codes

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

#acc271 Text Font Color

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

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


#acc271 Background Color

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

This div background color is #acc271


#acc271 Border Color

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

This div border color is #acc271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc271


Comments

No comments written yet.

Please login to write comment.