Color spaces of #dfc2ba
RGB | 223 | 194 | 186 |
---|---|---|---|
HSL | 0.04 | 0.37 | 0.80 |
HSV | 13° | 17° | 87° |
CMYK | 0.00 | 0.13 | 0.17 0.13 |
XYZ | 58.5861 | 57.8167 | 54.5263 |
Yxy | 57.8167 | 0.3428 | 0.3382 |
Hunter Lab | 76.0373 | 4.4675 | 10.7093 |
CIE-Lab | 80.6368 | 8.9842 | 7.7926 |
#dfc2ba color RGB value is (223,194,186).
#dfc2ba hex color red value is 223, green value is 194 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dfc2ba hue: 0.04 , saturation: 0.37 and the lightness value of dfc2ba is 0.80.
The process color (four color CMYK) of #dfc2ba color hex is 0.00, 0.13, 0.17, 0.13. Web safe color of #dfc2ba is #cccccc. Color #dfc2ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000010 | 10111010 |
Octal | 337 | 302 | 272 |
Decimal | 223 | 194 | 186 |
Hex | DF | C2 | BA |
Shades of #dfc2ba
Tints of #dfc2ba
RGB Percentages of Color #dfc2ba
CMYK Percentages of Color #dfc2ba
Complementary Color
#dfc2ba | #bad7df |
#dfc2ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc2ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc2ba Color CSS Codes
.mybgcolor {background-color:#dfc2ba; } .myforecolor {color:#dfc2ba; } .mybordercolor {border:3px solid #dfc2ba; }
#dfc2ba Text Font Color
<p style="color:#dfc2ba">Text here</p>
This sample text font color is #dfc2ba
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.
#dfc2ba Background Color
<div style="background-color:#dfc2ba">
Div content here</div>
This div background color is #dfc2ba
#dfc2ba Border Color
<div style="border:3px solid #dfc2ba">
Div here</div>
This div border color is #dfc2ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,194,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc2ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc2ba; -webkit-box-shadow: 1px 1px 3px 2px #dfc2ba; box-shadow: 1px 1px 3px 2px #dfc2ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,194,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc2ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc2ba; -webkit-box-shadow: 1px 1px 3px 2px #dfc2ba; box-shadow: 1px 1px 3px 2px #dfc2ba;">
Div content here</div>
This div box has shadow with color #dfc2ba
Comments
No comments written yet.
Please login to write comment.