Color spaces of #ebdafb
RGB | 235 | 218 | 251 |
---|---|---|---|
HSL | 0.75 | 0.80 | 0.92 |
HSV | 271° | 13° | 98° |
CMYK | 0.06 | 0.13 | 0.00 0.02 |
XYZ | 76.7449 | 74.7700 | 101.6539 |
Yxy | 74.7700 | 0.3031 | 0.2953 |
Hunter Lab | 86.4696 | 7.1032 | -9.1727 |
CIE-Lab | 89.2851 | 11.7783 | -13.9459 |
#ebdafb color RGB value is (235,218,251).
#ebdafb hex color red value is 235, green value is 218 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebdafb hue: 0.75 , saturation: 0.80 and the lightness value of ebdafb is 0.92.
The process color (four color CMYK) of #ebdafb color hex is 0.06, 0.13, 0.00, 0.02. Web safe color of #ebdafb is #ffccff. Color #ebdafb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011010 | 11111011 |
Octal | 353 | 332 | 373 |
Decimal | 235 | 218 | 251 |
Hex | EB | DA | FB |
Shades of #ebdafb
Tints of #ebdafb
RGB Percentages of Color #ebdafb
CMYK Percentages of Color #ebdafb
Complementary Color
#ebdafb | #eafbda |
#ebdafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdafb Color CSS Codes
.mybgcolor {background-color:#ebdafb; } .myforecolor {color:#ebdafb; } .mybordercolor {border:3px solid #ebdafb; }
#ebdafb Text Font Color
<p style="color:#ebdafb">Text here</p>
This sample text font color is #ebdafb
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.
#ebdafb Background Color
<div style="background-color:#ebdafb">
Div content here</div>
This div background color is #ebdafb
#ebdafb Border Color
<div style="border:3px solid #ebdafb">
Div here</div>
This div border color is #ebdafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,218,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdafb; -webkit-box-shadow: 1px 1px 3px 2px #ebdafb; box-shadow: 1px 1px 3px 2px #ebdafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,218,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebdafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdafb; -webkit-box-shadow: 1px 1px 3px 2px #ebdafb; box-shadow: 1px 1px 3px 2px #ebdafb;">
Div content here</div>
This div box has shadow with color #ebdafb
Comments
No comments written yet.
Please login to write comment.