Color Hex Logo

#acc882 Color Hex

#ACC882
(172,200,130)
0 Favorites   0 Comments

Color spaces of #acc882

RGB 172200130
HSL0.230.390.65
HSV84°35°78°
CMYK 0.140.000.35   0.22
XYZ41.696851.690928.8988
Yxy51.69090.34100.4227
Hunter Lab71.8964-22.296426.4958
CIE-Lab77.0956-21.354931.9801

#acc882 color RGB value is (172,200,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 10000010
Octal 254 310 202
Decimal 172 200 130
Hex AC C8 82

RGB Percentages of Color #acc882

%34.26
%39.84
%25.90

CMYK Percentages of Color #acc882

%14
%0
%35
%22

Triadic Colors of #acc882

#acc882 #82acc8 #c882ac

Analogous Colors of #acc882

#acc882 #89c882 #c8c182

Monochromatic Colors of #acc882

#acc882

Complementary Color

#acc882 #9e82c8

#acc882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc882 Color CSS Codes

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

#acc882 Text Font Color

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

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


#acc882 Background Color

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

This div background color is #acc882


#acc882 Border Color

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

This div border color is #acc882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc882


Comments

No comments written yet.

Please login to write comment.