Color Hex Logo

#ebebcb Color Hex

#EBEBCB
(235,235,203)
0 Favorites   0 Comments

Color spaces of #ebebcb

RGB 235235203
HSL0.170.440.86
HSV60°14°92°
CMYK 0.000.000.14   0.08
XYZ74.748881.390668.2702
Yxy81.39060.33310.3627
Hunter Lab90.2167-9.983718.2849
CIE-Lab92.3052-5.311415.5529

#ebebcb color RGB value is (235,235,203).

#ebebcb hex color red value is 235, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebebcb hue: 0.17 , saturation: 0.44 and the lightness value of ebebcb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 11001011
Octal 353 353 313
Decimal 235 235 203
Hex EB EB CB

RGB Percentages of Color #ebebcb

%34.92
%34.92
%30.16

CMYK Percentages of Color #ebebcb

%0
%0
%14
%8

Triadic Colors of #ebebcb

#ebebcb #cbebeb #ebcbeb

Analogous Colors of #ebebcb

#ebebcb #dbebcb #ebdbcb

Monochromatic Colors of #ebebcb

#ebebcb

Complementary Color

#ebebcb #cbcbeb

#ebebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebcb Color CSS Codes

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

#ebebcb Text Font Color

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

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


#ebebcb Background Color

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

This div background color is #ebebcb


#ebebcb Border Color

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

This div border color is #ebebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebebcb


Comments

No comments written yet.

Please login to write comment.