Color spaces of #dfd998
RGB | 223 | 217 | 152 |
---|---|---|---|
HSL | 0.15 | 0.53 | 0.74 |
HSV | 55° | 32° | 87° |
CMYK | 0.00 | 0.03 | 0.32 0.13 |
XYZ | 60.9118 | 67.5807 | 39.5397 |
Yxy | 67.5807 | 0.3625 | 0.4022 |
Hunter Lab | 82.2075 | -11.6032 | 29.0283 |
CIE-Lab | 85.7964 | -7.6976 | 32.8229 |
#dfd998 color RGB value is (223,217,152).
#dfd998 hex color red value is 223, green value is 217 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dfd998 hue: 0.15 , saturation: 0.53 and the lightness value of dfd998 is 0.74.
The process color (four color CMYK) of #dfd998 color hex is 0.00, 0.03, 0.32, 0.13. Web safe color of #dfd998 is #cccc99. Color #dfd998 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011001 | 10011000 |
Octal | 337 | 331 | 230 |
Decimal | 223 | 217 | 152 |
Hex | DF | D9 | 98 |
Shades of #dfd998
Tints of #dfd998
RGB Percentages of Color #dfd998
CMYK Percentages of Color #dfd998
Complementary Color
#dfd998 | #989edf |
#dfd998 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd998 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd998 Color CSS Codes
.mybgcolor {background-color:#dfd998; } .myforecolor {color:#dfd998; } .mybordercolor {border:3px solid #dfd998; }
#dfd998 Text Font Color
<p style="color:#dfd998">Text here</p>
This sample text font color is #dfd998
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.
#dfd998 Background Color
<div style="background-color:#dfd998">
Div content here</div>
This div background color is #dfd998
#dfd998 Border Color
<div style="border:3px solid #dfd998">
Div here</div>
This div border color is #dfd998
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,217,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd998; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd998; -webkit-box-shadow: 1px 1px 3px 2px #dfd998; box-shadow: 1px 1px 3px 2px #dfd998; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,217,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd998">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd998; -webkit-box-shadow: 1px 1px 3px 2px #dfd998; box-shadow: 1px 1px 3px 2px #dfd998;">
Div content here</div>
This div box has shadow with color #dfd998
Comments
No comments written yet.
Please login to write comment.