Color spaces of #ebd0fb
RGB | 235 | 208 | 251 |
---|---|---|---|
HSL | 0.77 | 0.84 | 0.90 |
HSV | 278° | 17° | 98° |
CMYK | 0.06 | 0.17 | 0.00 0.02 |
XYZ | 74.2294 | 69.7390 | 100.8154 |
Yxy | 69.7390 | 0.3032 | 0.2849 |
Hunter Lab | 83.5099 | 12.5209 | -13.1196 |
CIE-Lab | 86.8687 | 17.0505 | -17.5733 |
#ebd0fb color RGB value is (235,208,251).
#ebd0fb hex color red value is 235, green value is 208 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebd0fb hue: 0.77 , saturation: 0.84 and the lightness value of ebd0fb is 0.90.
The process color (four color CMYK) of #ebd0fb color hex is 0.06, 0.17, 0.00, 0.02. Web safe color of #ebd0fb is #ffccff. Color #ebd0fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11010000 | 11111011 |
Octal | 353 | 320 | 373 |
Decimal | 235 | 208 | 251 |
Hex | EB | D0 | FB |
Shades of #ebd0fb
Tints of #ebd0fb
RGB Percentages of Color #ebd0fb
CMYK Percentages of Color #ebd0fb
Complementary Color
#ebd0fb | #e0fbd0 |
#ebd0fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd0fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd0fb Color CSS Codes
.mybgcolor {background-color:#ebd0fb; } .myforecolor {color:#ebd0fb; } .mybordercolor {border:3px solid #ebd0fb; }
#ebd0fb Text Font Color
<p style="color:#ebd0fb">Text here</p>
This sample text font color is #ebd0fb
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.
#ebd0fb Background Color
<div style="background-color:#ebd0fb">
Div content here</div>
This div background color is #ebd0fb
#ebd0fb Border Color
<div style="border:3px solid #ebd0fb">
Div here</div>
This div border color is #ebd0fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,208,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd0fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd0fb; -webkit-box-shadow: 1px 1px 3px 2px #ebd0fb; box-shadow: 1px 1px 3px 2px #ebd0fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,208,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 #ebd0fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd0fb; -webkit-box-shadow: 1px 1px 3px 2px #ebd0fb; box-shadow: 1px 1px 3px 2px #ebd0fb;">
Div content here</div>
This div box has shadow with color #ebd0fb
Comments
No comments written yet.
Please login to write comment.