Color spaces of #daabb8
RGB | 218 | 171 | 184 |
---|---|---|---|
HSL | 0.95 | 0.39 | 0.76 |
HSV | 343° | 22° | 85° |
CMYK | 0.00 | 0.22 | 0.16 0.15 |
XYZ | 52.1281 | 47.4919 | 51.7668 |
Yxy | 47.4919 | 0.3443 | 0.3137 |
Hunter Lab | 68.9144 | 14.4206 | 3.7028 |
CIE-Lab | 74.5033 | 19.1738 | -0.0565 |
#daabb8 color RGB value is (218,171,184).
#daabb8 hex color red value is 218, green value is 171 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #daabb8 hue: 0.95 , saturation: 0.39 and the lightness value of daabb8 is 0.76.
The process color (four color CMYK) of #daabb8 color hex is 0.00, 0.22, 0.16, 0.15. Web safe color of #daabb8 is #cc99cc. Color #daabb8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101011 | 10111000 |
Octal | 332 | 253 | 270 |
Decimal | 218 | 171 | 184 |
Hex | DA | AB | B8 |
Shades of #daabb8
Tints of #daabb8
RGB Percentages of Color #daabb8
CMYK Percentages of Color #daabb8
Complementary Color
#daabb8 | #abdacd |
#daabb8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daabb8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daabb8 Color CSS Codes
.mybgcolor {background-color:#daabb8; } .myforecolor {color:#daabb8; } .mybordercolor {border:3px solid #daabb8; }
#daabb8 Text Font Color
<p style="color:#daabb8">Text here</p>
This sample text font color is #daabb8
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.
#daabb8 Background Color
<div style="background-color:#daabb8">
Div content here</div>
This div background color is #daabb8
#daabb8 Border Color
<div style="border:3px solid #daabb8">
Div here</div>
This div border color is #daabb8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,171,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daabb8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daabb8; -webkit-box-shadow: 1px 1px 3px 2px #daabb8; box-shadow: 1px 1px 3px 2px #daabb8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,171,184, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daabb8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daabb8; -webkit-box-shadow: 1px 1px 3px 2px #daabb8; box-shadow: 1px 1px 3px 2px #daabb8;">
Div content here</div>
This div box has shadow with color #daabb8
Comments
No comments written yet.
Please login to write comment.