Color Hex Logo

#e5dbdc Color Hex

#E5DBDC
(229,219,220)
0 Favorites   0 Comments

Color spaces of #e5dbdc

RGB 229219220
HSL0.980.160.88
HSV354°90°
CMYK 0.000.040.04   0.10
XYZ70.562972.488477.9827
Yxy72.48840.31920.3280
Hunter Lab85.1401-1.05705.2924
CIE-Lab88.20313.58900.7198

#e5dbdc color RGB value is (229,219,220).

#e5dbdc hex color red value is 229, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e5dbdc hue: 0.98 , saturation: 0.16 and the lightness value of e5dbdc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011011 11011100
Octal 345 333 334
Decimal 229 219 220
Hex E5 DB DC

RGB Percentages of Color #e5dbdc

%34.28
%32.78
%32.93

CMYK Percentages of Color #e5dbdc

%0
%4
%4
%10

Triadic Colors of #e5dbdc

#e5dbdc #dce5db #dbdce5

Analogous Colors of #e5dbdc

#e5dbdc #e5dfdb #e5dbe1

Monochromatic Colors of #e5dbdc

#e5dbdc

Complementary Color

#e5dbdc #dbe5e4

#e5dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dbdc Color CSS Codes

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

#e5dbdc Text Font Color

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

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


#e5dbdc Background Color

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

This div background color is #e5dbdc


#e5dbdc Border Color

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

This div border color is #e5dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dbdc

#e5dbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.