Color spaces of #dfdc7d
RGB | 223 | 220 | 125 |
---|---|---|---|
HSL | 0.16 | 0.60 | 0.68 |
HSV | 58° | 44° | 87° |
CMYK | 0.00 | 0.01 | 0.44 0.13 |
XYZ | 59.7263 | 68.3550 | 29.4480 |
Yxy | 68.3550 | 0.3791 | 0.4339 |
Hunter Lab | 82.6771 | -15.7357 | 36.7560 |
CIE-Lab | 86.1837 | -12.1820 | 46.8400 |
#dfdc7d color RGB value is (223,220,125).
#dfdc7d hex color red value is 223, green value is 220 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dfdc7d hue: 0.16 , saturation: 0.60 and the lightness value of dfdc7d is 0.68.
The process color (four color CMYK) of #dfdc7d color hex is 0.00, 0.01, 0.44, 0.13. Web safe color of #dfdc7d is #cccc66. Color #dfdc7d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011100 | 01111101 |
Octal | 337 | 334 | 175 |
Decimal | 223 | 220 | 125 |
Hex | DF | DC | 7D |
Shades of #dfdc7d
Tints of #dfdc7d
RGB Percentages of Color #dfdc7d
CMYK Percentages of Color #dfdc7d
Complementary Color
#dfdc7d | #7d80df |
#dfdc7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdc7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdc7d Color CSS Codes
.mybgcolor {background-color:#dfdc7d; } .myforecolor {color:#dfdc7d; } .mybordercolor {border:3px solid #dfdc7d; }
#dfdc7d Text Font Color
<p style="color:#dfdc7d">Text here</p>
This sample text font color is #dfdc7d
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.
#dfdc7d Background Color
<div style="background-color:#dfdc7d">
Div content here</div>
This div background color is #dfdc7d
#dfdc7d Border Color
<div style="border:3px solid #dfdc7d">
Div here</div>
This div border color is #dfdc7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,220,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdc7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdc7d; -webkit-box-shadow: 1px 1px 3px 2px #dfdc7d; box-shadow: 1px 1px 3px 2px #dfdc7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,220,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdc7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdc7d; -webkit-box-shadow: 1px 1px 3px 2px #dfdc7d; box-shadow: 1px 1px 3px 2px #dfdc7d;">
Div content here</div>
This div box has shadow with color #dfdc7d
Comments
No comments written yet.
Please login to write comment.