Color spaces of #dfcebc
RGB | 223 | 206 | 188 |
---|---|---|---|
HSL | 0.09 | 0.35 | 0.81 |
HSV | 31° | 16° | 87° |
CMYK | 0.00 | 0.08 | 0.16 0.13 |
XYZ | 61.5798 | 63.4614 | 56.5806 |
Yxy | 63.4614 | 0.3391 | 0.3494 |
Hunter Lab | 79.6627 | -1.4279 | 13.6530 |
CIE-Lab | 83.6846 | 2.9751 | 11.0774 |
#dfcebc color RGB value is (223,206,188).
#dfcebc hex color red value is 223, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dfcebc hue: 0.09 , saturation: 0.35 and the lightness value of dfcebc is 0.81.
The process color (four color CMYK) of #dfcebc color hex is 0.00, 0.08, 0.16, 0.13. Web safe color of #dfcebc is #cccccc. Color #dfcebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001110 | 10111100 |
Octal | 337 | 316 | 274 |
Decimal | 223 | 206 | 188 |
Hex | DF | CE | BC |
Shades of #dfcebc
Tints of #dfcebc
RGB Percentages of Color #dfcebc
CMYK Percentages of Color #dfcebc
Complementary Color
#dfcebc | #bccddf |
#dfcebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcebc Color CSS Codes
.mybgcolor {background-color:#dfcebc; } .myforecolor {color:#dfcebc; } .mybordercolor {border:3px solid #dfcebc; }
#dfcebc Text Font Color
<p style="color:#dfcebc">Text here</p>
This sample text font color is #dfcebc
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.
#dfcebc Background Color
<div style="background-color:#dfcebc">
Div content here</div>
This div background color is #dfcebc
#dfcebc Border Color
<div style="border:3px solid #dfcebc">
Div here</div>
This div border color is #dfcebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,206,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcebc; -webkit-box-shadow: 1px 1px 3px 2px #dfcebc; box-shadow: 1px 1px 3px 2px #dfcebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,206,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcebc; -webkit-box-shadow: 1px 1px 3px 2px #dfcebc; box-shadow: 1px 1px 3px 2px #dfcebc;">
Div content here</div>
This div box has shadow with color #dfcebc
Comments
No comments written yet.
Please login to write comment.