Color Hex Logo

#e2ddad Color Hex

#E2DDAD
(226,221,173)
0 Favorites   0 Comments

Color spaces of #e2ddad

RGB 226221173
HSL0.150.480.78
HSV54°23°89°
CMYK 0.000.020.23   0.11
XYZ64.763370.898849.8066
Yxy70.89880.34920.3823
Hunter Lab84.2014-10.059723.8699
CIE-Lab87.4358-5.863424.2366

#e2ddad color RGB value is (226,221,173).

#e2ddad hex color red value is 226, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e2ddad hue: 0.15 , saturation: 0.48 and the lightness value of e2ddad is 0.78.

The process color (four color CMYK) of #e2ddad color hex is 0.00, 0.02, 0.23, 0.11. Web safe color of #e2ddad is #cccc99. Color #e2ddad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011101 10101101
Octal 342 335 255
Decimal 226 221 173
Hex E2 DD AD

RGB Percentages of Color #e2ddad

%36.45
%35.65
%27.90

CMYK Percentages of Color #e2ddad

%0
%2
%23
%11

Triadic Colors of #e2ddad

#e2ddad #ade2dd #ddade2

Analogous Colors of #e2ddad

#e2ddad #cde2ad #e2c3ad

Monochromatic Colors of #e2ddad

#e2ddad

Complementary Color

#e2ddad #adb2e2

#e2ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ddad Color CSS Codes

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

#e2ddad Text Font Color

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

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


#e2ddad Background Color

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

This div background color is #e2ddad


#e2ddad Border Color

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

This div border color is #e2ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ddad

#e2ddad Color Palettes


Comments

No comments written yet.

Please login to write comment.