Color spaces of #dfdbc8
RGB | 223 | 219 | 200 |
---|---|---|---|
HSL | 0.14 | 0.26 | 0.83 |
HSV | 50° | 10° | 87° |
CMYK | 0.00 | 0.02 | 0.10 0.13 |
XYZ | 66.1883 | 70.5211 | 64.7670 |
Yxy | 70.5211 | 0.3285 | 0.3500 |
Hunter Lab | 83.9768 | -6.2705 | 13.0565 |
CIE-Lab | 87.2518 | -1.8667 | 9.8196 |
#dfdbc8 color RGB value is (223,219,200).
#dfdbc8 hex color red value is 223, green value is 219 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dfdbc8 hue: 0.14 , saturation: 0.26 and the lightness value of dfdbc8 is 0.83.
The process color (four color CMYK) of #dfdbc8 color hex is 0.00, 0.02, 0.10, 0.13. Web safe color of #dfdbc8 is #cccccc. Color #dfdbc8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011011 | 11001000 |
Octal | 337 | 333 | 310 |
Decimal | 223 | 219 | 200 |
Hex | DF | DB | C8 |
Shades of #dfdbc8
Tints of #dfdbc8
RGB Percentages of Color #dfdbc8
CMYK Percentages of Color #dfdbc8
Complementary Color
#dfdbc8 | #c8ccdf |
#dfdbc8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdbc8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdbc8 Color CSS Codes
.mybgcolor {background-color:#dfdbc8; } .myforecolor {color:#dfdbc8; } .mybordercolor {border:3px solid #dfdbc8; }
#dfdbc8 Text Font Color
<p style="color:#dfdbc8">Text here</p>
This sample text font color is #dfdbc8
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.
#dfdbc8 Background Color
<div style="background-color:#dfdbc8">
Div content here</div>
This div background color is #dfdbc8
#dfdbc8 Border Color
<div style="border:3px solid #dfdbc8">
Div here</div>
This div border color is #dfdbc8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,219,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdbc8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdbc8; -webkit-box-shadow: 1px 1px 3px 2px #dfdbc8; box-shadow: 1px 1px 3px 2px #dfdbc8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,219,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdbc8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdbc8; -webkit-box-shadow: 1px 1px 3px 2px #dfdbc8; box-shadow: 1px 1px 3px 2px #dfdbc8;">
Div content here</div>
This div box has shadow with color #dfdbc8
Comments
No comments written yet.
Please login to write comment.