Color spaces of #d3cacf
RGB | 211 | 202 | 207 |
---|---|---|---|
HSL | 0.91 | 0.09 | 0.81 |
HSV | 327° | 4° | 83° |
CMYK | 0.00 | 0.04 | 0.02 0.17 |
XYZ | 59.2470 | 60.5949 | 67.6048 |
Yxy | 60.5949 | 0.3161 | 0.3233 |
Hunter Lab | 77.8427 | -0.3664 | 2.9978 |
CIE-Lab | 82.1605 | 4.0106 | -1.3801 |
#d3cacf color RGB value is (211,202,207).
#d3cacf hex color red value is 211, green value is 202 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d3cacf hue: 0.91 , saturation: 0.09 and the lightness value of d3cacf is 0.81.
The process color (four color CMYK) of #d3cacf color hex is 0.00, 0.04, 0.02, 0.17. Web safe color of #d3cacf is #cccccc. Color #d3cacf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 11001010 | 11001111 |
Octal | 323 | 312 | 317 |
Decimal | 211 | 202 | 207 |
Hex | D3 | CA | CF |
Shades of #d3cacf
Tints of #d3cacf
RGB Percentages of Color #d3cacf
CMYK Percentages of Color #d3cacf
Complementary Color
#d3cacf | #cad3ce |
#d3cacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3cacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3cacf Color CSS Codes
.mybgcolor {background-color:#d3cacf; } .myforecolor {color:#d3cacf; } .mybordercolor {border:3px solid #d3cacf; }
#d3cacf Text Font Color
<p style="color:#d3cacf">Text here</p>
This sample text font color is #d3cacf
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.
#d3cacf Background Color
<div style="background-color:#d3cacf">
Div content here</div>
This div background color is #d3cacf
#d3cacf Border Color
<div style="border:3px solid #d3cacf">
Div here</div>
This div border color is #d3cacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,202,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3cacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3cacf; -webkit-box-shadow: 1px 1px 3px 2px #d3cacf; box-shadow: 1px 1px 3px 2px #d3cacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,202,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d3cacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3cacf; -webkit-box-shadow: 1px 1px 3px 2px #d3cacf; box-shadow: 1px 1px 3px 2px #d3cacf;">
Div content here</div>
This div box has shadow with color #d3cacf
Comments
No comments written yet.
Please login to write comment.