Color Hex Logo

#acc4a4 Color Hex

#ACC4A4
(172,196,164)
0 Favorites   0 Comments

Color spaces of #acc4a4

RGB 172196164
HSL0.290.210.71
HSV105°16°77°
CMYK 0.120.000.16   0.23
XYZ43.454050.930842.6623
Yxy50.93080.31710.3716
Hunter Lab71.3658-16.203114.5127
CIE-Lab76.6371-14.114713.3695

#acc4a4 color RGB value is (172,196,164).

#acc4a4 hex color red value is 172, green value is 196 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #acc4a4 hue: 0.29 , saturation: 0.21 and the lightness value of acc4a4 is 0.71.

The process color (four color CMYK) of #acc4a4 color hex is 0.12, 0.00, 0.16, 0.23. Web safe color of #acc4a4 is #99cc99. Color #acc4a4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 10100100
Octal 254 304 244
Decimal 172 196 164
Hex AC C4 A4

RGB Percentages of Color #acc4a4

%32.33
%36.84
%30.83

CMYK Percentages of Color #acc4a4

%12
%0
%16
%23

Triadic Colors of #acc4a4

#acc4a4 #a4acc4 #c4a4ac

Analogous Colors of #acc4a4

#acc4a4 #a4c4ac #bcc4a4

Monochromatic Colors of #acc4a4

#acc4a4

Complementary Color

#acc4a4 #bca4c4

#acc4a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc4a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc4a4 Color CSS Codes

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

#acc4a4 Text Font Color

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

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


#acc4a4 Background Color

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

This div background color is #acc4a4


#acc4a4 Border Color

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

This div border color is #acc4a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc4a4

#acc4a4 Color Palettes


Comments

No comments written yet.

Please login to write comment.