Color spaces of #dbbbad
RGB | 219 | 187 | 173 |
---|---|---|---|
HSL | 0.05 | 0.39 | 0.77 |
HSV | 18° | 21° | 86° |
CMYK | 0.00 | 0.15 | 0.21 0.14 |
XYZ | 54.5266 | 53.6178 | 47.0106 |
Yxy | 53.6178 | 0.3514 | 0.3456 |
Hunter Lab | 73.2242 | 4.7782 | 13.1922 |
CIE-Lab | 78.2383 | 9.2578 | 11.3182 |
#dbbbad color RGB value is (219,187,173).
#dbbbad hex color red value is 219, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dbbbad hue: 0.05 , saturation: 0.39 and the lightness value of dbbbad is 0.77.
The process color (four color CMYK) of #dbbbad color hex is 0.00, 0.15, 0.21, 0.14. Web safe color of #dbbbad is #cccc99. Color #dbbbad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111011 | 10101101 |
Octal | 333 | 273 | 255 |
Decimal | 219 | 187 | 173 |
Hex | DB | BB | AD |
Shades of #dbbbad
Tints of #dbbbad
RGB Percentages of Color #dbbbad
CMYK Percentages of Color #dbbbad
Complementary Color
#dbbbad | #adcddb |
#dbbbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbbad Color CSS Codes
.mybgcolor {background-color:#dbbbad; } .myforecolor {color:#dbbbad; } .mybordercolor {border:3px solid #dbbbad; }
#dbbbad Text Font Color
<p style="color:#dbbbad">Text here</p>
This sample text font color is #dbbbad
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.
#dbbbad Background Color
<div style="background-color:#dbbbad">
Div content here</div>
This div background color is #dbbbad
#dbbbad Border Color
<div style="border:3px solid #dbbbad">
Div here</div>
This div border color is #dbbbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,187,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbbad; -webkit-box-shadow: 1px 1px 3px 2px #dbbbad; box-shadow: 1px 1px 3px 2px #dbbbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,187,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbbad; -webkit-box-shadow: 1px 1px 3px 2px #dbbbad; box-shadow: 1px 1px 3px 2px #dbbbad;">
Div content here</div>
This div box has shadow with color #dbbbad
Comments
No comments written yet.
Please login to write comment.