Color Hex Logo

#e5dccf Color Hex

#E5DCCF
(229,220,207)
0 Favorites   0 Comments

Color spaces of #e5dccf

RGB 229220207
HSL0.100.300.85
HSV35°10°90°
CMYK 0.000.040.10   0.10
XYZ69.168872.349469.3507
Yxy72.34940.32800.3431
Hunter Lab85.0585-3.697611.2000
CIE-Lab88.13650.87497.4671

#e5dccf color RGB value is (229,220,207).

#e5dccf hex color red value is 229, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e5dccf hue: 0.10 , saturation: 0.30 and the lightness value of e5dccf is 0.85.

The process color (four color CMYK) of #e5dccf color hex is 0.00, 0.04, 0.10, 0.10. Web safe color of #e5dccf is #cccccc. Color #e5dccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011100 11001111
Octal 345 334 317
Decimal 229 220 207
Hex E5 DC CF

RGB Percentages of Color #e5dccf

%34.91
%33.54
%31.55

CMYK Percentages of Color #e5dccf

%0
%4
%10
%10

Triadic Colors of #e5dccf

#e5dccf #cfe5dc #dccfe5

Analogous Colors of #e5dccf

#e5dccf #e3e5cf #e5d1cf

Monochromatic Colors of #e5dccf

#e5dccf

Complementary Color

#e5dccf #cfd8e5

#e5dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dccf Color CSS Codes

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

#e5dccf Text Font Color

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

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


#e5dccf Background Color

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

This div background color is #e5dccf


#e5dccf Border Color

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

This div border color is #e5dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dccf

#e5dccf Color Palettes


Comments

No comments written yet.

Please login to write comment.