Color spaces of #dfaafa
RGB | 223 | 170 | 250 |
---|---|---|---|
HSL | 0.78 | 0.89 | 0.82 |
HSV | 280° | 32° | 98° |
CMYK | 0.11 | 0.32 | 0.00 0.02 |
XYZ | 62.0615 | 51.3396 | 97.0810 |
Yxy | 51.3396 | 0.2949 | 0.2439 |
Hunter Lab | 71.6517 | 29.2184 | -30.1760 |
CIE-Lab | 76.8843 | 33.4119 | -32.3506 |
#dfaafa color RGB value is (223,170,250).
#dfaafa hex color red value is 223, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfaafa hue: 0.78 , saturation: 0.89 and the lightness value of dfaafa is 0.82.
The process color (four color CMYK) of #dfaafa color hex is 0.11, 0.32, 0.00, 0.02. Web safe color of #dfaafa is #cc99ff. Color #dfaafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101010 | 11111010 |
Octal | 337 | 252 | 372 |
Decimal | 223 | 170 | 250 |
Hex | DF | AA | FA |
Shades of #dfaafa
Tints of #dfaafa
RGB Percentages of Color #dfaafa
CMYK Percentages of Color #dfaafa
Complementary Color
#dfaafa | #c5faaa |
#dfaafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfaafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfaafa Color CSS Codes
.mybgcolor {background-color:#dfaafa; } .myforecolor {color:#dfaafa; } .mybordercolor {border:3px solid #dfaafa; }
#dfaafa Text Font Color
<p style="color:#dfaafa">Text here</p>
This sample text font color is #dfaafa
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.
#dfaafa Background Color
<div style="background-color:#dfaafa">
Div content here</div>
This div background color is #dfaafa
#dfaafa Border Color
<div style="border:3px solid #dfaafa">
Div here</div>
This div border color is #dfaafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,170,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfaafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfaafa; -webkit-box-shadow: 1px 1px 3px 2px #dfaafa; box-shadow: 1px 1px 3px 2px #dfaafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,170,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfaafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfaafa; -webkit-box-shadow: 1px 1px 3px 2px #dfaafa; box-shadow: 1px 1px 3px 2px #dfaafa;">
Div content here</div>
This div box has shadow with color #dfaafa
Comments
No comments written yet.
Please login to write comment.