Color spaces of #dab181
RGB | 218 | 177 | 129 |
---|---|---|---|
HSL | 0.09 | 0.55 | 0.68 |
HSV | 32° | 41° | 85° |
CMYK | 0.00 | 0.19 | 0.41 0.15 |
XYZ | 48.5980 | 47.9347 | 27.4598 |
Yxy | 47.9347 | 0.3919 | 0.3866 |
Hunter Lab | 69.2349 | 4.1333 | 24.9489 |
CIE-Lab | 74.7837 | 8.5098 | 30.1638 |
#dab181 color RGB value is (218,177,129).
#dab181 hex color red value is 218, green value is 177 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dab181 hue: 0.09 , saturation: 0.55 and the lightness value of dab181 is 0.68.
The process color (four color CMYK) of #dab181 color hex is 0.00, 0.19, 0.41, 0.15. Web safe color of #dab181 is #cc9999. Color #dab181 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110001 | 10000001 |
Octal | 332 | 261 | 201 |
Decimal | 218 | 177 | 129 |
Hex | DA | B1 | 81 |
Shades of #dab181
Tints of #dab181
RGB Percentages of Color #dab181
CMYK Percentages of Color #dab181
Complementary Color
#dab181 | #81aada |
#dab181 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab181 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab181 Color CSS Codes
.mybgcolor {background-color:#dab181; } .myforecolor {color:#dab181; } .mybordercolor {border:3px solid #dab181; }
#dab181 Text Font Color
<p style="color:#dab181">Text here</p>
This sample text font color is #dab181
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.
#dab181 Background Color
<div style="background-color:#dab181">
Div content here</div>
This div background color is #dab181
#dab181 Border Color
<div style="border:3px solid #dab181">
Div here</div>
This div border color is #dab181
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,177,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab181; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab181; -webkit-box-shadow: 1px 1px 3px 2px #dab181; box-shadow: 1px 1px 3px 2px #dab181; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,177,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab181">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab181; -webkit-box-shadow: 1px 1px 3px 2px #dab181; box-shadow: 1px 1px 3px 2px #dab181;">
Div content here</div>
This div box has shadow with color #dab181
Comments
No comments written yet.
Please login to write comment.