Color spaces of #dbbea0
RGB | 219 | 190 | 160 |
---|---|---|---|
HSL | 0.08 | 0.45 | 0.74 |
HSV | 31° | 27° | 86° |
CMYK | 0.00 | 0.13 | 0.27 0.14 |
XYZ | 53.9720 | 54.4250 | 40.9182 |
Yxy | 54.4250 | 0.3615 | 0.3645 |
Hunter Lab | 73.7733 | 1.4860 | 18.7562 |
CIE-Lab | 78.7089 | 5.8162 | 18.9638 |
#dbbea0 color RGB value is (219,190,160).
#dbbea0 hex color red value is 219, green value is 190 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dbbea0 hue: 0.08 , saturation: 0.45 and the lightness value of dbbea0 is 0.74.
The process color (four color CMYK) of #dbbea0 color hex is 0.00, 0.13, 0.27, 0.14. Web safe color of #dbbea0 is #cccc99. Color #dbbea0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111110 | 10100000 |
Octal | 333 | 276 | 240 |
Decimal | 219 | 190 | 160 |
Hex | DB | BE | A0 |
Shades of #dbbea0
Tints of #dbbea0
RGB Percentages of Color #dbbea0
CMYK Percentages of Color #dbbea0
Complementary Color
#dbbea0 | #a0bddb |
#dbbea0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbea0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbea0 Color CSS Codes
.mybgcolor {background-color:#dbbea0; } .myforecolor {color:#dbbea0; } .mybordercolor {border:3px solid #dbbea0; }
#dbbea0 Text Font Color
<p style="color:#dbbea0">Text here</p>
This sample text font color is #dbbea0
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.
#dbbea0 Background Color
<div style="background-color:#dbbea0">
Div content here</div>
This div background color is #dbbea0
#dbbea0 Border Color
<div style="border:3px solid #dbbea0">
Div here</div>
This div border color is #dbbea0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,190,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbea0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbea0; -webkit-box-shadow: 1px 1px 3px 2px #dbbea0; box-shadow: 1px 1px 3px 2px #dbbea0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,190,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbea0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbea0; -webkit-box-shadow: 1px 1px 3px 2px #dbbea0; box-shadow: 1px 1px 3px 2px #dbbea0;">
Div content here</div>
This div box has shadow with color #dbbea0
#dbbea0 Color Palettes
Comments
No comments written yet.
Please login to write comment.