Color spaces of #d9caba
RGB | 217 | 202 | 186 |
---|---|---|---|
HSL | 0.09 | 0.29 | 0.79 |
HSV | 31° | 14° | 85° |
CMYK | 0.00 | 0.07 | 0.14 0.15 |
XYZ | 58.5987 | 60.5379 | 55.0509 |
Yxy | 60.5379 | 0.3364 | 0.3475 |
Hunter Lab | 77.8061 | -1.7256 | 12.5143 |
CIE-Lab | 82.1297 | 2.5797 | 9.8589 |
#d9caba color RGB value is (217,202,186).
#d9caba hex color red value is 217, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d9caba hue: 0.09 , saturation: 0.29 and the lightness value of d9caba is 0.79.
The process color (four color CMYK) of #d9caba color hex is 0.00, 0.07, 0.14, 0.15. Web safe color of #d9caba is #cccccc. Color #d9caba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11001010 | 10111010 |
Octal | 331 | 312 | 272 |
Decimal | 217 | 202 | 186 |
Hex | D9 | CA | BA |
Shades of #d9caba
Tints of #d9caba
RGB Percentages of Color #d9caba
CMYK Percentages of Color #d9caba
Complementary Color
#d9caba | #bac9d9 |
#d9caba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9caba Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9caba Color CSS Codes
.mybgcolor {background-color:#d9caba; } .myforecolor {color:#d9caba; } .mybordercolor {border:3px solid #d9caba; }
#d9caba Text Font Color
<p style="color:#d9caba">Text here</p>
This sample text font color is #d9caba
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.
#d9caba Background Color
<div style="background-color:#d9caba">
Div content here</div>
This div background color is #d9caba
#d9caba Border Color
<div style="border:3px solid #d9caba">
Div here</div>
This div border color is #d9caba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,202,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9caba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9caba; -webkit-box-shadow: 1px 1px 3px 2px #d9caba; box-shadow: 1px 1px 3px 2px #d9caba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,202,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9caba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9caba; -webkit-box-shadow: 1px 1px 3px 2px #d9caba; box-shadow: 1px 1px 3px 2px #d9caba;">
Div content here</div>
This div box has shadow with color #d9caba
Comments
No comments written yet.
Please login to write comment.