Color spaces of #dabfdb
RGB | 218 | 191 | 219 |
---|---|---|---|
HSL | 0.83 | 0.28 | 0.80 |
HSV | 298° | 13° | 86° |
CMYK | 0.00 | 0.13 | 0.00 0.14 |
XYZ | 60.3304 | 57.2815 | 74.8945 |
Yxy | 57.2815 | 0.3134 | 0.2976 |
Hunter Lab | 75.6845 | 9.8397 | -5.6919 |
CIE-Lab | 80.3377 | 14.4553 | -10.4474 |
#dabfdb color RGB value is (218,191,219).
#dabfdb hex color red value is 218, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dabfdb hue: 0.83 , saturation: 0.28 and the lightness value of dabfdb is 0.80.
The process color (four color CMYK) of #dabfdb color hex is 0.00, 0.13, 0.00, 0.14. Web safe color of #dabfdb is #cccccc. Color #dabfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111111 | 11011011 |
Octal | 332 | 277 | 333 |
Decimal | 218 | 191 | 219 |
Hex | DA | BF | DB |
Shades of #dabfdb
Tints of #dabfdb
RGB Percentages of Color #dabfdb
CMYK Percentages of Color #dabfdb
Complementary Color
#dabfdb | #c0dbbf |
#dabfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabfdb Color CSS Codes
.mybgcolor {background-color:#dabfdb; } .myforecolor {color:#dabfdb; } .mybordercolor {border:3px solid #dabfdb; }
#dabfdb Text Font Color
<p style="color:#dabfdb">Text here</p>
This sample text font color is #dabfdb
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.
#dabfdb Background Color
<div style="background-color:#dabfdb">
Div content here</div>
This div background color is #dabfdb
#dabfdb Border Color
<div style="border:3px solid #dabfdb">
Div here</div>
This div border color is #dabfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,191,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabfdb; -webkit-box-shadow: 1px 1px 3px 2px #dabfdb; box-shadow: 1px 1px 3px 2px #dabfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,191,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabfdb; -webkit-box-shadow: 1px 1px 3px 2px #dabfdb; box-shadow: 1px 1px 3px 2px #dabfdb;">
Div content here</div>
This div box has shadow with color #dabfdb
Comments
No comments written yet.
Please login to write comment.