Color spaces of #ebdacd
RGB | 235 | 218 | 205 |
---|---|---|---|
HSL | 0.07 | 0.43 | 0.86 |
HSV | 26° | 13° | 92° |
CMYK | 0.00 | 0.07 | 0.13 0.08 |
XYZ | 70.3518 | 72.2128 | 67.9881 |
Yxy | 72.2128 | 0.3341 | 0.3430 |
Hunter Lab | 84.9781 | -0.9349 | 12.0488 |
CIE-Lab | 88.0709 | 3.7070 | 8.4885 |
#ebdacd color RGB value is (235,218,205).
#ebdacd hex color red value is 235, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebdacd hue: 0.07 , saturation: 0.43 and the lightness value of ebdacd is 0.86.
The process color (four color CMYK) of #ebdacd color hex is 0.00, 0.07, 0.13, 0.08. Web safe color of #ebdacd is #ffcccc. Color #ebdacd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011010 | 11001101 |
Octal | 353 | 332 | 315 |
Decimal | 235 | 218 | 205 |
Hex | EB | DA | CD |
Shades of #ebdacd
Tints of #ebdacd
RGB Percentages of Color #ebdacd
CMYK Percentages of Color #ebdacd
Complementary Color
#ebdacd | #cddeeb |
#ebdacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdacd Color CSS Codes
.mybgcolor {background-color:#ebdacd; } .myforecolor {color:#ebdacd; } .mybordercolor {border:3px solid #ebdacd; }
#ebdacd Text Font Color
<p style="color:#ebdacd">Text here</p>
This sample text font color is #ebdacd
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.
#ebdacd Background Color
<div style="background-color:#ebdacd">
Div content here</div>
This div background color is #ebdacd
#ebdacd Border Color
<div style="border:3px solid #ebdacd">
Div here</div>
This div border color is #ebdacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,218,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdacd; -webkit-box-shadow: 1px 1px 3px 2px #ebdacd; box-shadow: 1px 1px 3px 2px #ebdacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,218,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebdacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdacd; -webkit-box-shadow: 1px 1px 3px 2px #ebdacd; box-shadow: 1px 1px 3px 2px #ebdacd;">
Div content here</div>
This div box has shadow with color #ebdacd
Comments
No comments written yet.
Please login to write comment.