Color spaces of #ebdcff
RGB | 235 | 220 | 255 |
---|---|---|---|
HSL | 0.74 | 1.00 | 0.93 |
HSV | 266° | 14° | 100° |
CMYK | 0.08 | 0.14 | 0.00 0.00 |
XYZ | 77.9041 | 76.0686 | 105.1845 |
Yxy | 76.0686 | 0.3006 | 0.2935 |
Hunter Lab | 87.2173 | 6.8092 | -10.4519 |
CIE-Lab | 89.8912 | 11.4986 | -15.1384 |
#ebdcff color RGB value is (235,220,255).
#ebdcff hex color red value is 235, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ebdcff hue: 0.74 , saturation: 1.00 and the lightness value of ebdcff is 0.93.
The process color (four color CMYK) of #ebdcff color hex is 0.08, 0.14, 0.00, 0.00. Web safe color of #ebdcff is #ffccff. Color #ebdcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011100 | 11111111 |
Octal | 353 | 334 | 377 |
Decimal | 235 | 220 | 255 |
Hex | EB | DC | FF |
Shades of #ebdcff
Tints of #ebdcff
RGB Percentages of Color #ebdcff
CMYK Percentages of Color #ebdcff
Complementary Color
#ebdcff | #f0ffdc |
#ebdcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdcff Color CSS Codes
.mybgcolor {background-color:#ebdcff; } .myforecolor {color:#ebdcff; } .mybordercolor {border:3px solid #ebdcff; }
#ebdcff Text Font Color
<p style="color:#ebdcff">Text here</p>
This sample text font color is #ebdcff
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.
#ebdcff Background Color
<div style="background-color:#ebdcff">
Div content here</div>
This div background color is #ebdcff
#ebdcff Border Color
<div style="border:3px solid #ebdcff">
Div here</div>
This div border color is #ebdcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,220,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdcff; -webkit-box-shadow: 1px 1px 3px 2px #ebdcff; box-shadow: 1px 1px 3px 2px #ebdcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,220,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebdcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdcff; -webkit-box-shadow: 1px 1px 3px 2px #ebdcff; box-shadow: 1px 1px 3px 2px #ebdcff;">
Div content here</div>
This div box has shadow with color #ebdcff
#ebdcff Color Palettes
Comments
No comments written yet.
Please login to write comment.