Color Hex Logo

#ebdec9 Color Hex

#EBDEC9
(235,222,201)
0 Favorites   0 Comments

Color spaces of #ebdec9

RGB 235222201
HSL0.100.460.85
HSV37°14°92°
CMYK 0.000.060.14   0.08
XYZ70.924874.121865.8271
Yxy74.12180.33630.3515
Hunter Lab86.0940-3.615114.9329
CIE-Lab88.98001.013111.8866

#ebdec9 color RGB value is (235,222,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11001001
Octal 353 336 311
Decimal 235 222 201
Hex EB DE C9

RGB Percentages of Color #ebdec9

%35.71
%33.74
%30.55

CMYK Percentages of Color #ebdec9

%0
%6
%14
%8

Triadic Colors of #ebdec9

#ebdec9 #c9ebde #dec9eb

Analogous Colors of #ebdec9

#ebdec9 #e7ebc9 #ebcdc9

Monochromatic Colors of #ebdec9

#ebdec9

Complementary Color

#ebdec9 #c9d6eb

#ebdec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdec9 Color CSS Codes

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

#ebdec9 Text Font Color

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

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


#ebdec9 Background Color

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

This div background color is #ebdec9


#ebdec9 Border Color

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

This div border color is #ebdec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdec9


Comments

No comments written yet.

Please login to write comment.