Color spaces of #dabeaa
RGB | 218 | 190 | 170 |
---|---|---|---|
HSL | 0.07 | 0.39 | 0.76 |
HSV | 25° | 22° | 85° |
CMYK | 0.00 | 0.13 | 0.22 0.15 |
XYZ | 54.5826 | 54.6346 | 45.6989 |
Yxy | 54.6346 | 0.3523 | 0.3527 |
Hunter Lab | 73.9152 | 2.4615 | 15.0840 |
CIE-Lab | 78.8303 | 6.8483 | 13.7580 |
#dabeaa color RGB value is (218,190,170).
#dabeaa hex color red value is 218, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dabeaa hue: 0.07 , saturation: 0.39 and the lightness value of dabeaa is 0.76.
The process color (four color CMYK) of #dabeaa color hex is 0.00, 0.13, 0.22, 0.15. Web safe color of #dabeaa is #cccc99. Color #dabeaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111110 | 10101010 |
Octal | 332 | 276 | 252 |
Decimal | 218 | 190 | 170 |
Hex | DA | BE | AA |
Shades of #dabeaa
Tints of #dabeaa
RGB Percentages of Color #dabeaa
CMYK Percentages of Color #dabeaa
Complementary Color
#dabeaa | #aac6da |
#dabeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabeaa Color CSS Codes
.mybgcolor {background-color:#dabeaa; } .myforecolor {color:#dabeaa; } .mybordercolor {border:3px solid #dabeaa; }
#dabeaa Text Font Color
<p style="color:#dabeaa">Text here</p>
This sample text font color is #dabeaa
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.
#dabeaa Background Color
<div style="background-color:#dabeaa">
Div content here</div>
This div background color is #dabeaa
#dabeaa Border Color
<div style="border:3px solid #dabeaa">
Div here</div>
This div border color is #dabeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,190,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabeaa; -webkit-box-shadow: 1px 1px 3px 2px #dabeaa; box-shadow: 1px 1px 3px 2px #dabeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,190,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabeaa; -webkit-box-shadow: 1px 1px 3px 2px #dabeaa; box-shadow: 1px 1px 3px 2px #dabeaa;">
Div content here</div>
This div box has shadow with color #dabeaa
Comments
No comments written yet.
Please login to write comment.