Color spaces of #d8ceba
RGB | 216 | 206 | 186 |
---|---|---|---|
HSL | 0.11 | 0.28 | 0.79 |
HSV | 40° | 14° | 85° |
CMYK | 0.00 | 0.05 | 0.14 0.15 |
XYZ | 59.2531 | 62.2867 | 55.3539 |
Yxy | 62.2867 | 0.3350 | 0.3521 |
Hunter Lab | 78.9219 | -4.0989 | 13.6608 |
CIE-Lab | 83.0657 | 0.1237 | 11.1809 |
#d8ceba color RGB value is (216,206,186).
#d8ceba hex color red value is 216, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d8ceba hue: 0.11 , saturation: 0.28 and the lightness value of d8ceba is 0.79.
The process color (four color CMYK) of #d8ceba color hex is 0.00, 0.05, 0.14, 0.15. Web safe color of #d8ceba is #cccccc. Color #d8ceba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 11001110 | 10111010 |
Octal | 330 | 316 | 272 |
Decimal | 216 | 206 | 186 |
Hex | D8 | CE | BA |
Shades of #d8ceba
Tints of #d8ceba
RGB Percentages of Color #d8ceba
CMYK Percentages of Color #d8ceba
Complementary Color
#d8ceba | #bac4d8 |
#d8ceba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8ceba Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8ceba Color CSS Codes
.mybgcolor {background-color:#d8ceba; } .myforecolor {color:#d8ceba; } .mybordercolor {border:3px solid #d8ceba; }
#d8ceba Text Font Color
<p style="color:#d8ceba">Text here</p>
This sample text font color is #d8ceba
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.
#d8ceba Background Color
<div style="background-color:#d8ceba">
Div content here</div>
This div background color is #d8ceba
#d8ceba Border Color
<div style="border:3px solid #d8ceba">
Div here</div>
This div border color is #d8ceba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,206,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8ceba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8ceba; -webkit-box-shadow: 1px 1px 3px 2px #d8ceba; box-shadow: 1px 1px 3px 2px #d8ceba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,206,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 #d8ceba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8ceba; -webkit-box-shadow: 1px 1px 3px 2px #d8ceba; box-shadow: 1px 1px 3px 2px #d8ceba;">
Div content here</div>
This div box has shadow with color #d8ceba
Comments
No comments written yet.
Please login to write comment.