Color spaces of #dbbabc
RGB | 219 | 186 | 188 |
---|---|---|---|
HSL | 0.99 | 0.31 | 0.79 |
HSV | 356° | 15° | 86° |
CMYK | 0.00 | 0.15 | 0.14 0.14 |
XYZ | 55.8494 | 53.8087 | 55.0195 |
Yxy | 53.8087 | 0.3391 | 0.3268 |
Hunter Lab | 73.3544 | 7.5332 | 6.8776 |
CIE-Lab | 78.3501 | 12.1091 | 3.3726 |
#dbbabc color RGB value is (219,186,188).
#dbbabc hex color red value is 219, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dbbabc hue: 0.99 , saturation: 0.31 and the lightness value of dbbabc is 0.79.
The process color (four color CMYK) of #dbbabc color hex is 0.00, 0.15, 0.14, 0.14. Web safe color of #dbbabc is #cccccc. Color #dbbabc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111010 | 10111100 |
Octal | 333 | 272 | 274 |
Decimal | 219 | 186 | 188 |
Hex | DB | BA | BC |
Shades of #dbbabc
Tints of #dbbabc
RGB Percentages of Color #dbbabc
CMYK Percentages of Color #dbbabc
Complementary Color
#dbbabc | #badbd9 |
#dbbabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbabc Color CSS Codes
.mybgcolor {background-color:#dbbabc; } .myforecolor {color:#dbbabc; } .mybordercolor {border:3px solid #dbbabc; }
#dbbabc Text Font Color
<p style="color:#dbbabc">Text here</p>
This sample text font color is #dbbabc
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.
#dbbabc Background Color
<div style="background-color:#dbbabc">
Div content here</div>
This div background color is #dbbabc
#dbbabc Border Color
<div style="border:3px solid #dbbabc">
Div here</div>
This div border color is #dbbabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,186,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbabc; -webkit-box-shadow: 1px 1px 3px 2px #dbbabc; box-shadow: 1px 1px 3px 2px #dbbabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,186,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbabc; -webkit-box-shadow: 1px 1px 3px 2px #dbbabc; box-shadow: 1px 1px 3px 2px #dbbabc;">
Div content here</div>
This div box has shadow with color #dbbabc
Comments
No comments written yet.
Please login to write comment.