Color Hex Logo

#ebdbcb Color Hex

#EBDBCB
(235,219,203)
0 Favorites   0 Comments

Color spaces of #ebdbcb

RGB 235219203
HSL0.080.440.86
HSV30°14°92°
CMYK 0.000.070.14   0.08
XYZ70.372072.637066.8113
Yxy72.63700.33540.3462
Hunter Lab85.2273-1.760913.1806
CIE-Lab88.27432.87369.8311

#ebdbcb color RGB value is (235,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11001011
Octal 353 333 313
Decimal 235 219 203
Hex EB DB CB

RGB Percentages of Color #ebdbcb

%35.77
%33.33
%30.90

CMYK Percentages of Color #ebdbcb

%0
%7
%14
%8

Triadic Colors of #ebdbcb

#ebdbcb #cbebdb #dbcbeb

Analogous Colors of #ebdbcb

#ebdbcb #ebebcb #ebcbcb

Monochromatic Colors of #ebdbcb

#ebdbcb

Complementary Color

#ebdbcb #cbdbeb

#ebdbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbcb Color CSS Codes

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

#ebdbcb Text Font Color

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

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


#ebdbcb Background Color

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

This div background color is #ebdbcb


#ebdbcb Border Color

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

This div border color is #ebdbcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,219,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 #ebdbcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbcb


Comments

No comments written yet.

Please login to write comment.