Color spaces of #ded82f
RGB | 222 | 216 | 47 |
---|---|---|---|
HSL | 0.16 | 0.73 | 0.53 |
HSV | 58° | 79° | 87° |
CMYK | 0.00 | 0.03 | 0.79 0.13 |
XYZ | 55.1932 | 64.8466 | 12.2970 |
Yxy | 64.8466 | 0.4171 | 0.4900 |
Hunter Lab | 80.5274 | -18.5796 | 47.3152 |
CIE-Lab | 84.4046 | -15.6348 | 76.4374 |
#ded82f color RGB value is (222,216,47).
#ded82f hex color red value is 222, green value is 216 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ded82f hue: 0.16 , saturation: 0.73 and the lightness value of ded82f is 0.53.
The process color (four color CMYK) of #ded82f color hex is 0.00, 0.03, 0.79, 0.13. Web safe color of #ded82f is #cccc33. Color #ded82f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011000 | 00101111 |
Octal | 336 | 330 | 57 |
Decimal | 222 | 216 | 47 |
Hex | DE | D8 | 2F |
Shades of #ded82f
Tints of #ded82f
RGB Percentages of Color #ded82f
CMYK Percentages of Color #ded82f
Complementary Color
#ded82f | #2f35de |
#ded82f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded82f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded82f Color CSS Codes
.mybgcolor {background-color:#ded82f; } .myforecolor {color:#ded82f; } .mybordercolor {border:3px solid #ded82f; }
#ded82f Text Font Color
<p style="color:#ded82f">Text here</p>
This sample text font color is #ded82f
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.
#ded82f Background Color
<div style="background-color:#ded82f">
Div content here</div>
This div background color is #ded82f
#ded82f Border Color
<div style="border:3px solid #ded82f">
Div here</div>
This div border color is #ded82f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,216,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded82f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded82f; -webkit-box-shadow: 1px 1px 3px 2px #ded82f; box-shadow: 1px 1px 3px 2px #ded82f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,216,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded82f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded82f; -webkit-box-shadow: 1px 1px 3px 2px #ded82f; box-shadow: 1px 1px 3px 2px #ded82f;">
Div content here</div>
This div box has shadow with color #ded82f
Comments
No comments written yet.
Please login to write comment.