Color spaces of #dfdac3
RGB | 223 | 218 | 195 |
---|---|---|---|
HSL | 0.14 | 0.30 | 0.82 |
HSV | 49° | 13° | 87° |
CMYK | 0.00 | 0.02 | 0.13 0.13 |
XYZ | 65.3532 | 69.7709 | 61.6524 |
Yxy | 69.7709 | 0.3321 | 0.3546 |
Hunter Lab | 83.5290 | -6.5170 | 14.7086 |
CIE-Lab | 86.8844 | -2.1547 | 11.9268 |
#dfdac3 color RGB value is (223,218,195).
#dfdac3 hex color red value is 223, green value is 218 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #dfdac3 hue: 0.14 , saturation: 0.30 and the lightness value of dfdac3 is 0.82.
The process color (four color CMYK) of #dfdac3 color hex is 0.00, 0.02, 0.13, 0.13. Web safe color of #dfdac3 is #cccccc. Color #dfdac3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011010 | 11000011 |
Octal | 337 | 332 | 303 |
Decimal | 223 | 218 | 195 |
Hex | DF | DA | C3 |
Shades of #dfdac3
Tints of #dfdac3
RGB Percentages of Color #dfdac3
CMYK Percentages of Color #dfdac3
Complementary Color
#dfdac3 | #c3c8df |
#dfdac3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdac3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdac3 Color CSS Codes
.mybgcolor {background-color:#dfdac3; } .myforecolor {color:#dfdac3; } .mybordercolor {border:3px solid #dfdac3; }
#dfdac3 Text Font Color
<p style="color:#dfdac3">Text here</p>
This sample text font color is #dfdac3
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.
#dfdac3 Background Color
<div style="background-color:#dfdac3">
Div content here</div>
This div background color is #dfdac3
#dfdac3 Border Color
<div style="border:3px solid #dfdac3">
Div here</div>
This div border color is #dfdac3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,218,195, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdac3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdac3; -webkit-box-shadow: 1px 1px 3px 2px #dfdac3; box-shadow: 1px 1px 3px 2px #dfdac3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,218,195, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdac3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdac3; -webkit-box-shadow: 1px 1px 3px 2px #dfdac3; box-shadow: 1px 1px 3px 2px #dfdac3;">
Div content here</div>
This div box has shadow with color #dfdac3
Comments
No comments written yet.
Please login to write comment.