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