Color spaces of #dfafbd
RGB | 223 | 175 | 189 |
---|---|---|---|
HSL | 0.95 | 0.43 | 0.78 |
HSV | 343° | 22° | 87° |
CMYK | 0.00 | 0.22 | 0.15 0.13 |
XYZ | 54.9467 | 50.0220 | 54.9033 |
Yxy | 50.0220 | 0.3437 | 0.3129 |
Hunter Lab | 70.7262 | 14.9045 | 3.4828 |
CIE-Lab | 76.0828 | 19.6133 | -0.4243 |
#dfafbd color RGB value is (223,175,189).
#dfafbd hex color red value is 223, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dfafbd hue: 0.95 , saturation: 0.43 and the lightness value of dfafbd is 0.78.
The process color (four color CMYK) of #dfafbd color hex is 0.00, 0.22, 0.15, 0.13. Web safe color of #dfafbd is #cc99cc. Color #dfafbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101111 | 10111101 |
Octal | 337 | 257 | 275 |
Decimal | 223 | 175 | 189 |
Hex | DF | AF | BD |
Shades of #dfafbd
Tints of #dfafbd
RGB Percentages of Color #dfafbd
CMYK Percentages of Color #dfafbd
Complementary Color
#dfafbd | #afdfd1 |
#dfafbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfafbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfafbd Color CSS Codes
.mybgcolor {background-color:#dfafbd; } .myforecolor {color:#dfafbd; } .mybordercolor {border:3px solid #dfafbd; }
#dfafbd Text Font Color
<p style="color:#dfafbd">Text here</p>
This sample text font color is #dfafbd
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.
#dfafbd Background Color
<div style="background-color:#dfafbd">
Div content here</div>
This div background color is #dfafbd
#dfafbd Border Color
<div style="border:3px solid #dfafbd">
Div here</div>
This div border color is #dfafbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,175,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfafbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfafbd; -webkit-box-shadow: 1px 1px 3px 2px #dfafbd; box-shadow: 1px 1px 3px 2px #dfafbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,175,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfafbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfafbd; -webkit-box-shadow: 1px 1px 3px 2px #dfafbd; box-shadow: 1px 1px 3px 2px #dfafbd;">
Div content here</div>
This div box has shadow with color #dfafbd
Comments
No comments written yet.
Please login to write comment.