Color spaces of #dfdd04
RGB | 223 | 221 | 4 |
---|---|---|---|
HSL | 0.17 | 0.96 | 0.45 |
HSV | 59° | 98° | 87° |
CMYK | 0.00 | 0.01 | 0.98 0.13 |
XYZ | 56.3098 | 67.4096 | 10.1584 |
Yxy | 67.4096 | 0.4206 | 0.5035 |
Hunter Lab | 82.1033 | -21.2583 | 50.1366 |
CIE-Lab | 85.7104 | -18.4688 | 84.6534 |
#dfdd04 color RGB value is (223,221,4).
#dfdd04 hex color red value is 223, green value is 221 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dfdd04 hue: 0.17 , saturation: 0.96 and the lightness value of dfdd04 is 0.45.
The process color (four color CMYK) of #dfdd04 color hex is 0.00, 0.01, 0.98, 0.13. Web safe color of #dfdd04 is #cccc00. Color #dfdd04 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011101 | 00000100 |
Octal | 337 | 335 | 4 |
Decimal | 223 | 221 | 4 |
Hex | DF | DD | 4 |
Shades of #dfdd04
Tints of #dfdd04
RGB Percentages of Color #dfdd04
CMYK Percentages of Color #dfdd04
Complementary Color
#dfdd04 | #0406df |
#dfdd04 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdd04 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdd04 Color CSS Codes
.mybgcolor {background-color:#dfdd04; } .myforecolor {color:#dfdd04; } .mybordercolor {border:3px solid #dfdd04; }
#dfdd04 Text Font Color
<p style="color:#dfdd04">Text here</p>
This sample text font color is #dfdd04
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.
#dfdd04 Background Color
<div style="background-color:#dfdd04">
Div content here</div>
This div background color is #dfdd04
#dfdd04 Border Color
<div style="border:3px solid #dfdd04">
Div here</div>
This div border color is #dfdd04
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,221,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdd04; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdd04; -webkit-box-shadow: 1px 1px 3px 2px #dfdd04; box-shadow: 1px 1px 3px 2px #dfdd04; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,221,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdd04">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdd04; -webkit-box-shadow: 1px 1px 3px 2px #dfdd04; box-shadow: 1px 1px 3px 2px #dfdd04;">
Div content here</div>
This div box has shadow with color #dfdd04
Comments
No comments written yet.
Please login to write comment.