Color spaces of #dab38e
RGB | 218 | 179 | 142 |
---|---|---|---|
HSL | 0.08 | 0.51 | 0.71 |
HSV | 29° | 35° | 85° |
CMYK | 0.00 | 0.18 | 0.35 0.15 |
XYZ | 49.9160 | 49.0986 | 32.4373 |
Yxy | 49.0986 | 0.3797 | 0.3735 |
Hunter Lab | 70.0704 | 4.5347 | 21.6025 |
CIE-Lab | 75.5126 | 8.9502 | 24.2055 |
#dab38e color RGB value is (218,179,142).
#dab38e hex color red value is 218, green value is 179 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dab38e hue: 0.08 , saturation: 0.51 and the lightness value of dab38e is 0.71.
The process color (four color CMYK) of #dab38e color hex is 0.00, 0.18, 0.35, 0.15. Web safe color of #dab38e is #cccc99. Color #dab38e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110011 | 10001110 |
Octal | 332 | 263 | 216 |
Decimal | 218 | 179 | 142 |
Hex | DA | B3 | 8E |
Shades of #dab38e
Tints of #dab38e
RGB Percentages of Color #dab38e
CMYK Percentages of Color #dab38e
Complementary Color
#dab38e | #8eb5da |
#dab38e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab38e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab38e Color CSS Codes
.mybgcolor {background-color:#dab38e; } .myforecolor {color:#dab38e; } .mybordercolor {border:3px solid #dab38e; }
#dab38e Text Font Color
<p style="color:#dab38e">Text here</p>
This sample text font color is #dab38e
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.
#dab38e Background Color
<div style="background-color:#dab38e">
Div content here</div>
This div background color is #dab38e
#dab38e Border Color
<div style="border:3px solid #dab38e">
Div here</div>
This div border color is #dab38e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,179,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab38e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab38e; -webkit-box-shadow: 1px 1px 3px 2px #dab38e; box-shadow: 1px 1px 3px 2px #dab38e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,179,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab38e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab38e; -webkit-box-shadow: 1px 1px 3px 2px #dab38e; box-shadow: 1px 1px 3px 2px #dab38e;">
Div content here</div>
This div box has shadow with color #dab38e
Comments
No comments written yet.
Please login to write comment.