Color spaces of #daafb1
RGB | 218 | 175 | 177 |
---|---|---|---|
HSL | 0.99 | 0.37 | 0.77 |
HSV | 357° | 20° | 85° |
CMYK | 0.00 | 0.20 | 0.19 0.15 |
XYZ | 52.1792 | 48.7397 | 48.2525 |
Yxy | 48.7397 | 0.3498 | 0.3267 |
Hunter Lab | 69.8138 | 11.2376 | 7.8908 |
CIE-Lab | 75.2891 | 15.9205 | 4.9137 |
#daafb1 color RGB value is (218,175,177).
#daafb1 hex color red value is 218, green value is 175 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #daafb1 hue: 0.99 , saturation: 0.37 and the lightness value of daafb1 is 0.77.
The process color (four color CMYK) of #daafb1 color hex is 0.00, 0.20, 0.19, 0.15. Web safe color of #daafb1 is #cc9999. Color #daafb1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101111 | 10110001 |
Octal | 332 | 257 | 261 |
Decimal | 218 | 175 | 177 |
Hex | DA | AF | B1 |
Shades of #daafb1
Tints of #daafb1
RGB Percentages of Color #daafb1
CMYK Percentages of Color #daafb1
Complementary Color
#daafb1 | #afdad8 |
#daafb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daafb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daafb1 Color CSS Codes
.mybgcolor {background-color:#daafb1; } .myforecolor {color:#daafb1; } .mybordercolor {border:3px solid #daafb1; }
#daafb1 Text Font Color
<p style="color:#daafb1">Text here</p>
This sample text font color is #daafb1
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.
#daafb1 Background Color
<div style="background-color:#daafb1">
Div content here</div>
This div background color is #daafb1
#daafb1 Border Color
<div style="border:3px solid #daafb1">
Div here</div>
This div border color is #daafb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,175,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daafb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daafb1; -webkit-box-shadow: 1px 1px 3px 2px #daafb1; box-shadow: 1px 1px 3px 2px #daafb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,175,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daafb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daafb1; -webkit-box-shadow: 1px 1px 3px 2px #daafb1; box-shadow: 1px 1px 3px 2px #daafb1;">
Div content here</div>
This div box has shadow with color #daafb1
Comments
No comments written yet.
Please login to write comment.