Color spaces of #dfbad1
RGB | 223 | 186 | 209 |
---|---|---|---|
HSL | 0.90 | 0.37 | 0.80 |
HSV | 323° | 17° | 87° |
CMYK | 0.00 | 0.17 | 0.06 0.13 |
XYZ | 59.4990 | 55.4092 | 67.8807 |
Yxy | 55.4092 | 0.3255 | 0.3031 |
Hunter Lab | 74.4374 | 12.4126 | -1.9614 |
CIE-Lab | 79.2764 | 17.0468 | -6.5845 |
#dfbad1 color RGB value is (223,186,209).
#dfbad1 hex color red value is 223, green value is 186 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #dfbad1 hue: 0.90 , saturation: 0.37 and the lightness value of dfbad1 is 0.80.
The process color (four color CMYK) of #dfbad1 color hex is 0.00, 0.17, 0.06, 0.13. Web safe color of #dfbad1 is #cccccc. Color #dfbad1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111010 | 11010001 |
Octal | 337 | 272 | 321 |
Decimal | 223 | 186 | 209 |
Hex | DF | BA | D1 |
Shades of #dfbad1
Tints of #dfbad1
RGB Percentages of Color #dfbad1
CMYK Percentages of Color #dfbad1
Complementary Color
#dfbad1 | #badfc8 |
#dfbad1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbad1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbad1 Color CSS Codes
.mybgcolor {background-color:#dfbad1; } .myforecolor {color:#dfbad1; } .mybordercolor {border:3px solid #dfbad1; }
#dfbad1 Text Font Color
<p style="color:#dfbad1">Text here</p>
This sample text font color is #dfbad1
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.
#dfbad1 Background Color
<div style="background-color:#dfbad1">
Div content here</div>
This div background color is #dfbad1
#dfbad1 Border Color
<div style="border:3px solid #dfbad1">
Div here</div>
This div border color is #dfbad1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,186,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbad1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbad1; -webkit-box-shadow: 1px 1px 3px 2px #dfbad1; box-shadow: 1px 1px 3px 2px #dfbad1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,186,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbad1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbad1; -webkit-box-shadow: 1px 1px 3px 2px #dfbad1; box-shadow: 1px 1px 3px 2px #dfbad1;">
Div content here</div>
This div box has shadow with color #dfbad1
Comments
No comments written yet.
Please login to write comment.