Color Hex Logo

#e1dcbd Color Hex

#E1DCBD
(225,220,189)
0 Favorites   0 Comments

Color spaces of #e1dcbd

RGB 225220189
HSL0.140.380.81
HSV52°16°88°
CMYK 0.000.020.16   0.12
XYZ65.829870.868158.3534
Yxy70.86810.33750.3633
Hunter Lab84.1832-7.736717.8301
CIE-Lab87.4209-3.397115.8573

#e1dcbd color RGB value is (225,220,189).

#e1dcbd hex color red value is 225, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e1dcbd hue: 0.14 , saturation: 0.38 and the lightness value of e1dcbd is 0.81.

The process color (four color CMYK) of #e1dcbd color hex is 0.00, 0.02, 0.16, 0.12. Web safe color of #e1dcbd is #cccccc. Color #e1dcbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011100 10111101
Octal 341 334 275
Decimal 225 220 189
Hex E1 DC BD

RGB Percentages of Color #e1dcbd

%35.49
%34.70
%29.81

CMYK Percentages of Color #e1dcbd

%0
%2
%16
%12

Triadic Colors of #e1dcbd

#e1dcbd #bde1dc #dcbde1

Analogous Colors of #e1dcbd

#e1dcbd #d4e1bd #e1cabd

Monochromatic Colors of #e1dcbd

#e1dcbd

Complementary Color

#e1dcbd #bdc2e1

#e1dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dcbd Color CSS Codes

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

#e1dcbd Text Font Color

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

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


#e1dcbd Background Color

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

This div background color is #e1dcbd


#e1dcbd Border Color

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

This div border color is #e1dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dcbd


Comments

No comments written yet.

Please login to write comment.