Color spaces of #acc982
RGB | 172 | 201 | 130 |
---|---|---|---|
HSL | 0.23 | 0.40 | 0.65 |
HSV | 85° | 35° | 79° |
CMYK | 0.14 | 0.00 | 0.35 0.21 |
XYZ | 41.9292 | 52.1557 | 28.9762 |
Yxy | 52.1557 | 0.3407 | 0.4238 |
Hunter Lab | 72.2189 | -22.7487 | 26.7645 |
CIE-Lab | 77.3738 | -21.8496 | 32.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001001 | 10000010 |
Octal | 254 | 311 | 202 |
Decimal | 172 | 201 | 130 |
Hex | AC | C9 | 82 |
Shades of #acc982
Tints of #acc982
RGB Percentages of Color #acc982
CMYK Percentages of Color #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.