Color spaces of #ebcecd
RGB | 235 | 206 | 205 |
---|---|---|---|
HSL | 0.01 | 0.43 | 0.86 |
HSV | 2° | 13° | 92° |
CMYK | 0.00 | 0.12 | 0.13 0.08 |
XYZ | 67.3517 | 66.2126 | 66.9881 |
Yxy | 66.2126 | 0.3358 | 0.3302 |
Hunter Lab | 81.3711 | 5.3468 | 8.1498 |
CIE-Lab | 85.1047 | 9.9695 | 4.2166 |
#ebcecd color RGB value is (235,206,205).
#ebcecd hex color red value is 235, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebcecd hue: 0.01 , saturation: 0.43 and the lightness value of ebcecd is 0.86.
The process color (four color CMYK) of #ebcecd color hex is 0.00, 0.12, 0.13, 0.08. Web safe color of #ebcecd is #ffcccc. Color #ebcecd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11001110 | 11001101 |
Octal | 353 | 316 | 315 |
Decimal | 235 | 206 | 205 |
Hex | EB | CE | CD |
Shades of #ebcecd
Tints of #ebcecd
RGB Percentages of Color #ebcecd
CMYK Percentages of Color #ebcecd
Complementary Color
#ebcecd | #cdeaeb |
#ebcecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebcecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebcecd Color CSS Codes
.mybgcolor {background-color:#ebcecd; } .myforecolor {color:#ebcecd; } .mybordercolor {border:3px solid #ebcecd; }
#ebcecd Text Font Color
<p style="color:#ebcecd">Text here</p>
This sample text font color is #ebcecd
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.
#ebcecd Background Color
<div style="background-color:#ebcecd">
Div content here</div>
This div background color is #ebcecd
#ebcecd Border Color
<div style="border:3px solid #ebcecd">
Div here</div>
This div border color is #ebcecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,206,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebcecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebcecd; -webkit-box-shadow: 1px 1px 3px 2px #ebcecd; box-shadow: 1px 1px 3px 2px #ebcecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,206,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebcecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebcecd; -webkit-box-shadow: 1px 1px 3px 2px #ebcecd; box-shadow: 1px 1px 3px 2px #ebcecd;">
Div content here</div>
This div box has shadow with color #ebcecd
Comments
No comments written yet.
Please login to write comment.