Color spaces of #daacf3
RGB | 218 | 172 | 243 |
---|---|---|---|
HSL | 0.77 | 0.75 | 0.81 |
HSV | 279° | 29° | 95° |
CMYK | 0.10 | 0.29 | 0.00 0.05 |
XYZ | 59.8436 | 50.8815 | 91.4610 |
Yxy | 50.8815 | 0.2960 | 0.2517 |
Hunter Lab | 71.3313 | 24.9234 | -26.0898 |
CIE-Lab | 76.6072 | 29.3762 | -29.0397 |
#daacf3 color RGB value is (218,172,243).
#daacf3 hex color red value is 218, green value is 172 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #daacf3 hue: 0.77 , saturation: 0.75 and the lightness value of daacf3 is 0.81.
The process color (four color CMYK) of #daacf3 color hex is 0.10, 0.29, 0.00, 0.05. Web safe color of #daacf3 is #cc99ff. Color #daacf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101100 | 11110011 |
Octal | 332 | 254 | 363 |
Decimal | 218 | 172 | 243 |
Hex | DA | AC | F3 |
Shades of #daacf3
Tints of #daacf3
RGB Percentages of Color #daacf3
CMYK Percentages of Color #daacf3
Complementary Color
#daacf3 | #c5f3ac |
#daacf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daacf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daacf3 Color CSS Codes
.mybgcolor {background-color:#daacf3; } .myforecolor {color:#daacf3; } .mybordercolor {border:3px solid #daacf3; }
#daacf3 Text Font Color
<p style="color:#daacf3">Text here</p>
This sample text font color is #daacf3
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.
#daacf3 Background Color
<div style="background-color:#daacf3">
Div content here</div>
This div background color is #daacf3
#daacf3 Border Color
<div style="border:3px solid #daacf3">
Div here</div>
This div border color is #daacf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,172,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daacf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daacf3; -webkit-box-shadow: 1px 1px 3px 2px #daacf3; box-shadow: 1px 1px 3px 2px #daacf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,172,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daacf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daacf3; -webkit-box-shadow: 1px 1px 3px 2px #daacf3; box-shadow: 1px 1px 3px 2px #daacf3;">
Div content here</div>
This div box has shadow with color #daacf3
Comments
No comments written yet.
Please login to write comment.