Color spaces of #dadf0f
RGB | 218 | 223 | 15 |
---|---|---|---|
HSL | 0.17 | 0.87 | 0.47 |
HSV | 61° | 93° | 87° |
CMYK | 0.02 | 0.00 | 0.93 0.13 |
XYZ | 55.3873 | 67.7153 | 10.6031 |
Yxy | 67.7153 | 0.4142 | 0.5065 |
Hunter Lab | 82.2893 | -23.8615 | 49.9629 |
CIE-Lab | 85.8639 | -21.4363 | 83.6133 |
#dadf0f color RGB value is (218,223,15).
#dadf0f hex color red value is 218, green value is 223 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dadf0f hue: 0.17 , saturation: 0.87 and the lightness value of dadf0f is 0.47.
The process color (four color CMYK) of #dadf0f color hex is 0.02, 0.00, 0.93, 0.13. Web safe color of #dadf0f is #cccc00. Color #dadf0f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011111 | 00001111 |
Octal | 332 | 337 | 17 |
Decimal | 218 | 223 | 15 |
Hex | DA | DF | F |
Shades of #dadf0f
Tints of #dadf0f
RGB Percentages of Color #dadf0f
CMYK Percentages of Color #dadf0f
Complementary Color
#dadf0f | #140fdf |
#dadf0f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadf0f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadf0f Color CSS Codes
.mybgcolor {background-color:#dadf0f; } .myforecolor {color:#dadf0f; } .mybordercolor {border:3px solid #dadf0f; }
#dadf0f Text Font Color
<p style="color:#dadf0f">Text here</p>
This sample text font color is #dadf0f
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.
#dadf0f Background Color
<div style="background-color:#dadf0f">
Div content here</div>
This div background color is #dadf0f
#dadf0f Border Color
<div style="border:3px solid #dadf0f">
Div here</div>
This div border color is #dadf0f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,223,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadf0f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadf0f; -webkit-box-shadow: 1px 1px 3px 2px #dadf0f; box-shadow: 1px 1px 3px 2px #dadf0f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,223,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadf0f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadf0f; -webkit-box-shadow: 1px 1px 3px 2px #dadf0f; box-shadow: 1px 1px 3px 2px #dadf0f;">
Div content here</div>
This div box has shadow with color #dadf0f
Comments
No comments written yet.
Please login to write comment.