Color Hex Logo

#e2dedb Color Hex

#E2DEDB
(226,222,219)
0 Favorites   0 Comments

Color spaces of #e2dedb

RGB 226222219
HSL0.070.110.87
HSV26°89°
CMYK 0.000.020.03   0.11
XYZ70.271573.525877.5060
Yxy73.52580.31750.3322
Hunter Lab85.7472-3.77336.4314
CIE-Lab88.69790.83241.9381

#e2dedb color RGB value is (226,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011110 11011011
Octal 342 336 333
Decimal 226 222 219
Hex E2 DE DB

RGB Percentages of Color #e2dedb

%33.88
%33.28
%32.83

CMYK Percentages of Color #e2dedb

%0
%2
%3
%11

Triadic Colors of #e2dedb

#e2dedb #dbe2de #dedbe2

Analogous Colors of #e2dedb

#e2dedb #e2e2db #e2dbdc

Monochromatic Colors of #e2dedb

#e2dedb

Complementary Color

#e2dedb #dbdfe2

#e2dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dedb Color CSS Codes

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

#e2dedb Text Font Color

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

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


#e2dedb Background Color

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

This div background color is #e2dedb


#e2dedb Border Color

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

This div border color is #e2dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dedb


Comments

No comments written yet.

Please login to write comment.