Color spaces of #dfd47e
RGB | 223 | 212 | 126 |
---|---|---|---|
HSL | 0.15 | 0.60 | 0.68 |
HSV | 53° | 43° | 87° |
CMYK | 0.00 | 0.05 | 0.43 0.13 |
XYZ | 57.7408 | 64.2813 | 29.1029 |
Yxy | 64.2813 | 0.3821 | 0.4254 |
Hunter Lab | 80.1756 | -11.7554 | 34.6013 |
CIE-Lab | 84.1120 | -8.0517 | 43.7754 |
#dfd47e color RGB value is (223,212,126).
#dfd47e hex color red value is 223, green value is 212 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dfd47e hue: 0.15 , saturation: 0.60 and the lightness value of dfd47e is 0.68.
The process color (four color CMYK) of #dfd47e color hex is 0.00, 0.05, 0.43, 0.13. Web safe color of #dfd47e is #cccc66. Color #dfd47e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11010100 | 01111110 |
Octal | 337 | 324 | 176 |
Decimal | 223 | 212 | 126 |
Hex | DF | D4 | 7E |
Shades of #dfd47e
Tints of #dfd47e
RGB Percentages of Color #dfd47e
CMYK Percentages of Color #dfd47e
Complementary Color
#dfd47e | #7e89df |
#dfd47e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd47e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd47e Color CSS Codes
.mybgcolor {background-color:#dfd47e; } .myforecolor {color:#dfd47e; } .mybordercolor {border:3px solid #dfd47e; }
#dfd47e Text Font Color
<p style="color:#dfd47e">Text here</p>
This sample text font color is #dfd47e
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.
#dfd47e Background Color
<div style="background-color:#dfd47e">
Div content here</div>
This div background color is #dfd47e
#dfd47e Border Color
<div style="border:3px solid #dfd47e">
Div here</div>
This div border color is #dfd47e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,212,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd47e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd47e; -webkit-box-shadow: 1px 1px 3px 2px #dfd47e; box-shadow: 1px 1px 3px 2px #dfd47e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,212,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd47e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd47e; -webkit-box-shadow: 1px 1px 3px 2px #dfd47e; box-shadow: 1px 1px 3px 2px #dfd47e;">
Div content here</div>
This div box has shadow with color #dfd47e
Comments
No comments written yet.
Please login to write comment.