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