Color spaces of #ebecbe
RGB | 235 | 236 | 190 |
---|---|---|---|
HSL | 0.17 | 0.55 | 0.84 |
HSV | 61° | 19° | 93° |
CMYK | 0.00 | 0.00 | 0.19 0.07 |
XYZ | 73.5507 | 81.3708 | 60.5448 |
Yxy | 81.3708 | 0.3414 | 0.3776 |
Hunter Lab | 90.2058 | -12.3173 | 23.3494 |
CIE-Lab | 92.2964 | -7.7526 | 22.2547 |
#ebecbe color RGB value is (235,236,190).
#ebecbe hex color red value is 235, green value is 236 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ebecbe hue: 0.17 , saturation: 0.55 and the lightness value of ebecbe is 0.84.
The process color (four color CMYK) of #ebecbe color hex is 0.00, 0.00, 0.19, 0.07. Web safe color of #ebecbe is #ffffcc. Color #ebecbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101100 | 10111110 |
Octal | 353 | 354 | 276 |
Decimal | 235 | 236 | 190 |
Hex | EB | EC | BE |
Shades of #ebecbe
Tints of #ebecbe
RGB Percentages of Color #ebecbe
CMYK Percentages of Color #ebecbe
Complementary Color
#ebecbe | #bfbeec |
#ebecbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebecbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebecbe Color CSS Codes
.mybgcolor {background-color:#ebecbe; } .myforecolor {color:#ebecbe; } .mybordercolor {border:3px solid #ebecbe; }
#ebecbe Text Font Color
<p style="color:#ebecbe">Text here</p>
This sample text font color is #ebecbe
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.
#ebecbe Background Color
<div style="background-color:#ebecbe">
Div content here</div>
This div background color is #ebecbe
#ebecbe Border Color
<div style="border:3px solid #ebecbe">
Div here</div>
This div border color is #ebecbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,236,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebecbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebecbe; -webkit-box-shadow: 1px 1px 3px 2px #ebecbe; box-shadow: 1px 1px 3px 2px #ebecbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,236,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebecbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebecbe; -webkit-box-shadow: 1px 1px 3px 2px #ebecbe; box-shadow: 1px 1px 3px 2px #ebecbe;">
Div content here</div>
This div box has shadow with color #ebecbe
Comments
No comments written yet.
Please login to write comment.