Color spaces of #dfcfdf
RGB | 223 | 207 | 223 |
---|---|---|---|
HSL | 0.83 | 0.20 | 0.84 |
HSV | 300° | 7° | 87° |
CMYK | 0.00 | 0.07 | 0.00 0.13 |
XYZ | 66.0635 | 65.6413 | 79.0002 |
Yxy | 65.6413 | 0.3135 | 0.3115 |
Hunter Lab | 81.0193 | 3.7659 | -1.0989 |
CIE-Lab | 84.8131 | 8.3662 | -5.9000 |
#dfcfdf color RGB value is (223,207,223).
#dfcfdf hex color red value is 223, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dfcfdf hue: 0.83 , saturation: 0.20 and the lightness value of dfcfdf is 0.84.
The process color (four color CMYK) of #dfcfdf color hex is 0.00, 0.07, 0.00, 0.13. Web safe color of #dfcfdf is #cccccc. Color #dfcfdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001111 | 11011111 |
Octal | 337 | 317 | 337 |
Decimal | 223 | 207 | 223 |
Hex | DF | CF | DF |
Shades of #dfcfdf
Tints of #dfcfdf
RGB Percentages of Color #dfcfdf
CMYK Percentages of Color #dfcfdf
Complementary Color
#dfcfdf | #cfdfcf |
#dfcfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcfdf Color CSS Codes
.mybgcolor {background-color:#dfcfdf; } .myforecolor {color:#dfcfdf; } .mybordercolor {border:3px solid #dfcfdf; }
#dfcfdf Text Font Color
<p style="color:#dfcfdf">Text here</p>
This sample text font color is #dfcfdf
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.
#dfcfdf Background Color
<div style="background-color:#dfcfdf">
Div content here</div>
This div background color is #dfcfdf
#dfcfdf Border Color
<div style="border:3px solid #dfcfdf">
Div here</div>
This div border color is #dfcfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,207,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcfdf; -webkit-box-shadow: 1px 1px 3px 2px #dfcfdf; box-shadow: 1px 1px 3px 2px #dfcfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,207,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcfdf; -webkit-box-shadow: 1px 1px 3px 2px #dfcfdf; box-shadow: 1px 1px 3px 2px #dfcfdf;">
Div content here</div>
This div box has shadow with color #dfcfdf
Comments
No comments written yet.
Please login to write comment.