Color spaces of #ebcde5
RGB | 235 | 205 | 229 |
---|---|---|---|
HSL | 0.87 | 0.43 | 0.86 |
HSV | 312° | 13° | 92° |
CMYK | 0.00 | 0.13 | 0.03 0.08 |
XYZ | 70.2351 | 66.9820 | 83.3558 |
Yxy | 66.9820 | 0.3184 | 0.3037 |
Hunter Lab | 81.8425 | 9.9596 | -3.0965 |
CIE-Lab | 85.4949 | 14.5605 | -7.9685 |
#ebcde5 color RGB value is (235,205,229).
#ebcde5 hex color red value is 235, green value is 205 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ebcde5 hue: 0.87 , saturation: 0.43 and the lightness value of ebcde5 is 0.86.
The process color (four color CMYK) of #ebcde5 color hex is 0.00, 0.13, 0.03, 0.08. Web safe color of #ebcde5 is #ffcccc. Color #ebcde5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11001101 | 11100101 |
Octal | 353 | 315 | 345 |
Decimal | 235 | 205 | 229 |
Hex | EB | CD | E5 |
Shades of #ebcde5
Tints of #ebcde5
RGB Percentages of Color #ebcde5
CMYK Percentages of Color #ebcde5
Complementary Color
#ebcde5 | #cdebd3 |
#ebcde5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebcde5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebcde5 Color CSS Codes
.mybgcolor {background-color:#ebcde5; } .myforecolor {color:#ebcde5; } .mybordercolor {border:3px solid #ebcde5; }
#ebcde5 Text Font Color
<p style="color:#ebcde5">Text here</p>
This sample text font color is #ebcde5
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.
#ebcde5 Background Color
<div style="background-color:#ebcde5">
Div content here</div>
This div background color is #ebcde5
#ebcde5 Border Color
<div style="border:3px solid #ebcde5">
Div here</div>
This div border color is #ebcde5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,205,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebcde5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebcde5; -webkit-box-shadow: 1px 1px 3px 2px #ebcde5; box-shadow: 1px 1px 3px 2px #ebcde5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,205,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebcde5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebcde5; -webkit-box-shadow: 1px 1px 3px 2px #ebcde5; box-shadow: 1px 1px 3px 2px #ebcde5;">
Div content here</div>
This div box has shadow with color #ebcde5
Comments
No comments written yet.
Please login to write comment.