Color Hex Logo

#e8dedb Color Hex

#E8DEDB
(232,222,219)
0 Favorites   0 Comments

Color spaces of #e8dedb

RGB 232222219
HSL0.040.220.88
HSV14°91°
CMYK 0.000.040.06   0.09
XYZ72.186274.512877.5956
Yxy74.51280.32180.3322
Hunter Lab86.3208-1.78997.1275
CIE-Lab89.16432.89162.6735

#e8dedb color RGB value is (232,222,219).

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

The process color (four color CMYK) of #e8dedb color hex is 0.00, 0.04, 0.06, 0.09. Web safe color of #e8dedb is #ffcccc. Color #e8dedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011110 11011011
Octal 350 336 333
Decimal 232 222 219
Hex E8 DE DB

RGB Percentages of Color #e8dedb

%34.47
%32.99
%32.54

CMYK Percentages of Color #e8dedb

%0
%4
%6
%9

Triadic Colors of #e8dedb

#e8dedb #dbe8de #dedbe8

Analogous Colors of #e8dedb

#e8dedb #e8e5db #e8dbdf

Monochromatic Colors of #e8dedb

#e8dedb

Complementary Color

#e8dedb #dbe5e8

#e8dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dedb Color CSS Codes

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

#e8dedb Text Font Color

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

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


#e8dedb Background Color

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

This div background color is #e8dedb


#e8dedb Border Color

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

This div border color is #e8dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dedb


Comments

No comments written yet.

Please login to write comment.