Color Hex Logo

#ebebeb Color Hex Gray92

#EBEBEB
(235,235,235)
23 Favorites   0 Comments

Color spaces of #ebebeb Gray92

RGB 235235235
HSL0.000.000.92
HSV92°
CMYK 0.000.000.00   0.08
XYZ78.964783.077090.4708
Yxy83.07700.31270.3290
Hunter Lab91.1466-4.86334.9522
CIE-Lab93.04810.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

BaseRedGreenBlue
Binary 11101011 11101011 11101011
Octal 353 353 353
Decimal 235 235 235
Hex EB EB EB

RGB Percentages of Color #ebebeb

%33.33
%33.33
%33.33

CMYK Percentages of Color #ebebeb

%0
%0
%0
%8

Monochromatic Colors of #ebebeb

#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


Comments

No comments written yet.

Please login to write comment.