Color Hex Logo

#e1dfce Color Hex

#E1DFCE
(225,223,206)
0 Favorites   0 Comments

Color spaces of #e1dfce

RGB 225223206
HSL0.150.240.85
HSV54°88°
CMYK 0.000.010.08   0.12
XYZ68.579673.239168.9146
Yxy73.23910.32540.3475
Hunter Lab85.5798-6.723412.1616
CIE-Lab88.5616-2.23828.5615

#e1dfce color RGB value is (225,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 11001110
Octal 341 337 316
Decimal 225 223 206
Hex E1 DF CE

RGB Percentages of Color #e1dfce

%34.40
%34.10
%31.50

CMYK Percentages of Color #e1dfce

%0
%1
%8
%12

Triadic Colors of #e1dfce

#e1dfce #cee1df #dfcee1

Analogous Colors of #e1dfce

#e1dfce #dae1ce #e1d6ce

Monochromatic Colors of #e1dfce

#e1dfce

Complementary Color

#e1dfce #ced0e1

#e1dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dfce Color CSS Codes

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

#e1dfce Text Font Color

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

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


#e1dfce Background Color

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

This div background color is #e1dfce


#e1dfce Border Color

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

This div border color is #e1dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dfce


Comments

No comments written yet.

Please login to write comment.