Color spaces of #d1cac0
RGB | 209 | 202 | 192 |
---|---|---|---|
HSL | 0.10 | 0.16 | 0.79 |
HSV | 35° | 8° | 82° |
CMYK | 0.00 | 0.03 | 0.08 0.18 |
XYZ | 56.9295 | 59.6021 | 58.3730 |
Yxy | 59.6021 | 0.3255 | 0.3408 |
Hunter Lab | 77.2024 | -3.4772 | 9.2123 |
CIE-Lab | 81.6214 | 0.6909 | 5.8400 |
#d1cac0 color RGB value is (209,202,192).
#d1cac0 hex color red value is 209, green value is 202 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #d1cac0 hue: 0.10 , saturation: 0.16 and the lightness value of d1cac0 is 0.79.
The process color (four color CMYK) of #d1cac0 color hex is 0.00, 0.03, 0.08, 0.18. Web safe color of #d1cac0 is #cccccc. Color #d1cac0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11001010 | 11000000 |
Octal | 321 | 312 | 300 |
Decimal | 209 | 202 | 192 |
Hex | D1 | CA | C0 |
Shades of #d1cac0
Tints of #d1cac0
RGB Percentages of Color #d1cac0
CMYK Percentages of Color #d1cac0
Complementary Color
#d1cac0 | #c0c7d1 |
#d1cac0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1cac0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1cac0 Color CSS Codes
.mybgcolor {background-color:#d1cac0; } .myforecolor {color:#d1cac0; } .mybordercolor {border:3px solid #d1cac0; }
#d1cac0 Text Font Color
<p style="color:#d1cac0">Text here</p>
This sample text font color is #d1cac0
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.
#d1cac0 Background Color
<div style="background-color:#d1cac0">
Div content here</div>
This div background color is #d1cac0
#d1cac0 Border Color
<div style="border:3px solid #d1cac0">
Div here</div>
This div border color is #d1cac0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,202,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1cac0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1cac0; -webkit-box-shadow: 1px 1px 3px 2px #d1cac0; box-shadow: 1px 1px 3px 2px #d1cac0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,202,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1cac0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1cac0; -webkit-box-shadow: 1px 1px 3px 2px #d1cac0; box-shadow: 1px 1px 3px 2px #d1cac0;">
Div content here</div>
This div box has shadow with color #d1cac0
Comments
No comments written yet.
Please login to write comment.