Hex #ebebeb Color
equivalent to
RGB
(235, 235, 235)Details of #ebebeb
|
|
|
|
Color HEX #ebebeb matches (235, 235, 235) in RGB.
#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 contains mainly RED color.
Base Numbers
|
|
|
|
#ebebeb tints
#ebebeb shades
RGB in % of #ebebeb
CMYK in % of #ebebeb
Preview Color #ebebeb on black ground
Very nice color.
Preview Color #ebebeb on white ground
Very nice color.
CSS Codes #ebebeb color
.mybgcolor {background-color:#ebebeb; } .myforecolor {color:#ebebeb; } .mybordercolor {border:3px solid #ebebeb; }
Text Font Color #ebebeb
<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.
Background Color #ebebeb
<div style="background-color:#ebebeb">
Div content here</div>
This div background color is #ebebeb
Border Color #ebebeb
<div style="border:3px solid #ebebeb">
Div here</div>
The color of this border is #ebebeb
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 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 using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #ebebeb">Text here</p>
The shadow of this text using hex.
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>
The shadow of div box using color #ebebeb