Color spaces of #dbae5e
RGB | 219 | 174 | 94 |
---|---|---|---|
HSL | 0.11 | 0.63 | 0.61 |
HSV | 38° | 57° | 86° |
CMYK | 0.00 | 0.21 | 0.57 0.14 |
XYZ | 46.3698 | 46.1403 | 17.0517 |
Yxy | 46.1403 | 0.4232 | 0.4211 |
Hunter Lab | 67.9267 | 2.9805 | 32.6650 |
CIE-Lab | 73.6365 | 7.2484 | 46.7422 |
#dbae5e color RGB value is (219,174,94).
#dbae5e hex color red value is 219, green value is 174 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dbae5e hue: 0.11 , saturation: 0.63 and the lightness value of dbae5e is 0.61.
The process color (four color CMYK) of #dbae5e color hex is 0.00, 0.21, 0.57, 0.14. Web safe color of #dbae5e is #cc9966. Color #dbae5e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101110 | 01011110 |
Octal | 333 | 256 | 136 |
Decimal | 219 | 174 | 94 |
Hex | DB | AE | 5E |
Shades of #dbae5e
Tints of #dbae5e
RGB Percentages of Color #dbae5e
CMYK Percentages of Color #dbae5e
Complementary Color
#dbae5e | #5e8bdb |
#dbae5e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbae5e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbae5e Color CSS Codes
.mybgcolor {background-color:#dbae5e; } .myforecolor {color:#dbae5e; } .mybordercolor {border:3px solid #dbae5e; }
#dbae5e Text Font Color
<p style="color:#dbae5e">Text here</p>
This sample text font color is #dbae5e
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.
#dbae5e Background Color
<div style="background-color:#dbae5e">
Div content here</div>
This div background color is #dbae5e
#dbae5e Border Color
<div style="border:3px solid #dbae5e">
Div here</div>
This div border color is #dbae5e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,174,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbae5e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbae5e; -webkit-box-shadow: 1px 1px 3px 2px #dbae5e; box-shadow: 1px 1px 3px 2px #dbae5e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,174,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbae5e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbae5e; -webkit-box-shadow: 1px 1px 3px 2px #dbae5e; box-shadow: 1px 1px 3px 2px #dbae5e;">
Div content here</div>
This div box has shadow with color #dbae5e
Comments
No comments written yet.
Please login to write comment.