Color Hex Logo

#ebebbb Color Hex

#EBEBBB
(235,235,187)
0 Favorites   0 Comments

Color spaces of #ebebbb

RGB 235235187
HSL0.170.550.83
HSV60°20°92°
CMYK 0.000.000.20   0.08
XYZ72.938980.666758.7396
Yxy80.66670.34350.3799
Hunter Lab89.8146-12.214924.0940
CIE-Lab91.9832-7.678623.3657

#ebebbb color RGB value is (235,235,187).

#ebebbb hex color red value is 235, green value is 235 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ebebbb hue: 0.17 , saturation: 0.55 and the lightness value of ebebbb is 0.83.

The process color (four color CMYK) of #ebebbb color hex is 0.00, 0.00, 0.20, 0.08. Web safe color of #ebebbb is #ffffcc. Color #ebebbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 10111011
Octal 353 353 273
Decimal 235 235 187
Hex EB EB BB

RGB Percentages of Color #ebebbb

%35.77
%35.77
%28.46

CMYK Percentages of Color #ebebbb

%0
%0
%20
%8

Triadic Colors of #ebebbb

#ebebbb #bbebeb #ebbbeb

Analogous Colors of #ebebbb

#ebebbb #d3ebbb #ebd3bb

Monochromatic Colors of #ebebbb

#ebebbb

Complementary Color

#ebebbb #bbbbeb

#ebebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebbb Color CSS Codes

.mybgcolor {background-color:#ebebbb; } 
.myforecolor {color:#ebebbb; }
.mybordercolor {border:3px solid #ebebbb; }

#ebebbb Text Font Color

<p style="color:#ebebbb">Text here</p>

This sample text font color is #ebebbb
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.


#ebebbb Background Color

<div style="background-color:#ebebbb">
Div content here</div>

This div background color is #ebebbb


#ebebbb Border Color

<div style="border:3px solid #ebebbb">
Div here</div>

This div border color is #ebebbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,235,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebebbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebebbb;
  -webkit-box-shadow: 1px 1px 3px 2px #ebebbb;
  box-shadow:         1px 1px 3px 2px #ebebbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,235,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebebbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ebebbb;
  -webkit-box-shadow: 1px 1px 3px 2px #ebebbb;
  box-shadow:         1px 1px 3px 2px #ebebbb;">
Div content here</div>

This div box has shadow with color #ebebbb


Comments

No comments written yet.

Please login to write comment.