Color spaces of #dfb3be
RGB | 223 | 179 | 190 |
---|---|---|---|
HSL | 0.96 | 0.41 | 0.79 |
HSV | 345° | 20° | 87° |
CMYK | 0.00 | 0.20 | 0.15 0.13 |
XYZ | 55.8458 | 51.6459 | 55.7405 |
Yxy | 51.6459 | 0.3421 | 0.3164 |
Hunter Lab | 71.8651 | 12.9471 | 4.3186 |
CIE-Lab | 77.0686 | 17.6235 | 0.4704 |
#dfb3be color RGB value is (223,179,190).
#dfb3be hex color red value is 223, green value is 179 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfb3be hue: 0.96 , saturation: 0.41 and the lightness value of dfb3be is 0.79.
The process color (four color CMYK) of #dfb3be color hex is 0.00, 0.20, 0.15, 0.13. Web safe color of #dfb3be is #cccccc. Color #dfb3be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110011 | 10111110 |
Octal | 337 | 263 | 276 |
Decimal | 223 | 179 | 190 |
Hex | DF | B3 | BE |
Shades of #dfb3be
Tints of #dfb3be
RGB Percentages of Color #dfb3be
CMYK Percentages of Color #dfb3be
Complementary Color
#dfb3be | #b3dfd4 |
#dfb3be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb3be Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb3be Color CSS Codes
.mybgcolor {background-color:#dfb3be; } .myforecolor {color:#dfb3be; } .mybordercolor {border:3px solid #dfb3be; }
#dfb3be Text Font Color
<p style="color:#dfb3be">Text here</p>
This sample text font color is #dfb3be
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.
#dfb3be Background Color
<div style="background-color:#dfb3be">
Div content here</div>
This div background color is #dfb3be
#dfb3be Border Color
<div style="border:3px solid #dfb3be">
Div here</div>
This div border color is #dfb3be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,179,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb3be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb3be; -webkit-box-shadow: 1px 1px 3px 2px #dfb3be; box-shadow: 1px 1px 3px 2px #dfb3be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,179,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb3be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb3be; -webkit-box-shadow: 1px 1px 3px 2px #dfb3be; box-shadow: 1px 1px 3px 2px #dfb3be;">
Div content here</div>
This div box has shadow with color #dfb3be
Comments
No comments written yet.
Please login to write comment.