Color Hex Logo

#e5dbde Color Hex

#E5DBDE
(229,219,222)
1 Favorites   0 Comments

Color spaces of #e5dbde

RGB 229219222
HSL0.950.160.88
HSV342°90°
CMYK 0.000.040.03   0.10
XYZ70.829472.595079.3864
Yxy72.59500.31790.3258
Hunter Lab85.2027-0.71684.3993
CIE-Lab88.25423.9382-0.2595

#e5dbde color RGB value is (229,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011011 11011110
Octal 345 333 336
Decimal 229 219 222
Hex E5 DB DE

RGB Percentages of Color #e5dbde

%34.18
%32.69
%33.13

CMYK Percentages of Color #e5dbde

%0
%4
%3
%10

Triadic Colors of #e5dbde

#e5dbde #dee5db #dbdee5

Analogous Colors of #e5dbde

#e5dbde #e5dddb #e5dbe3

Monochromatic Colors of #e5dbde

#e5dbde

Complementary Color

#e5dbde #dbe5e2

#e5dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dbde Color CSS Codes

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

#e5dbde Text Font Color

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

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


#e5dbde Background Color

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

This div background color is #e5dbde


#e5dbde Border Color

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

This div border color is #e5dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dbde


Comments

No comments written yet.

Please login to write comment.