Color spaces of #ebdac9
RGB | 235 | 218 | 201 |
---|---|---|---|
HSL | 0.08 | 0.46 | 0.85 |
HSV | 30° | 14° | 92° |
CMYK | 0.00 | 0.07 | 0.14 0.08 |
XYZ | 69.8750 | 72.0220 | 65.4772 |
Yxy | 72.0220 | 0.3370 | 0.3473 |
Hunter Lab | 84.8658 | -1.5455 | 13.6615 |
CIE-Lab | 87.9792 | 3.0784 | 10.4611 |
#ebdac9 color RGB value is (235,218,201).
#ebdac9 hex color red value is 235, green value is 218 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ebdac9 hue: 0.08 , saturation: 0.46 and the lightness value of ebdac9 is 0.85.
The process color (four color CMYK) of #ebdac9 color hex is 0.00, 0.07, 0.14, 0.08. Web safe color of #ebdac9 is #ffcccc. Color #ebdac9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011010 | 11001001 |
Octal | 353 | 332 | 311 |
Decimal | 235 | 218 | 201 |
Hex | EB | DA | C9 |
Shades of #ebdac9
Tints of #ebdac9
RGB Percentages of Color #ebdac9
CMYK Percentages of Color #ebdac9
Complementary Color
#ebdac9 | #c9daeb |
#ebdac9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdac9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdac9 Color CSS Codes
.mybgcolor {background-color:#ebdac9; } .myforecolor {color:#ebdac9; } .mybordercolor {border:3px solid #ebdac9; }
#ebdac9 Text Font Color
<p style="color:#ebdac9">Text here</p>
This sample text font color is #ebdac9
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.
#ebdac9 Background Color
<div style="background-color:#ebdac9">
Div content here</div>
This div background color is #ebdac9
#ebdac9 Border Color
<div style="border:3px solid #ebdac9">
Div here</div>
This div border color is #ebdac9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,218,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdac9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdac9; -webkit-box-shadow: 1px 1px 3px 2px #ebdac9; box-shadow: 1px 1px 3px 2px #ebdac9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,218,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebdac9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdac9; -webkit-box-shadow: 1px 1px 3px 2px #ebdac9; box-shadow: 1px 1px 3px 2px #ebdac9;">
Div content here</div>
This div box has shadow with color #ebdac9
Comments
No comments written yet.
Please login to write comment.