Color spaces of #daafba
RGB | 218 | 175 | 186 |
---|---|---|---|
HSL | 0.96 | 0.37 | 0.77 |
HSV | 345° | 20° | 85° |
CMYK | 0.00 | 0.20 | 0.15 0.15 |
XYZ | 53.1063 | 49.1105 | 53.1346 |
Yxy | 49.1105 | 0.3418 | 0.3161 |
Hunter Lab | 70.0789 | 12.6306 | 4.1009 |
CIE-Lab | 75.5200 | 17.3357 | 0.3336 |
#daafba color RGB value is (218,175,186).
#daafba hex color red value is 218, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #daafba hue: 0.96 , saturation: 0.37 and the lightness value of daafba is 0.77.
The process color (four color CMYK) of #daafba color hex is 0.00, 0.20, 0.15, 0.15. Web safe color of #daafba is #cc99cc. Color #daafba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101111 | 10111010 |
Octal | 332 | 257 | 272 |
Decimal | 218 | 175 | 186 |
Hex | DA | AF | BA |
Shades of #daafba
Tints of #daafba
RGB Percentages of Color #daafba
CMYK Percentages of Color #daafba
Complementary Color
#daafba | #afdacf |
#daafba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daafba Color Preview on White Background
Lorem ipsum dolor sit amet.
#daafba Color CSS Codes
.mybgcolor {background-color:#daafba; } .myforecolor {color:#daafba; } .mybordercolor {border:3px solid #daafba; }
#daafba Text Font Color
<p style="color:#daafba">Text here</p>
This sample text font color is #daafba
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.
#daafba Background Color
<div style="background-color:#daafba">
Div content here</div>
This div background color is #daafba
#daafba Border Color
<div style="border:3px solid #daafba">
Div here</div>
This div border color is #daafba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,175,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daafba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daafba; -webkit-box-shadow: 1px 1px 3px 2px #daafba; box-shadow: 1px 1px 3px 2px #daafba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,175,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daafba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daafba; -webkit-box-shadow: 1px 1px 3px 2px #daafba; box-shadow: 1px 1px 3px 2px #daafba;">
Div content here</div>
This div box has shadow with color #daafba
Comments
No comments written yet.
Please login to write comment.