Color Hex Logo

#acc982 Color Hex

#ACC982
(172,201,130)
0 Favorites   0 Comments

Color spaces of #acc982

RGB 172201130
HSL0.230.400.65
HSV85°35°79°
CMYK 0.140.000.35   0.21
XYZ41.929252.155728.9762
Yxy52.15570.34070.4238
Hunter Lab72.2189-22.748726.7645
CIE-Lab77.3738-21.849632.3451

#acc982 color RGB value is (172,201,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 10000010
Octal 254 311 202
Decimal 172 201 130
Hex AC C9 82

RGB Percentages of Color #acc982

%34.19
%39.96
%25.84

CMYK Percentages of Color #acc982

%14
%0
%35
%21

Triadic Colors of #acc982

#acc982 #82acc9 #c982ac

Analogous Colors of #acc982

#acc982 #89c982 #c9c382

Monochromatic Colors of #acc982

#acc982

Complementary Color

#acc982 #9f82c9

#acc982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc982 Color CSS Codes

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

#acc982 Text Font Color

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

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


#acc982 Background Color

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

This div background color is #acc982


#acc982 Border Color

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

This div border color is #acc982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc982


Comments

No comments written yet.

Please login to write comment.