Color Hex Logo

#acc0a2 Color Hex

#ACC0A2
(172,192,162)
0 Favorites   0 Comments

Color spaces of #acc0a2

RGB 172192162
HSL0.280.190.69
HSV100°16°75°
CMYK 0.100.000.16   0.25
XYZ42.384549.078641.4216
Yxy49.07860.31900.3693
Hunter Lab70.0561-14.604313.9833
CIE-Lab75.5002-12.400812.8421

#acc0a2 color RGB value is (172,192,162).

#acc0a2 hex color red value is 172, green value is 192 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #acc0a2 hue: 0.28 , saturation: 0.19 and the lightness value of acc0a2 is 0.69.

The process color (four color CMYK) of #acc0a2 color hex is 0.10, 0.00, 0.16, 0.25. Web safe color of #acc0a2 is #99cc99. Color #acc0a2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 10100010
Octal 254 300 242
Decimal 172 192 162
Hex AC C0 A2

RGB Percentages of Color #acc0a2

%32.70
%36.50
%30.80

CMYK Percentages of Color #acc0a2

%10
%0
%16
%25

Triadic Colors of #acc0a2

#acc0a2 #a2acc0 #c0a2ac

Analogous Colors of #acc0a2

#acc0a2 #a2c0a7 #bbc0a2

Monochromatic Colors of #acc0a2

#acc0a2

Complementary Color

#acc0a2 #b6a2c0

#acc0a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc0a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc0a2 Color CSS Codes

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

#acc0a2 Text Font Color

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

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


#acc0a2 Background Color

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

This div background color is #acc0a2


#acc0a2 Border Color

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

This div border color is #acc0a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc0a2


Comments

No comments written yet.

Please login to write comment.