Color Hex Logo

#ebdbc9 Color Hex

#EBDBC9
(235,219,201)
0 Favorites   0 Comments

Color spaces of #ebdbc9

RGB 235219201
HSL0.090.460.85
HSV32°14°92°
CMYK 0.000.070.14   0.08
XYZ70.135172.542265.5639
Yxy72.54220.33680.3484
Hunter Lab85.1717-2.063713.9796
CIE-Lab88.22892.561110.8173

#ebdbc9 color RGB value is (235,219,201).

#ebdbc9 hex color red value is 235, green value is 219 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ebdbc9 hue: 0.09 , saturation: 0.46 and the lightness value of ebdbc9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11001001
Octal 353 333 311
Decimal 235 219 201
Hex EB DB C9

RGB Percentages of Color #ebdbc9

%35.88
%33.44
%30.69

CMYK Percentages of Color #ebdbc9

%0
%7
%14
%8

Triadic Colors of #ebdbc9

#ebdbc9 #c9ebdb #dbc9eb

Analogous Colors of #ebdbc9

#ebdbc9 #eaebc9 #ebcac9

Monochromatic Colors of #ebdbc9

#ebdbc9

Complementary Color

#ebdbc9 #c9d9eb

#ebdbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbc9 Color CSS Codes

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

#ebdbc9 Text Font Color

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

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


#ebdbc9 Background Color

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

This div background color is #ebdbc9


#ebdbc9 Border Color

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

This div border color is #ebdbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbc9

#ebdbc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.