Color spaces of #dad710
RGB | 218 | 215 | 16 |
---|---|---|---|
HSL | 0.16 | 0.86 | 0.46 |
HSV | 59° | 93° | 85° |
CMYK | 0.00 | 0.01 | 0.93 0.15 |
XYZ | 53.3074 | 63.5437 | 9.9458 |
Yxy | 63.5437 | 0.4204 | 0.5011 |
Hunter Lab | 79.7143 | -20.1316 | 48.4025 |
CIE-Lab | 83.7276 | -17.5228 | 81.8722 |
#dad710 color RGB value is (218,215,16).
#dad710 hex color red value is 218, green value is 215 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dad710 hue: 0.16 , saturation: 0.86 and the lightness value of dad710 is 0.46.
The process color (four color CMYK) of #dad710 color hex is 0.00, 0.01, 0.93, 0.15. Web safe color of #dad710 is #cccc00. Color #dad710 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010111 | 00010000 |
Octal | 332 | 327 | 20 |
Decimal | 218 | 215 | 16 |
Hex | DA | D7 | 10 |
Shades of #dad710
Tints of #dad710
RGB Percentages of Color #dad710
CMYK Percentages of Color #dad710
Complementary Color
#dad710 | #1013da |
#dad710 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad710 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad710 Color CSS Codes
.mybgcolor {background-color:#dad710; } .myforecolor {color:#dad710; } .mybordercolor {border:3px solid #dad710; }
#dad710 Text Font Color
<p style="color:#dad710">Text here</p>
This sample text font color is #dad710
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.
#dad710 Background Color
<div style="background-color:#dad710">
Div content here</div>
This div background color is #dad710
#dad710 Border Color
<div style="border:3px solid #dad710">
Div here</div>
This div border color is #dad710
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,215,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad710; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad710; -webkit-box-shadow: 1px 1px 3px 2px #dad710; box-shadow: 1px 1px 3px 2px #dad710; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,215,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad710">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad710; -webkit-box-shadow: 1px 1px 3px 2px #dad710; box-shadow: 1px 1px 3px 2px #dad710;">
Div content here</div>
This div box has shadow with color #dad710
Comments
No comments written yet.
Please login to write comment.