Color spaces of #ebe2da
RGB | 235 | 226 | 218 |
---|---|---|---|
HSL | 0.08 | 0.30 | 0.89 |
HSV | 28° | 7° | 92° |
CMYK | 0.00 | 0.04 | 0.07 0.08 |
XYZ | 74.1122 | 77.1168 | 77.3086 |
Yxy | 77.1168 | 0.3243 | 0.3374 |
Hunter Lab | 87.8162 | -3.0337 | 9.2756 |
CIE-Lab | 90.3753 | 1.6932 | 4.9821 |
#ebe2da color RGB value is (235,226,218).
#ebe2da hex color red value is 235, green value is 226 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebe2da hue: 0.08 , saturation: 0.30 and the lightness value of ebe2da is 0.89.
The process color (four color CMYK) of #ebe2da color hex is 0.00, 0.04, 0.07, 0.08. Web safe color of #ebe2da is #ffcccc. Color #ebe2da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11100010 | 11011010 |
Octal | 353 | 342 | 332 |
Decimal | 235 | 226 | 218 |
Hex | EB | E2 | DA |
Shades of #ebe2da
Tints of #ebe2da
RGB Percentages of Color #ebe2da
CMYK Percentages of Color #ebe2da
Complementary Color
#ebe2da | #dae3eb |
#ebe2da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebe2da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebe2da Color CSS Codes
.mybgcolor {background-color:#ebe2da; } .myforecolor {color:#ebe2da; } .mybordercolor {border:3px solid #ebe2da; }
#ebe2da Text Font Color
<p style="color:#ebe2da">Text here</p>
This sample text font color is #ebe2da
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.
#ebe2da Background Color
<div style="background-color:#ebe2da">
Div content here</div>
This div background color is #ebe2da
#ebe2da Border Color
<div style="border:3px solid #ebe2da">
Div here</div>
This div border color is #ebe2da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,226,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebe2da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebe2da; -webkit-box-shadow: 1px 1px 3px 2px #ebe2da; box-shadow: 1px 1px 3px 2px #ebe2da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,226,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebe2da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe2da; -webkit-box-shadow: 1px 1px 3px 2px #ebe2da; box-shadow: 1px 1px 3px 2px #ebe2da;">
Div content here</div>
This div box has shadow with color #ebe2da
#ebe2da Color Palettes
Comments
No comments written yet.
Please login to write comment.