Color Hex Logo

#accca0 Color Hex

#ACCCA0
(172,204,160)
0 Favorites   0 Comments

Color spaces of #accca0

RGB 172204160
HSL0.290.300.71
HSV104°22°80°
CMYK 0.160.000.22   0.20
XYZ44.951354.494541.4070
Yxy54.49450.31910.3869
Hunter Lab73.8204-20.492018.4176
CIE-Lab78.7492-18.844518.4609

#accca0 color RGB value is (172,204,160).

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

The process color (four color CMYK) of #accca0 color hex is 0.16, 0.00, 0.22, 0.20. Web safe color of #accca0 is #99cc99. Color #accca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 10100000
Octal 254 314 240
Decimal 172 204 160
Hex AC CC A0

RGB Percentages of Color #accca0

%32.09
%38.06
%29.85

CMYK Percentages of Color #accca0

%16
%0
%22
%20

Triadic Colors of #accca0

#accca0 #a0accc #cca0ac

Analogous Colors of #accca0

#accca0 #a0ccaa #c2cca0

Monochromatic Colors of #accca0

#accca0

Complementary Color

#accca0 #c0a0cc

#accca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accca0 Color CSS Codes

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

#accca0 Text Font Color

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

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


#accca0 Background Color

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

This div background color is #accca0


#accca0 Border Color

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

This div border color is #accca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accca0


Comments

No comments written yet.

Please login to write comment.