Color Hex Logo

#e2ddcd Color Hex

#E2DDCD
(226,221,205)
0 Favorites   0 Comments

Color spaces of #e2ddcd

RGB 226221205
HSL0.130.270.85
HSV46°89°
CMYK 0.000.020.09   0.11
XYZ68.239972.289468.1142
Yxy72.28940.32710.3465
Hunter Lab85.0232-5.525812.0175
CIE-Lab88.1077-1.02348.4463

#e2ddcd color RGB value is (226,221,205).

#e2ddcd hex color red value is 226, green value is 221 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e2ddcd hue: 0.13 , saturation: 0.27 and the lightness value of e2ddcd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011101 11001101
Octal 342 335 315
Decimal 226 221 205
Hex E2 DD CD

RGB Percentages of Color #e2ddcd

%34.66
%33.90
%31.44

CMYK Percentages of Color #e2ddcd

%0
%2
%9
%11

Triadic Colors of #e2ddcd

#e2ddcd #cde2dd #ddcde2

Analogous Colors of #e2ddcd

#e2ddcd #dde2cd #e2d3cd

Monochromatic Colors of #e2ddcd

#e2ddcd

Complementary Color

#e2ddcd #cdd2e2

#e2ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ddcd Color CSS Codes

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

#e2ddcd Text Font Color

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

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


#e2ddcd Background Color

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

This div background color is #e2ddcd


#e2ddcd Border Color

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

This div border color is #e2ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ddcd


Comments

No comments written yet.

Please login to write comment.