Color Hex Logo

#e2dcad Color Hex

#E2DCAD
(226,220,173)
0 Favorites   0 Comments

Color spaces of #e2dcad

RGB 226220173
HSL0.150.480.78
HSV53°23°89°
CMYK 0.000.030.23   0.11
XYZ64.500170.372349.7189
Yxy70.37230.34940.3812
Hunter Lab83.8882-9.559023.5817
CIE-Lab87.1791-5.353923.8845

#e2dcad color RGB value is (226,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011100 10101101
Octal 342 334 255
Decimal 226 220 173
Hex E2 DC AD

RGB Percentages of Color #e2dcad

%36.51
%35.54
%27.95

CMYK Percentages of Color #e2dcad

%0
%3
%23
%11

Triadic Colors of #e2dcad

#e2dcad #ade2dc #dcade2

Analogous Colors of #e2dcad

#e2dcad #cee2ad #e2c2ad

Monochromatic Colors of #e2dcad

#e2dcad

Complementary Color

#e2dcad #adb3e2

#e2dcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dcad Color CSS Codes

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

#e2dcad Text Font Color

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

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


#e2dcad Background Color

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

This div background color is #e2dcad


#e2dcad Border Color

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

This div border color is #e2dcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dcad


Comments

No comments written yet.

Please login to write comment.