Color Hex Logo

#e9e1dc Color Hex

#E9E1DC
(233,225,220)
0 Favorites   0 Comments

Color spaces of #e9e1dc

RGB 233225220
HSL0.060.230.89
HSV23°91°
CMYK 0.000.030.06   0.09
XYZ73.447876.341478.5744
Yxy76.34140.32160.3343
Hunter Lab87.3736-2.85347.8424
CIE-Lab90.01761.85583.3967

#e9e1dc color RGB value is (233,225,220).

#e9e1dc hex color red value is 233, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e9e1dc hue: 0.06 , saturation: 0.23 and the lightness value of e9e1dc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11100001 11011100
Octal 351 341 334
Decimal 233 225 220
Hex E9 E1 DC

RGB Percentages of Color #e9e1dc

%34.37
%33.19
%32.45

CMYK Percentages of Color #e9e1dc

%0
%3
%6
%9

Triadic Colors of #e9e1dc

#e9e1dc #dce9e1 #e1dce9

Analogous Colors of #e9e1dc

#e9e1dc #e9e8dc #e9dcde

Monochromatic Colors of #e9e1dc

#e9e1dc

Complementary Color

#e9e1dc #dce4e9

#e9e1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9e1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9e1dc Color CSS Codes

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

#e9e1dc Text Font Color

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

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


#e9e1dc Background Color

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

This div background color is #e9e1dc


#e9e1dc Border Color

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

This div border color is #e9e1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9e1dc


Comments

No comments written yet.

Please login to write comment.