Color spaces of #dfaff8
RGB | 223 | 175 | 248 |
---|---|---|---|
HSL | 0.78 | 0.84 | 0.83 |
HSV | 279° | 29° | 97° |
CMYK | 0.10 | 0.29 | 0.00 0.03 |
XYZ | 62.7047 | 53.1252 | 95.7562 |
Yxy | 53.1252 | 0.2964 | 0.2511 |
Hunter Lab | 72.8870 | 26.0112 | -26.8720 |
CIE-Lab | 77.9489 | 30.3165 | -29.6354 |
#dfaff8 color RGB value is (223,175,248).
#dfaff8 hex color red value is 223, green value is 175 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #dfaff8 hue: 0.78 , saturation: 0.84 and the lightness value of dfaff8 is 0.83.
The process color (four color CMYK) of #dfaff8 color hex is 0.10, 0.29, 0.00, 0.03. Web safe color of #dfaff8 is #cc99ff. Color #dfaff8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101111 | 11111000 |
Octal | 337 | 257 | 370 |
Decimal | 223 | 175 | 248 |
Hex | DF | AF | F8 |
Shades of #dfaff8
Tints of #dfaff8
RGB Percentages of Color #dfaff8
CMYK Percentages of Color #dfaff8
Complementary Color
#dfaff8 | #c8f8af |
#dfaff8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfaff8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfaff8 Color CSS Codes
.mybgcolor {background-color:#dfaff8; } .myforecolor {color:#dfaff8; } .mybordercolor {border:3px solid #dfaff8; }
#dfaff8 Text Font Color
<p style="color:#dfaff8">Text here</p>
This sample text font color is #dfaff8
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.
#dfaff8 Background Color
<div style="background-color:#dfaff8">
Div content here</div>
This div background color is #dfaff8
#dfaff8 Border Color
<div style="border:3px solid #dfaff8">
Div here</div>
This div border color is #dfaff8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,175,248, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfaff8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfaff8; -webkit-box-shadow: 1px 1px 3px 2px #dfaff8; box-shadow: 1px 1px 3px 2px #dfaff8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,175,248, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfaff8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfaff8; -webkit-box-shadow: 1px 1px 3px 2px #dfaff8; box-shadow: 1px 1px 3px 2px #dfaff8;">
Div content here</div>
This div box has shadow with color #dfaff8
Comments
No comments written yet.
Please login to write comment.