Color spaces of #ebebeb Gray92
RGB | 235 | 235 | 235 |
---|---|---|---|
HSL | 0.00 | 0.00 | 0.92 |
HSV | 0° | 0° | 92° |
CMYK | 0.00 | 0.00 | 0.00 0.08 |
XYZ | 78.9647 | 83.0770 | 90.4708 |
Yxy | 83.0770 | 0.3127 | 0.3290 |
Hunter Lab | 91.1466 | -4.8633 | 4.9522 |
CIE-Lab | 93.0481 | 0.0050 | -0.0097 |
#ebebeb color RGB value is (235,235,235). #ebebeb color name is Gray92 color.
#ebebeb hex color red value is 235, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebebeb hue: 0.00 , saturation: 0.00 and the lightness value of ebebeb is 0.92.
The process color (four color CMYK) of #ebebeb color hex is 0.00, 0.00, 0.00, 0.08. Web safe color of #ebebeb is #ffffff. Color #ebebeb rgb is equally color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101011 | 11101011 |
Octal | 353 | 353 | 353 |
Decimal | 235 | 235 | 235 |
Hex | EB | EB | EB |
Shades of #ebebeb
Tints of #ebebeb
RGB Percentages of Color #ebebeb
CMYK Percentages of Color #ebebeb
#ebebeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebebeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebebeb Color CSS Codes
.mybgcolor {background-color:#ebebeb; } .myforecolor {color:#ebebeb; } .mybordercolor {border:3px solid #ebebeb; }
#ebebeb Text Font Color
<p style="color:#ebebeb">Text here</p>
This sample text font color is #ebebeb
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.
#ebebeb Background Color
<div style="background-color:#ebebeb">
Div content here</div>
This div background color is #ebebeb
#ebebeb Border Color
<div style="border:3px solid #ebebeb">
Div here</div>
This div border color is #ebebeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,235,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebebeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebebeb; -webkit-box-shadow: 1px 1px 3px 2px #ebebeb; box-shadow: 1px 1px 3px 2px #ebebeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,235,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebebeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebebeb; -webkit-box-shadow: 1px 1px 3px 2px #ebebeb; box-shadow: 1px 1px 3px 2px #ebebeb;">
Div content here</div>
This div box has shadow with color #ebebeb
#ebebeb Color Palettes
Comments
No comments written yet.
Please login to write comment.