Color spaces of #dac98a
RGB | 218 | 201 | 138 |
---|---|---|---|
HSL | 0.13 | 0.52 | 0.70 |
HSV | 47° | 37° | 85° |
CMYK | 0.00 | 0.08 | 0.37 0.15 |
XYZ | 54.3875 | 58.5137 | 32.4725 |
Yxy | 58.5137 | 0.3741 | 0.4025 |
Hunter Lab | 76.4942 | -6.9512 | 28.3768 |
CIE-Lab | 81.0236 | -3.1010 | 33.6588 |
#dac98a color RGB value is (218,201,138).
#dac98a hex color red value is 218, green value is 201 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dac98a hue: 0.13 , saturation: 0.52 and the lightness value of dac98a is 0.70.
The process color (four color CMYK) of #dac98a color hex is 0.00, 0.08, 0.37, 0.15. Web safe color of #dac98a is #cccc99. Color #dac98a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001001 | 10001010 |
Octal | 332 | 311 | 212 |
Decimal | 218 | 201 | 138 |
Hex | DA | C9 | 8A |
Shades of #dac98a
Tints of #dac98a
RGB Percentages of Color #dac98a
CMYK Percentages of Color #dac98a
Complementary Color
#dac98a | #8a9bda |
#dac98a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac98a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac98a Color CSS Codes
.mybgcolor {background-color:#dac98a; } .myforecolor {color:#dac98a; } .mybordercolor {border:3px solid #dac98a; }
#dac98a Text Font Color
<p style="color:#dac98a">Text here</p>
This sample text font color is #dac98a
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.
#dac98a Background Color
<div style="background-color:#dac98a">
Div content here</div>
This div background color is #dac98a
#dac98a Border Color
<div style="border:3px solid #dac98a">
Div here</div>
This div border color is #dac98a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,201,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac98a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac98a; -webkit-box-shadow: 1px 1px 3px 2px #dac98a; box-shadow: 1px 1px 3px 2px #dac98a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,201,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dac98a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac98a; -webkit-box-shadow: 1px 1px 3px 2px #dac98a; box-shadow: 1px 1px 3px 2px #dac98a;">
Div content here</div>
This div box has shadow with color #dac98a
Comments
No comments written yet.
Please login to write comment.