Color spaces of #dbdbb5
RGB | 219 | 219 | 181 |
---|---|---|---|
HSL | 0.17 | 0.35 | 0.78 |
HSV | 60° | 17° | 86° |
CMYK | 0.00 | 0.00 | 0.17 0.14 |
XYZ | 62.8854 | 69.0593 | 53.7314 |
Yxy | 69.0593 | 0.3387 | 0.3719 |
Hunter Lab | 83.1019 | -10.3528 | 19.8361 |
CIE-Lab | 86.5334 | -6.2681 | 18.7348 |
#dbdbb5 color RGB value is (219,219,181).
#dbdbb5 hex color red value is 219, green value is 219 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dbdbb5 hue: 0.17 , saturation: 0.35 and the lightness value of dbdbb5 is 0.78.
The process color (four color CMYK) of #dbdbb5 color hex is 0.00, 0.00, 0.17, 0.14. Web safe color of #dbdbb5 is #cccccc. Color #dbdbb5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011011 | 10110101 |
Octal | 333 | 333 | 265 |
Decimal | 219 | 219 | 181 |
Hex | DB | DB | B5 |
Shades of #dbdbb5
Tints of #dbdbb5
RGB Percentages of Color #dbdbb5
CMYK Percentages of Color #dbdbb5
Complementary Color
#dbdbb5 | #b5b5db |
#dbdbb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdbb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdbb5 Color CSS Codes
.mybgcolor {background-color:#dbdbb5; } .myforecolor {color:#dbdbb5; } .mybordercolor {border:3px solid #dbdbb5; }
#dbdbb5 Text Font Color
<p style="color:#dbdbb5">Text here</p>
This sample text font color is #dbdbb5
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.
#dbdbb5 Background Color
<div style="background-color:#dbdbb5">
Div content here</div>
This div background color is #dbdbb5
#dbdbb5 Border Color
<div style="border:3px solid #dbdbb5">
Div here</div>
This div border color is #dbdbb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,219,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdbb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdbb5; -webkit-box-shadow: 1px 1px 3px 2px #dbdbb5; box-shadow: 1px 1px 3px 2px #dbdbb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,219,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdbb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdbb5; -webkit-box-shadow: 1px 1px 3px 2px #dbdbb5; box-shadow: 1px 1px 3px 2px #dbdbb5;">
Div content here</div>
This div box has shadow with color #dbdbb5
Comments
No comments written yet.
Please login to write comment.