Color Hex Logo

#acc182 Color Hex

#ACC182
(172,193,130)
0 Favorites   0 Comments

Color spaces of #acc182

RGB 172193130
HSL0.220.340.63
HSV80°33°76°
CMYK 0.110.000.33   0.24
XYZ40.112548.522328.3707
Yxy48.52230.34280.4147
Hunter Lab69.6580-19.112324.6126
CIE-Lab75.1532-17.856329.4188

#acc182 color RGB value is (172,193,130).

#acc182 hex color red value is 172, green value is 193 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #acc182 hue: 0.22 , saturation: 0.34 and the lightness value of acc182 is 0.63.

The process color (four color CMYK) of #acc182 color hex is 0.11, 0.00, 0.33, 0.24. Web safe color of #acc182 is #99cc99. Color #acc182 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 10000010
Octal 254 301 202
Decimal 172 193 130
Hex AC C1 82

RGB Percentages of Color #acc182

%34.75
%38.99
%26.26

CMYK Percentages of Color #acc182

%11
%0
%33
%24

Triadic Colors of #acc182

#acc182 #82acc1 #c182ac

Analogous Colors of #acc182

#acc182 #8dc182 #c1b782

Monochromatic Colors of #acc182

#acc182

Complementary Color

#acc182 #9782c1

#acc182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc182 Color CSS Codes

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

#acc182 Text Font Color

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

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


#acc182 Background Color

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

This div background color is #acc182


#acc182 Border Color

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

This div border color is #acc182


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,193,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 #acc182">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc182


Comments

No comments written yet.

Please login to write comment.