Color spaces of #d5cebd
RGB | 213 | 206 | 189 |
---|---|---|---|
HSL | 0.12 | 0.22 | 0.79 |
HSV | 43° | 11° | 84° |
CMYK | 0.00 | 0.03 | 0.11 0.16 |
XYZ | 58.6972 | 61.9629 | 57.0105 |
Yxy | 61.9629 | 0.3304 | 0.3488 |
Hunter Lab | 78.7165 | -4.6503 | 12.1607 |
CIE-Lab | 82.8937 | -0.4750 | 9.3076 |
#d5cebd color RGB value is (213,206,189).
#d5cebd hex color red value is 213, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d5cebd hue: 0.12 , saturation: 0.22 and the lightness value of d5cebd is 0.79.
The process color (four color CMYK) of #d5cebd color hex is 0.00, 0.03, 0.11, 0.16. Web safe color of #d5cebd is #cccccc. Color #d5cebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11001110 | 10111101 |
Octal | 325 | 316 | 275 |
Decimal | 213 | 206 | 189 |
Hex | D5 | CE | BD |
Shades of #d5cebd
Tints of #d5cebd
RGB Percentages of Color #d5cebd
CMYK Percentages of Color #d5cebd
Complementary Color
#d5cebd | #bdc4d5 |
#d5cebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5cebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5cebd Color CSS Codes
.mybgcolor {background-color:#d5cebd; } .myforecolor {color:#d5cebd; } .mybordercolor {border:3px solid #d5cebd; }
#d5cebd Text Font Color
<p style="color:#d5cebd">Text here</p>
This sample text font color is #d5cebd
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.
#d5cebd Background Color
<div style="background-color:#d5cebd">
Div content here</div>
This div background color is #d5cebd
#d5cebd Border Color
<div style="border:3px solid #d5cebd">
Div here</div>
This div border color is #d5cebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,206,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5cebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5cebd; -webkit-box-shadow: 1px 1px 3px 2px #d5cebd; box-shadow: 1px 1px 3px 2px #d5cebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,206,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5cebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5cebd; -webkit-box-shadow: 1px 1px 3px 2px #d5cebd; box-shadow: 1px 1px 3px 2px #d5cebd;">
Div content here</div>
This div box has shadow with color #d5cebd
Comments
No comments written yet.
Please login to write comment.