Color spaces of #dfbabb
RGB | 223 | 186 | 187 |
---|---|---|---|
HSL | 1.00 | 0.37 | 0.80 |
HSV | 358° | 17° | 87° |
CMYK | 0.00 | 0.17 | 0.16 0.13 |
XYZ | 56.9600 | 54.3936 | 54.5106 |
Yxy | 54.3936 | 0.3434 | 0.3279 |
Hunter Lab | 73.7520 | 8.7927 | 7.8048 |
CIE-Lab | 78.6907 | 13.3987 | 4.4526 |
#dfbabb color RGB value is (223,186,187).
#dfbabb hex color red value is 223, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dfbabb hue: 1.00 , saturation: 0.37 and the lightness value of dfbabb is 0.80.
The process color (four color CMYK) of #dfbabb color hex is 0.00, 0.17, 0.16, 0.13. Web safe color of #dfbabb is #cccccc. Color #dfbabb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111010 | 10111011 |
Octal | 337 | 272 | 273 |
Decimal | 223 | 186 | 187 |
Hex | DF | BA | BB |
Shades of #dfbabb
Tints of #dfbabb
RGB Percentages of Color #dfbabb
CMYK Percentages of Color #dfbabb
Complementary Color
#dfbabb | #badfde |
#dfbabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbabb Color CSS Codes
.mybgcolor {background-color:#dfbabb; } .myforecolor {color:#dfbabb; } .mybordercolor {border:3px solid #dfbabb; }
#dfbabb Text Font Color
<p style="color:#dfbabb">Text here</p>
This sample text font color is #dfbabb
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.
#dfbabb Background Color
<div style="background-color:#dfbabb">
Div content here</div>
This div background color is #dfbabb
#dfbabb Border Color
<div style="border:3px solid #dfbabb">
Div here</div>
This div border color is #dfbabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,186,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbabb; -webkit-box-shadow: 1px 1px 3px 2px #dfbabb; box-shadow: 1px 1px 3px 2px #dfbabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,186,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbabb; -webkit-box-shadow: 1px 1px 3px 2px #dfbabb; box-shadow: 1px 1px 3px 2px #dfbabb;">
Div content here</div>
This div box has shadow with color #dfbabb
Comments
No comments written yet.
Please login to write comment.