Color spaces of #dfca04
RGB | 223 | 202 | 4 |
---|---|---|---|
HSL | 0.15 | 0.96 | 0.45 |
HSV | 54° | 98° | 87° |
CMYK | 0.00 | 0.09 | 0.98 0.13 |
XYZ | 51.5739 | 57.9378 | 8.5797 |
Yxy | 57.9378 | 0.4367 | 0.4906 |
Hunter Lab | 76.1169 | -12.2597 | 46.5988 |
CIE-Lab | 80.7042 | -9.0097 | 80.9880 |
#dfca04 color RGB value is (223,202,4).
#dfca04 hex color red value is 223, green value is 202 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dfca04 hue: 0.15 , saturation: 0.96 and the lightness value of dfca04 is 0.45.
The process color (four color CMYK) of #dfca04 color hex is 0.00, 0.09, 0.98, 0.13. Web safe color of #dfca04 is #cccc00. Color #dfca04 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001010 | 00000100 |
Octal | 337 | 312 | 4 |
Decimal | 223 | 202 | 4 |
Hex | DF | CA | 4 |
Shades of #dfca04
Tints of #dfca04
RGB Percentages of Color #dfca04
CMYK Percentages of Color #dfca04
Complementary Color
#dfca04 | #0419df |
#dfca04 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfca04 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfca04 Color CSS Codes
.mybgcolor {background-color:#dfca04; } .myforecolor {color:#dfca04; } .mybordercolor {border:3px solid #dfca04; }
#dfca04 Text Font Color
<p style="color:#dfca04">Text here</p>
This sample text font color is #dfca04
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.
#dfca04 Background Color
<div style="background-color:#dfca04">
Div content here</div>
This div background color is #dfca04
#dfca04 Border Color
<div style="border:3px solid #dfca04">
Div here</div>
This div border color is #dfca04
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,202,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfca04; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfca04; -webkit-box-shadow: 1px 1px 3px 2px #dfca04; box-shadow: 1px 1px 3px 2px #dfca04; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,202,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 #dfca04">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfca04; -webkit-box-shadow: 1px 1px 3px 2px #dfca04; box-shadow: 1px 1px 3px 2px #dfca04;">
Div content here</div>
This div box has shadow with color #dfca04
Comments
No comments written yet.
Please login to write comment.