Color spaces of #ebe6dd
RGB | 235 | 230 | 221 |
---|---|---|---|
HSL | 0.11 | 0.26 | 0.89 |
HSV | 39° | 6° | 92° |
CMYK | 0.00 | 0.02 | 0.06 0.08 |
XYZ | 75.6089 | 79.4763 | 79.7620 |
Yxy | 79.4763 | 0.3219 | 0.3384 |
Hunter Lab | 89.1495 | -4.6233 | 9.3579 |
CIE-Lab | 91.4494 | 0.1411 | 4.9660 |
#ebe6dd color RGB value is (235,230,221).
#ebe6dd hex color red value is 235, green value is 230 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebe6dd hue: 0.11 , saturation: 0.26 and the lightness value of ebe6dd is 0.89.
The process color (four color CMYK) of #ebe6dd color hex is 0.00, 0.02, 0.06, 0.08. Web safe color of #ebe6dd is #ffffcc. Color #ebe6dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11100110 | 11011101 |
Octal | 353 | 346 | 335 |
Decimal | 235 | 230 | 221 |
Hex | EB | E6 | DD |
Shades of #ebe6dd
Tints of #ebe6dd
RGB Percentages of Color #ebe6dd
CMYK Percentages of Color #ebe6dd
Complementary Color
#ebe6dd | #dde2eb |
#ebe6dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebe6dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebe6dd Color CSS Codes
.mybgcolor {background-color:#ebe6dd; } .myforecolor {color:#ebe6dd; } .mybordercolor {border:3px solid #ebe6dd; }
#ebe6dd Text Font Color
<p style="color:#ebe6dd">Text here</p>
This sample text font color is #ebe6dd
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.
#ebe6dd Background Color
<div style="background-color:#ebe6dd">
Div content here</div>
This div background color is #ebe6dd
#ebe6dd Border Color
<div style="border:3px solid #ebe6dd">
Div here</div>
This div border color is #ebe6dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,230,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebe6dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebe6dd; -webkit-box-shadow: 1px 1px 3px 2px #ebe6dd; box-shadow: 1px 1px 3px 2px #ebe6dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,230,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebe6dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe6dd; -webkit-box-shadow: 1px 1px 3px 2px #ebe6dd; box-shadow: 1px 1px 3px 2px #ebe6dd;">
Div content here</div>
This div box has shadow with color #ebe6dd
Comments
No comments written yet.
Please login to write comment.