Color spaces of #ebeadb
RGB | 235 | 234 | 219 |
---|---|---|---|
HSL | 0.16 | 0.29 | 0.89 |
HSV | 56° | 7° | 92° |
CMYK | 0.00 | 0.00 | 0.07 0.08 |
XYZ | 76.4700 | 81.6223 | 78.7421 |
Yxy | 81.6223 | 0.3229 | 0.3446 |
Hunter Lab | 90.3451 | -7.0176 | 11.5661 |
CIE-Lab | 92.4079 | -2.2384 | 7.3904 |
#ebeadb color RGB value is (235,234,219).
#ebeadb hex color red value is 235, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebeadb hue: 0.16 , saturation: 0.29 and the lightness value of ebeadb is 0.89.
The process color (four color CMYK) of #ebeadb color hex is 0.00, 0.00, 0.07, 0.08. Web safe color of #ebeadb is #ffffcc. Color #ebeadb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101010 | 11011011 |
Octal | 353 | 352 | 333 |
Decimal | 235 | 234 | 219 |
Hex | EB | EA | DB |
Shades of #ebeadb
Tints of #ebeadb
RGB Percentages of Color #ebeadb
CMYK Percentages of Color #ebeadb
Complementary Color
#ebeadb | #dbdceb |
#ebeadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebeadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebeadb Color CSS Codes
.mybgcolor {background-color:#ebeadb; } .myforecolor {color:#ebeadb; } .mybordercolor {border:3px solid #ebeadb; }
#ebeadb Text Font Color
<p style="color:#ebeadb">Text here</p>
This sample text font color is #ebeadb
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.
#ebeadb Background Color
<div style="background-color:#ebeadb">
Div content here</div>
This div background color is #ebeadb
#ebeadb Border Color
<div style="border:3px solid #ebeadb">
Div here</div>
This div border color is #ebeadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,234,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebeadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebeadb; -webkit-box-shadow: 1px 1px 3px 2px #ebeadb; box-shadow: 1px 1px 3px 2px #ebeadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,234,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebeadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebeadb; -webkit-box-shadow: 1px 1px 3px 2px #ebeadb; box-shadow: 1px 1px 3px 2px #ebeadb;">
Div content here</div>
This div box has shadow with color #ebeadb
Comments
No comments written yet.
Please login to write comment.