Color spaces of #d7dead
RGB | 215 | 222 | 173 |
---|---|---|---|
HSL | 0.19 | 0.43 | 0.77 |
HSV | 69° | 22° | 87° |
CMYK | 0.03 | 0.00 | 0.22 0.13 |
XYZ | 61.6884 | 69.7068 | 49.7386 |
Yxy | 69.7068 | 0.3406 | 0.3848 |
Hunter Lab | 83.4906 | -14.2209 | 23.1221 |
CIE-Lab | 86.8529 | -10.4272 | 23.3016 |
#d7dead color RGB value is (215,222,173).
#d7dead hex color red value is 215, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d7dead hue: 0.19 , saturation: 0.43 and the lightness value of d7dead is 0.77.
The process color (four color CMYK) of #d7dead color hex is 0.03, 0.00, 0.22, 0.13. Web safe color of #d7dead is #cccc99. Color #d7dead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 11011110 | 10101101 |
Octal | 327 | 336 | 255 |
Decimal | 215 | 222 | 173 |
Hex | D7 | DE | AD |
Shades of #d7dead
Tints of #d7dead
RGB Percentages of Color #d7dead
CMYK Percentages of Color #d7dead
Complementary Color
#d7dead | #b4adde |
#d7dead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7dead Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7dead Color CSS Codes
.mybgcolor {background-color:#d7dead; } .myforecolor {color:#d7dead; } .mybordercolor {border:3px solid #d7dead; }
#d7dead Text Font Color
<p style="color:#d7dead">Text here</p>
This sample text font color is #d7dead
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.
#d7dead Background Color
<div style="background-color:#d7dead">
Div content here</div>
This div background color is #d7dead
#d7dead Border Color
<div style="border:3px solid #d7dead">
Div here</div>
This div border color is #d7dead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,222,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7dead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7dead; -webkit-box-shadow: 1px 1px 3px 2px #d7dead; box-shadow: 1px 1px 3px 2px #d7dead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,222,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7dead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7dead; -webkit-box-shadow: 1px 1px 3px 2px #d7dead; box-shadow: 1px 1px 3px 2px #d7dead;">
Div content here</div>
This div box has shadow with color #d7dead
Comments
No comments written yet.
Please login to write comment.