Color spaces of #dfd892
RGB | 223 | 216 | 146 |
---|---|---|---|
HSL | 0.15 | 0.55 | 0.72 |
HSV | 55° | 35° | 87° |
CMYK | 0.00 | 0.03 | 0.35 0.13 |
XYZ | 60.1756 | 66.8750 | 36.9307 |
Yxy | 66.8750 | 0.3670 | 0.4078 |
Hunter Lab | 81.7771 | -11.7610 | 30.4685 |
CIE-Lab | 85.4408 | -7.9087 | 35.4199 |
#dfd892 color RGB value is (223,216,146).
#dfd892 hex color red value is 223, green value is 216 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dfd892 hue: 0.15 , saturation: 0.55 and the lightness value of dfd892 is 0.72.
The process color (four color CMYK) of #dfd892 color hex is 0.00, 0.03, 0.35, 0.13. Web safe color of #dfd892 is #cccc99. Color #dfd892 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011000 | 10010010 |
Octal | 337 | 330 | 222 |
Decimal | 223 | 216 | 146 |
Hex | DF | D8 | 92 |
Shades of #dfd892
Tints of #dfd892
RGB Percentages of Color #dfd892
CMYK Percentages of Color #dfd892
Complementary Color
#dfd892 | #9299df |
#dfd892 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd892 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd892 Color CSS Codes
.mybgcolor {background-color:#dfd892; } .myforecolor {color:#dfd892; } .mybordercolor {border:3px solid #dfd892; }
#dfd892 Text Font Color
<p style="color:#dfd892">Text here</p>
This sample text font color is #dfd892
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.
#dfd892 Background Color
<div style="background-color:#dfd892">
Div content here</div>
This div background color is #dfd892
#dfd892 Border Color
<div style="border:3px solid #dfd892">
Div here</div>
This div border color is #dfd892
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,216,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd892; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd892; -webkit-box-shadow: 1px 1px 3px 2px #dfd892; box-shadow: 1px 1px 3px 2px #dfd892; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,216,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd892">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd892; -webkit-box-shadow: 1px 1px 3px 2px #dfd892; box-shadow: 1px 1px 3px 2px #dfd892;">
Div content here</div>
This div box has shadow with color #dfd892
Comments
No comments written yet.
Please login to write comment.