Color spaces of #dabaa7
RGB | 218 | 186 | 167 |
---|---|---|---|
HSL | 0.06 | 0.41 | 0.75 |
HSV | 22° | 23° | 85° |
CMYK | 0.00 | 0.15 | 0.23 0.15 |
XYZ | 53.4474 | 52.8133 | 43.9362 |
Yxy | 52.8133 | 0.3558 | 0.3516 |
Hunter Lab | 72.6728 | 4.1010 | 15.0256 |
CIE-Lab | 77.7646 | 8.5404 | 13.8712 |
#dabaa7 color RGB value is (218,186,167).
#dabaa7 hex color red value is 218, green value is 186 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dabaa7 hue: 0.06 , saturation: 0.41 and the lightness value of dabaa7 is 0.75.
The process color (four color CMYK) of #dabaa7 color hex is 0.00, 0.15, 0.23, 0.15. Web safe color of #dabaa7 is #cccc99. Color #dabaa7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111010 | 10100111 |
Octal | 332 | 272 | 247 |
Decimal | 218 | 186 | 167 |
Hex | DA | BA | A7 |
Shades of #dabaa7
Tints of #dabaa7
RGB Percentages of Color #dabaa7
CMYK Percentages of Color #dabaa7
Complementary Color
#dabaa7 | #a7c7da |
#dabaa7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabaa7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabaa7 Color CSS Codes
.mybgcolor {background-color:#dabaa7; } .myforecolor {color:#dabaa7; } .mybordercolor {border:3px solid #dabaa7; }
#dabaa7 Text Font Color
<p style="color:#dabaa7">Text here</p>
This sample text font color is #dabaa7
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.
#dabaa7 Background Color
<div style="background-color:#dabaa7">
Div content here</div>
This div background color is #dabaa7
#dabaa7 Border Color
<div style="border:3px solid #dabaa7">
Div here</div>
This div border color is #dabaa7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,186,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabaa7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabaa7; -webkit-box-shadow: 1px 1px 3px 2px #dabaa7; box-shadow: 1px 1px 3px 2px #dabaa7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,186,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabaa7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabaa7; -webkit-box-shadow: 1px 1px 3px 2px #dabaa7; box-shadow: 1px 1px 3px 2px #dabaa7;">
Div content here</div>
This div box has shadow with color #dabaa7
Comments
No comments written yet.
Please login to write comment.