Color spaces of #d5cbad
RGB | 213 | 203 | 173 |
---|---|---|---|
HSL | 0.13 | 0.32 | 0.76 |
HSV | 45° | 19° | 84° |
CMYK | 0.00 | 0.05 | 0.19 0.16 |
XYZ | 56.3393 | 59.8751 | 48.1228 |
Yxy | 59.8751 | 0.3428 | 0.3643 |
Hunter Lab | 77.3790 | -5.4482 | 17.2922 |
CIE-Lab | 81.7703 | -1.4122 | 16.2248 |
#d5cbad color RGB value is (213,203,173).
#d5cbad hex color red value is 213, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d5cbad hue: 0.13 , saturation: 0.32 and the lightness value of d5cbad is 0.76.
The process color (four color CMYK) of #d5cbad color hex is 0.00, 0.05, 0.19, 0.16. Web safe color of #d5cbad is #cccc99. Color #d5cbad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11001011 | 10101101 |
Octal | 325 | 313 | 255 |
Decimal | 213 | 203 | 173 |
Hex | D5 | CB | AD |
Shades of #d5cbad
Tints of #d5cbad
RGB Percentages of Color #d5cbad
CMYK Percentages of Color #d5cbad
Complementary Color
#d5cbad | #adb7d5 |
#d5cbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5cbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5cbad Color CSS Codes
.mybgcolor {background-color:#d5cbad; } .myforecolor {color:#d5cbad; } .mybordercolor {border:3px solid #d5cbad; }
#d5cbad Text Font Color
<p style="color:#d5cbad">Text here</p>
This sample text font color is #d5cbad
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.
#d5cbad Background Color
<div style="background-color:#d5cbad">
Div content here</div>
This div background color is #d5cbad
#d5cbad Border Color
<div style="border:3px solid #d5cbad">
Div here</div>
This div border color is #d5cbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,203,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5cbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5cbad; -webkit-box-shadow: 1px 1px 3px 2px #d5cbad; box-shadow: 1px 1px 3px 2px #d5cbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,203,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 #d5cbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5cbad; -webkit-box-shadow: 1px 1px 3px 2px #d5cbad; box-shadow: 1px 1px 3px 2px #d5cbad;">
Div content here</div>
This div box has shadow with color #d5cbad
Comments
No comments written yet.
Please login to write comment.