Color spaces of #ebe5ed
RGB | 235 | 229 | 237 |
---|---|---|---|
HSL | 0.79 | 0.18 | 0.91 |
HSV | 285° | 3° | 93° |
CMYK | 0.01 | 0.03 | 0.00 0.07 |
XYZ | 77.5663 | 79.8152 | 91.4385 |
Yxy | 79.8152 | 0.3117 | 0.3208 |
Hunter Lab | 89.3394 | -1.3664 | 1.8544 |
CIE-Lab | 91.6019 | 3.4476 | -3.1713 |
#ebe5ed color RGB value is (235,229,237).
#ebe5ed hex color red value is 235, green value is 229 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebe5ed hue: 0.79 , saturation: 0.18 and the lightness value of ebe5ed is 0.91.
The process color (four color CMYK) of #ebe5ed color hex is 0.01, 0.03, 0.00, 0.07. Web safe color of #ebe5ed is #ffccff. Color #ebe5ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11100101 | 11101101 |
Octal | 353 | 345 | 355 |
Decimal | 235 | 229 | 237 |
Hex | EB | E5 | ED |
Shades of #ebe5ed
Tints of #ebe5ed
RGB Percentages of Color #ebe5ed
CMYK Percentages of Color #ebe5ed
Complementary Color
#ebe5ed | #e7ede5 |
#ebe5ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebe5ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebe5ed Color CSS Codes
.mybgcolor {background-color:#ebe5ed; } .myforecolor {color:#ebe5ed; } .mybordercolor {border:3px solid #ebe5ed; }
#ebe5ed Text Font Color
<p style="color:#ebe5ed">Text here</p>
This sample text font color is #ebe5ed
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.
#ebe5ed Background Color
<div style="background-color:#ebe5ed">
Div content here</div>
This div background color is #ebe5ed
#ebe5ed Border Color
<div style="border:3px solid #ebe5ed">
Div here</div>
This div border color is #ebe5ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,229,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebe5ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebe5ed; -webkit-box-shadow: 1px 1px 3px 2px #ebe5ed; box-shadow: 1px 1px 3px 2px #ebe5ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,229,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebe5ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe5ed; -webkit-box-shadow: 1px 1px 3px 2px #ebe5ed; box-shadow: 1px 1px 3px 2px #ebe5ed;">
Div content here</div>
This div box has shadow with color #ebe5ed
#ebe5ed Color Palettes
Comments
No comments written yet.
Please login to write comment.