Color spaces of #dabbbb
RGB | 218 | 187 | 187 |
---|---|---|---|
HSL | 0.00 | 0.30 | 0.79 |
HSV | 0° | 14° | 85° |
CMYK | 0.00 | 0.14 | 0.14 0.15 |
XYZ | 55.6534 | 54.0339 | 54.5100 |
Yxy | 54.0339 | 0.3389 | 0.3291 |
Hunter Lab | 73.5078 | 6.5054 | 7.4887 |
CIE-Lab | 78.4815 | 11.0521 | 4.0925 |
#dabbbb color RGB value is (218,187,187).
#dabbbb hex color red value is 218, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dabbbb hue: 0.00 , saturation: 0.30 and the lightness value of dabbbb is 0.79.
The process color (four color CMYK) of #dabbbb color hex is 0.00, 0.14, 0.14, 0.15. Web safe color of #dabbbb is #cccccc. Color #dabbbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111011 | 10111011 |
Octal | 332 | 273 | 273 |
Decimal | 218 | 187 | 187 |
Hex | DA | BB | BB |
Shades of #dabbbb
Tints of #dabbbb
RGB Percentages of Color #dabbbb
CMYK Percentages of Color #dabbbb
Complementary Color
#dabbbb | #bbdada |
#dabbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabbbb Color CSS Codes
.mybgcolor {background-color:#dabbbb; } .myforecolor {color:#dabbbb; } .mybordercolor {border:3px solid #dabbbb; }
#dabbbb Text Font Color
<p style="color:#dabbbb">Text here</p>
This sample text font color is #dabbbb
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.
#dabbbb Background Color
<div style="background-color:#dabbbb">
Div content here</div>
This div background color is #dabbbb
#dabbbb Border Color
<div style="border:3px solid #dabbbb">
Div here</div>
This div border color is #dabbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,187,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabbbb; -webkit-box-shadow: 1px 1px 3px 2px #dabbbb; box-shadow: 1px 1px 3px 2px #dabbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,187,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabbbb; -webkit-box-shadow: 1px 1px 3px 2px #dabbbb; box-shadow: 1px 1px 3px 2px #dabbbb;">
Div content here</div>
This div box has shadow with color #dabbbb
#dabbbb Color Palettes
Comments
No comments written yet.
Please login to write comment.