Color spaces of #e1ebec
RGB | 225 | 235 | 236 |
---|---|---|---|
HSL | 0.52 | 0.22 | 0.90 |
HSV | 185° | 5° | 93° |
CMYK | 0.05 | 0.00 | 0.00 0.07 |
XYZ | 75.9000 | 81.4803 | 91.0838 |
Yxy | 81.4803 | 0.3055 | 0.3279 |
Hunter Lab | 90.2664 | -7.8756 | 3.3596 |
CIE-Lab | 92.3450 | -3.1256 | -1.6458 |
#e1ebec color RGB value is (225,235,236).
#e1ebec hex color red value is 225, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e1ebec hue: 0.52 , saturation: 0.22 and the lightness value of e1ebec is 0.90.
The process color (four color CMYK) of #e1ebec color hex is 0.05, 0.00, 0.00, 0.07. Web safe color of #e1ebec is #ccffff. Color #e1ebec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11101011 | 11101100 |
Octal | 341 | 353 | 354 |
Decimal | 225 | 235 | 236 |
Hex | E1 | EB | EC |
Shades of #e1ebec
Tints of #e1ebec
RGB Percentages of Color #e1ebec
CMYK Percentages of Color #e1ebec
Complementary Color
#e1ebec | #ece2e1 |
#e1ebec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1ebec Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1ebec Color CSS Codes
.mybgcolor {background-color:#e1ebec; } .myforecolor {color:#e1ebec; } .mybordercolor {border:3px solid #e1ebec; }
#e1ebec Text Font Color
<p style="color:#e1ebec">Text here</p>
This sample text font color is #e1ebec
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.
#e1ebec Background Color
<div style="background-color:#e1ebec">
Div content here</div>
This div background color is #e1ebec
#e1ebec Border Color
<div style="border:3px solid #e1ebec">
Div here</div>
This div border color is #e1ebec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,235,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1ebec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1ebec; -webkit-box-shadow: 1px 1px 3px 2px #e1ebec; box-shadow: 1px 1px 3px 2px #e1ebec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,235,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1ebec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1ebec; -webkit-box-shadow: 1px 1px 3px 2px #e1ebec; box-shadow: 1px 1px 3px 2px #e1ebec;">
Div content here</div>
This div box has shadow with color #e1ebec
Comments
No comments written yet.
Please login to write comment.