Color Hex Logo

#e2dcac Color Hex

#E2DCAC
(226,220,172)
0 Favorites   0 Comments

Color spaces of #e2dcac

RGB 226220172
HSL0.150.480.78
HSV53°24°89°
CMYK 0.000.030.24   0.11
XYZ64.403670.333749.2111
Yxy70.33370.35010.3824
Hunter Lab83.8652-9.686423.9150
CIE-Lab87.1603-5.491824.3781

#e2dcac color RGB value is (226,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011100 10101100
Octal 342 334 254
Decimal 226 220 172
Hex E2 DC AC

RGB Percentages of Color #e2dcac

%36.57
%35.60
%27.83

CMYK Percentages of Color #e2dcac

%0
%3
%24
%11

Triadic Colors of #e2dcac

#e2dcac #ace2dc #dcace2

Analogous Colors of #e2dcac

#e2dcac #cde2ac #e2c1ac

Monochromatic Colors of #e2dcac

#e2dcac

Complementary Color

#e2dcac #acb2e2

#e2dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dcac Color CSS Codes

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

#e2dcac Text Font Color

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

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


#e2dcac Background Color

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

This div background color is #e2dcac


#e2dcac Border Color

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

This div border color is #e2dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dcac


Comments

No comments written yet.

Please login to write comment.