Color spaces of #ebdfda
RGB | 235 | 223 | 218 |
---|---|---|---|
HSL | 0.05 | 0.30 | 0.89 |
HSV | 18° | 7° | 92° |
CMYK | 0.00 | 0.05 | 0.07 0.08 |
XYZ | 73.3035 | 75.4995 | 77.0390 |
Yxy | 75.4995 | 0.3246 | 0.3343 |
Hunter Lab | 86.8904 | -1.4701 | 8.2555 |
CIE-Lab | 89.6264 | 3.2411 | 3.8985 |
#ebdfda color RGB value is (235,223,218).
#ebdfda hex color red value is 235, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebdfda hue: 0.05 , saturation: 0.30 and the lightness value of ebdfda is 0.89.
The process color (four color CMYK) of #ebdfda color hex is 0.00, 0.05, 0.07, 0.08. Web safe color of #ebdfda is #ffcccc. Color #ebdfda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011111 | 11011010 |
Octal | 353 | 337 | 332 |
Decimal | 235 | 223 | 218 |
Hex | EB | DF | DA |
Shades of #ebdfda
Tints of #ebdfda
RGB Percentages of Color #ebdfda
CMYK Percentages of Color #ebdfda
Complementary Color
#ebdfda | #dae6eb |
#ebdfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdfda Color CSS Codes
.mybgcolor {background-color:#ebdfda; } .myforecolor {color:#ebdfda; } .mybordercolor {border:3px solid #ebdfda; }
#ebdfda Text Font Color
<p style="color:#ebdfda">Text here</p>
This sample text font color is #ebdfda
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.
#ebdfda Background Color
<div style="background-color:#ebdfda">
Div content here</div>
This div background color is #ebdfda
#ebdfda Border Color
<div style="border:3px solid #ebdfda">
Div here</div>
This div border color is #ebdfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,223,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdfda; -webkit-box-shadow: 1px 1px 3px 2px #ebdfda; box-shadow: 1px 1px 3px 2px #ebdfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,223,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 #ebdfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdfda; -webkit-box-shadow: 1px 1px 3px 2px #ebdfda; box-shadow: 1px 1px 3px 2px #ebdfda;">
Div content here</div>
This div box has shadow with color #ebdfda
Comments
No comments written yet.
Please login to write comment.