Color spaces of #dfacf2
RGB | 223 | 172 | 242 |
---|---|---|---|
HSL | 0.79 | 0.73 | 0.81 |
HSV | 284° | 29° | 95° |
CMYK | 0.08 | 0.29 | 0.00 0.05 |
XYZ | 61.2110 | 51.6038 | 90.7388 |
Yxy | 51.6038 | 0.3007 | 0.2535 |
Hunter Lab | 71.8358 | 26.3865 | -24.6066 |
CIE-Lab | 77.0433 | 30.7357 | -27.7897 |
#dfacf2 color RGB value is (223,172,242).
#dfacf2 hex color red value is 223, green value is 172 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #dfacf2 hue: 0.79 , saturation: 0.73 and the lightness value of dfacf2 is 0.81.
The process color (four color CMYK) of #dfacf2 color hex is 0.08, 0.29, 0.00, 0.05. Web safe color of #dfacf2 is #cc99ff. Color #dfacf2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101100 | 11110010 |
Octal | 337 | 254 | 362 |
Decimal | 223 | 172 | 242 |
Hex | DF | AC | F2 |
Shades of #dfacf2
Tints of #dfacf2
RGB Percentages of Color #dfacf2
CMYK Percentages of Color #dfacf2
Complementary Color
#dfacf2 | #bff2ac |
#dfacf2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfacf2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfacf2 Color CSS Codes
.mybgcolor {background-color:#dfacf2; } .myforecolor {color:#dfacf2; } .mybordercolor {border:3px solid #dfacf2; }
#dfacf2 Text Font Color
<p style="color:#dfacf2">Text here</p>
This sample text font color is #dfacf2
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.
#dfacf2 Background Color
<div style="background-color:#dfacf2">
Div content here</div>
This div background color is #dfacf2
#dfacf2 Border Color
<div style="border:3px solid #dfacf2">
Div here</div>
This div border color is #dfacf2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,172,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfacf2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfacf2; -webkit-box-shadow: 1px 1px 3px 2px #dfacf2; box-shadow: 1px 1px 3px 2px #dfacf2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,172,242, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfacf2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfacf2; -webkit-box-shadow: 1px 1px 3px 2px #dfacf2; box-shadow: 1px 1px 3px 2px #dfacf2;">
Div content here</div>
This div box has shadow with color #dfacf2
Comments
No comments written yet.
Please login to write comment.