Color Hex Logo

#e1dfcd Color Hex

#E1DFCD
(225,223,205)
0 Favorites   0 Comments

Color spaces of #e1dfcd

RGB 225223205
HSL0.150.250.84
HSV54°88°
CMYK 0.000.010.09   0.12
XYZ68.458573.190768.2767
Yxy73.19070.32610.3487
Hunter Lab85.5516-6.879212.5681
CIE-Lab88.5386-2.40319.0532

#e1dfcd color RGB value is (225,223,205).

#e1dfcd hex color red value is 225, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e1dfcd hue: 0.15 , saturation: 0.25 and the lightness value of e1dfcd is 0.84.

The process color (four color CMYK) of #e1dfcd color hex is 0.00, 0.01, 0.09, 0.12. Web safe color of #e1dfcd is #cccccc. Color #e1dfcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 11001101
Octal 341 337 315
Decimal 225 223 205
Hex E1 DF CD

RGB Percentages of Color #e1dfcd

%34.46
%34.15
%31.39

CMYK Percentages of Color #e1dfcd

%0
%1
%9
%12

Triadic Colors of #e1dfcd

#e1dfcd #cde1df #dfcde1

Analogous Colors of #e1dfcd

#e1dfcd #d9e1cd #e1d5cd

Monochromatic Colors of #e1dfcd

#e1dfcd

Complementary Color

#e1dfcd #cdcfe1

#e1dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dfcd Color CSS Codes

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

#e1dfcd Text Font Color

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

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


#e1dfcd Background Color

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

This div background color is #e1dfcd


#e1dfcd Border Color

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

This div border color is #e1dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dfcd


Comments

No comments written yet.

Please login to write comment.