Color spaces of #daae89
RGB | 218 | 174 | 137 |
---|---|---|---|
HSL | 0.08 | 0.52 | 0.70 |
HSV | 27° | 37° | 85° |
CMYK | 0.00 | 0.20 | 0.37 0.15 |
XYZ | 48.5649 | 46.9837 | 30.1760 |
Yxy | 46.9837 | 0.3863 | 0.3737 |
Hunter Lab | 68.5447 | 6.5167 | 21.8795 |
CIE-Lab | 74.1793 | 11.0241 | 25.0857 |
#daae89 color RGB value is (218,174,137).
#daae89 hex color red value is 218, green value is 174 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #daae89 hue: 0.08 , saturation: 0.52 and the lightness value of daae89 is 0.70.
The process color (four color CMYK) of #daae89 color hex is 0.00, 0.20, 0.37, 0.15. Web safe color of #daae89 is #cc9999. Color #daae89 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101110 | 10001001 |
Octal | 332 | 256 | 211 |
Decimal | 218 | 174 | 137 |
Hex | DA | AE | 89 |
Shades of #daae89
Tints of #daae89
RGB Percentages of Color #daae89
CMYK Percentages of Color #daae89
Complementary Color
#daae89 | #89b5da |
#daae89 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daae89 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daae89 Color CSS Codes
.mybgcolor {background-color:#daae89; } .myforecolor {color:#daae89; } .mybordercolor {border:3px solid #daae89; }
#daae89 Text Font Color
<p style="color:#daae89">Text here</p>
This sample text font color is #daae89
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.
#daae89 Background Color
<div style="background-color:#daae89">
Div content here</div>
This div background color is #daae89
#daae89 Border Color
<div style="border:3px solid #daae89">
Div here</div>
This div border color is #daae89
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,174,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daae89; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daae89; -webkit-box-shadow: 1px 1px 3px 2px #daae89; box-shadow: 1px 1px 3px 2px #daae89; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,174,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daae89">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daae89; -webkit-box-shadow: 1px 1px 3px 2px #daae89; box-shadow: 1px 1px 3px 2px #daae89;">
Div content here</div>
This div box has shadow with color #daae89
#daae89 Color Palettes
Comments
No comments written yet.
Please login to write comment.