Color Hex Logo

#e2ddac Color Hex

#E2DDAC
(226,221,172)
0 Favorites   0 Comments

Color spaces of #e2ddac

RGB 226221172
HSL0.150.480.78
HSV54°24°89°
CMYK 0.000.020.24   0.11
XYZ64.666970.860249.2988
Yxy70.86020.34990.3834
Hunter Lab84.1785-10.186624.2020
CIE-Lab87.4170-6.000924.7297

#e2ddac color RGB value is (226,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011101 10101100
Octal 342 335 254
Decimal 226 221 172
Hex E2 DD AC

RGB Percentages of Color #e2ddac

%36.51
%35.70
%27.79

CMYK Percentages of Color #e2ddac

%0
%2
%24
%11

Triadic Colors of #e2ddac

#e2ddac #ace2dd #ddace2

Analogous Colors of #e2ddac

#e2ddac #cce2ac #e2c2ac

Monochromatic Colors of #e2ddac

#e2ddac

Complementary Color

#e2ddac #acb1e2

#e2ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ddac Color CSS Codes

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

#e2ddac Text Font Color

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

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


#e2ddac Background Color

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

This div background color is #e2ddac


#e2ddac Border Color

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

This div border color is #e2ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ddac


Comments

No comments written yet.

Please login to write comment.