Color spaces of #dabb9a
RGB | 218 | 187 | 154 |
---|---|---|---|
HSL | 0.09 | 0.46 | 0.73 |
HSV | 31° | 29° | 85° |
CMYK | 0.00 | 0.14 | 0.29 0.15 |
XYZ | 52.5165 | 52.7792 | 37.9913 |
Yxy | 52.7792 | 0.3665 | 0.3683 |
Hunter Lab | 72.6493 | 1.8973 | 19.8493 |
CIE-Lab | 77.7445 | 6.2174 | 20.8277 |
#dabb9a color RGB value is (218,187,154).
#dabb9a hex color red value is 218, green value is 187 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dabb9a hue: 0.09 , saturation: 0.46 and the lightness value of dabb9a is 0.73.
The process color (four color CMYK) of #dabb9a color hex is 0.00, 0.14, 0.29, 0.15. Web safe color of #dabb9a is #cccc99. Color #dabb9a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111011 | 10011010 |
Octal | 332 | 273 | 232 |
Decimal | 218 | 187 | 154 |
Hex | DA | BB | 9A |
Shades of #dabb9a
Tints of #dabb9a
RGB Percentages of Color #dabb9a
CMYK Percentages of Color #dabb9a
Complementary Color
#dabb9a | #9ab9da |
#dabb9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabb9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabb9a Color CSS Codes
.mybgcolor {background-color:#dabb9a; } .myforecolor {color:#dabb9a; } .mybordercolor {border:3px solid #dabb9a; }
#dabb9a Text Font Color
<p style="color:#dabb9a">Text here</p>
This sample text font color is #dabb9a
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.
#dabb9a Background Color
<div style="background-color:#dabb9a">
Div content here</div>
This div background color is #dabb9a
#dabb9a Border Color
<div style="border:3px solid #dabb9a">
Div here</div>
This div border color is #dabb9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,187,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabb9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabb9a; -webkit-box-shadow: 1px 1px 3px 2px #dabb9a; box-shadow: 1px 1px 3px 2px #dabb9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,187,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabb9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabb9a; -webkit-box-shadow: 1px 1px 3px 2px #dabb9a; box-shadow: 1px 1px 3px 2px #dabb9a;">
Div content here</div>
This div box has shadow with color #dabb9a
Comments
No comments written yet.
Please login to write comment.