Color Hex Logo

#acc880 Color Hex

#ACC880
(172,200,128)
0 Favorites   0 Comments

Color spaces of #acc880

RGB 172200128
HSL0.230.400.64
HSV83°36°78°
CMYK 0.140.000.36   0.22
XYZ41.563851.637728.1985
Yxy51.63770.34240.4254
Hunter Lab71.8594-22.508727.0354
CIE-Lab77.0637-21.621632.9717

#acc880 color RGB value is (172,200,128).

#acc880 hex color red value is 172, green value is 200 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #acc880 hue: 0.23 , saturation: 0.40 and the lightness value of acc880 is 0.64.

The process color (four color CMYK) of #acc880 color hex is 0.14, 0.00, 0.36, 0.22. Web safe color of #acc880 is #99cc99. Color #acc880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 10000000
Octal 254 310 200
Decimal 172 200 128
Hex AC C8 80

RGB Percentages of Color #acc880

%34.40
%40.00
%25.60

CMYK Percentages of Color #acc880

%14
%0
%36
%22

Triadic Colors of #acc880

#acc880 #80acc8 #c880ac

Analogous Colors of #acc880

#acc880 #88c880 #c8c080

Monochromatic Colors of #acc880

#acc880

Complementary Color

#acc880 #9c80c8

#acc880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc880 Color CSS Codes

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

#acc880 Text Font Color

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

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


#acc880 Background Color

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

This div background color is #acc880


#acc880 Border Color

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

This div border color is #acc880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc880


Comments

No comments written yet.

Please login to write comment.