Color Hex Logo

#ebdcd9 Color Hex

#EBDCD9
(235,220,217)
0 Favorites   0 Comments

Color spaces of #ebdcd9

RGB 235220217
HSL0.030.310.89
HSV10°92°
CMYK 0.000.060.08   0.08
XYZ72.378573.858376.0870
Yxy73.85830.32560.3322
Hunter Lab85.9409-0.06567.6667
CIE-Lab88.85554.62753.3064

#ebdcd9 color RGB value is (235,220,217).

#ebdcd9 hex color red value is 235, green value is 220 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ebdcd9 hue: 0.03 , saturation: 0.31 and the lightness value of ebdcd9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11011001
Octal 353 334 331
Decimal 235 220 217
Hex EB DC D9

RGB Percentages of Color #ebdcd9

%34.97
%32.74
%32.29

CMYK Percentages of Color #ebdcd9

%0
%6
%8
%8

Triadic Colors of #ebdcd9

#ebdcd9 #d9ebdc #dcd9eb

Analogous Colors of #ebdcd9

#ebdcd9 #ebe5d9 #ebd9df

Monochromatic Colors of #ebdcd9

#ebdcd9

Complementary Color

#ebdcd9 #d9e8eb

#ebdcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcd9 Color CSS Codes

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

#ebdcd9 Text Font Color

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

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


#ebdcd9 Background Color

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

This div background color is #ebdcd9


#ebdcd9 Border Color

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

This div border color is #ebdcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcd9


Comments

No comments written yet.

Please login to write comment.