Color spaces of #dadabf
RGB | 218 | 218 | 191 |
---|---|---|---|
HSL | 0.17 | 0.27 | 0.80 |
HSV | 60° | 12° | 85° |
CMYK | 0.00 | 0.00 | 0.12 0.15 |
XYZ | 63.3888 | 68.8098 | 59.2309 |
Yxy | 68.8098 | 0.3311 | 0.3595 |
Hunter Lab | 82.9517 | -8.7619 | 15.7307 |
CIE-Lab | 86.4098 | -4.5758 | 13.3037 |
#dadabf color RGB value is (218,218,191).
#dadabf hex color red value is 218, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dadabf hue: 0.17 , saturation: 0.27 and the lightness value of dadabf is 0.80.
The process color (four color CMYK) of #dadabf color hex is 0.00, 0.00, 0.12, 0.15. Web safe color of #dadabf is #cccccc. Color #dadabf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011010 | 10111111 |
Octal | 332 | 332 | 277 |
Decimal | 218 | 218 | 191 |
Hex | DA | DA | BF |
Shades of #dadabf
Tints of #dadabf
RGB Percentages of Color #dadabf
CMYK Percentages of Color #dadabf
Complementary Color
#dadabf | #bfbfda |
#dadabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadabf Color CSS Codes
.mybgcolor {background-color:#dadabf; } .myforecolor {color:#dadabf; } .mybordercolor {border:3px solid #dadabf; }
#dadabf Text Font Color
<p style="color:#dadabf">Text here</p>
This sample text font color is #dadabf
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.
#dadabf Background Color
<div style="background-color:#dadabf">
Div content here</div>
This div background color is #dadabf
#dadabf Border Color
<div style="border:3px solid #dadabf">
Div here</div>
This div border color is #dadabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,218,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadabf; -webkit-box-shadow: 1px 1px 3px 2px #dadabf; box-shadow: 1px 1px 3px 2px #dadabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,218,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 #dadabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadabf; -webkit-box-shadow: 1px 1px 3px 2px #dadabf; box-shadow: 1px 1px 3px 2px #dadabf;">
Div content here</div>
This div box has shadow with color #dadabf
Comments
No comments written yet.
Please login to write comment.