Color spaces of #d7daca
RGB | 215 | 218 | 202 |
---|---|---|---|
HSL | 0.20 | 0.18 | 0.82 |
HSV | 71° | 7° | 85° |
CMYK | 0.01 | 0.00 | 0.07 0.15 |
XYZ | 63.7564 | 68.8541 | 65.8070 |
Yxy | 68.8541 | 0.3213 | 0.3470 |
Hunter Lab | 82.9784 | -8.0617 | 11.0642 |
CIE-Lab | 86.4317 | -3.8277 | 7.5102 |
#d7daca color RGB value is (215,218,202).
#d7daca hex color red value is 215, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d7daca hue: 0.20 , saturation: 0.18 and the lightness value of d7daca is 0.82.
The process color (four color CMYK) of #d7daca color hex is 0.01, 0.00, 0.07, 0.15. Web safe color of #d7daca is #cccccc. Color #d7daca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 11011010 | 11001010 |
Octal | 327 | 332 | 312 |
Decimal | 215 | 218 | 202 |
Hex | D7 | DA | CA |
Shades of #d7daca
Tints of #d7daca
RGB Percentages of Color #d7daca
CMYK Percentages of Color #d7daca
Complementary Color
#d7daca | #cdcada |
#d7daca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7daca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7daca Color CSS Codes
.mybgcolor {background-color:#d7daca; } .myforecolor {color:#d7daca; } .mybordercolor {border:3px solid #d7daca; }
#d7daca Text Font Color
<p style="color:#d7daca">Text here</p>
This sample text font color is #d7daca
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.
#d7daca Background Color
<div style="background-color:#d7daca">
Div content here</div>
This div background color is #d7daca
#d7daca Border Color
<div style="border:3px solid #d7daca">
Div here</div>
This div border color is #d7daca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,218,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7daca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7daca; -webkit-box-shadow: 1px 1px 3px 2px #d7daca; box-shadow: 1px 1px 3px 2px #d7daca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,218,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7daca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7daca; -webkit-box-shadow: 1px 1px 3px 2px #d7daca; box-shadow: 1px 1px 3px 2px #d7daca;">
Div content here</div>
This div box has shadow with color #d7daca
Comments
No comments written yet.
Please login to write comment.