Color Hex Logo

#e5dbcf Color Hex

#E5DBCF
(229,219,207)
0 Favorites   0 Comments

Color spaces of #e5dbcf

RGB 229219207
HSL0.090.300.85
HSV33°10°90°
CMYK 0.000.040.10   0.10
XYZ68.907171.826069.2635
Yxy71.82600.32810.3420
Hunter Lab84.7502-3.181510.8694
CIE-Lab87.88481.39207.1052

#e5dbcf color RGB value is (229,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011011 11001111
Octal 345 333 317
Decimal 229 219 207
Hex E5 DB CF

RGB Percentages of Color #e5dbcf

%34.96
%33.44
%31.60

CMYK Percentages of Color #e5dbcf

%0
%4
%10
%10

Triadic Colors of #e5dbcf

#e5dbcf #cfe5db #dbcfe5

Analogous Colors of #e5dbcf

#e5dbcf #e4e5cf #e5d0cf

Monochromatic Colors of #e5dbcf

#e5dbcf

Complementary Color

#e5dbcf #cfd9e5

#e5dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dbcf Color CSS Codes

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

#e5dbcf Text Font Color

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

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


#e5dbcf Background Color

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

This div background color is #e5dbcf


#e5dbcf Border Color

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

This div border color is #e5dbcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,219,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 #e5dbcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dbcf


Comments

No comments written yet.

Please login to write comment.