Color spaces of #daabce
RGB | 218 | 171 | 206 |
---|---|---|---|
HSL | 0.88 | 0.39 | 0.76 |
HSV | 315° | 22° | 85° |
CMYK | 0.00 | 0.22 | 0.06 0.15 |
XYZ | 54.6169 | 48.4875 | 64.8729 |
Yxy | 48.4875 | 0.3251 | 0.2887 |
Hunter Lab | 69.6330 | 18.1495 | -6.4939 |
CIE-Lab | 75.1314 | 22.8791 | -11.1693 |
#daabce color RGB value is (218,171,206).
#daabce hex color red value is 218, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #daabce hue: 0.88 , saturation: 0.39 and the lightness value of daabce is 0.76.
The process color (four color CMYK) of #daabce color hex is 0.00, 0.22, 0.06, 0.15. Web safe color of #daabce is #cc99cc. Color #daabce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101011 | 11001110 |
Octal | 332 | 253 | 316 |
Decimal | 218 | 171 | 206 |
Hex | DA | AB | CE |
Shades of #daabce
Tints of #daabce
RGB Percentages of Color #daabce
CMYK Percentages of Color #daabce
Complementary Color
#daabce | #abdab7 |
#daabce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daabce Color Preview on White Background
Lorem ipsum dolor sit amet.
#daabce Color CSS Codes
.mybgcolor {background-color:#daabce; } .myforecolor {color:#daabce; } .mybordercolor {border:3px solid #daabce; }
#daabce Text Font Color
<p style="color:#daabce">Text here</p>
This sample text font color is #daabce
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.
#daabce Background Color
<div style="background-color:#daabce">
Div content here</div>
This div background color is #daabce
#daabce Border Color
<div style="border:3px solid #daabce">
Div here</div>
This div border color is #daabce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,171,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daabce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daabce; -webkit-box-shadow: 1px 1px 3px 2px #daabce; box-shadow: 1px 1px 3px 2px #daabce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,171,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daabce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daabce; -webkit-box-shadow: 1px 1px 3px 2px #daabce; box-shadow: 1px 1px 3px 2px #daabce;">
Div content here</div>
This div box has shadow with color #daabce
Comments
No comments written yet.
Please login to write comment.