Color Hex Logo

#e3dbde Color Hex

#E3DBDE
(227,219,222)
0 Favorites   0 Comments

Color spaces of #e3dbde

RGB 227219222
HSL0.940.130.87
HSV338°89°
CMYK 0.000.040.02   0.11
XYZ70.194972.267979.3567
Yxy72.26790.31650.3258
Hunter Lab85.0105-1.37744.1606
CIE-Lab88.09743.2565-0.5074

#e3dbde color RGB value is (227,219,222).

#e3dbde hex color red value is 227, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e3dbde hue: 0.94 , saturation: 0.13 and the lightness value of e3dbde is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011011 11011110
Octal 343 333 336
Decimal 227 219 222
Hex E3 DB DE

RGB Percentages of Color #e3dbde

%33.98
%32.78
%33.23

CMYK Percentages of Color #e3dbde

%0
%4
%2
%11

Triadic Colors of #e3dbde

#e3dbde #dee3db #dbdee3

Analogous Colors of #e3dbde

#e3dbde #e3dcdb #e3dbe2

Monochromatic Colors of #e3dbde

#e3dbde

Complementary Color

#e3dbde #dbe3e0

#e3dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dbde Color CSS Codes

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

#e3dbde Text Font Color

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

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


#e3dbde Background Color

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

This div background color is #e3dbde


#e3dbde Border Color

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

This div border color is #e3dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3dbde


Comments

No comments written yet.

Please login to write comment.