Color spaces of #dac982
RGB | 218 | 201 | 130 |
---|---|---|---|
HSL | 0.13 | 0.54 | 0.68 |
HSV | 48° | 40° | 85° |
CMYK | 0.00 | 0.08 | 0.40 0.15 |
XYZ | 53.8294 | 58.2904 | 29.5332 |
Yxy | 58.2904 | 0.3800 | 0.4115 |
Hunter Lab | 76.3481 | -7.7575 | 30.5090 |
CIE-Lab | 80.9000 | -3.9931 | 37.6056 |
#dac982 color RGB value is (218,201,130).
#dac982 hex color red value is 218, green value is 201 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dac982 hue: 0.13 , saturation: 0.54 and the lightness value of dac982 is 0.68.
The process color (four color CMYK) of #dac982 color hex is 0.00, 0.08, 0.40, 0.15. Web safe color of #dac982 is #cccc99. Color #dac982 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001001 | 10000010 |
Octal | 332 | 311 | 202 |
Decimal | 218 | 201 | 130 |
Hex | DA | C9 | 82 |
Shades of #dac982
Tints of #dac982
RGB Percentages of Color #dac982
CMYK Percentages of Color #dac982
Complementary Color
#dac982 | #8293da |
#dac982 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac982 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac982 Color CSS Codes
.mybgcolor {background-color:#dac982; } .myforecolor {color:#dac982; } .mybordercolor {border:3px solid #dac982; }
#dac982 Text Font Color
<p style="color:#dac982">Text here</p>
This sample text font color is #dac982
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.
#dac982 Background Color
<div style="background-color:#dac982">
Div content here</div>
This div background color is #dac982
#dac982 Border Color
<div style="border:3px solid #dac982">
Div here</div>
This div border color is #dac982
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,201,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac982; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac982; -webkit-box-shadow: 1px 1px 3px 2px #dac982; box-shadow: 1px 1px 3px 2px #dac982; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,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 #dac982">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac982; -webkit-box-shadow: 1px 1px 3px 2px #dac982; box-shadow: 1px 1px 3px 2px #dac982;">
Div content here</div>
This div box has shadow with color #dac982
Comments
No comments written yet.
Please login to write comment.