Color Hex Logo

#e2dacb Color Hex

#E2DACB
(226,218,203)
0 Favorites   0 Comments

Color spaces of #e2dacb

RGB 226218203
HSL0.110.280.84
HSV39°10°89°
CMYK 0.000.040.10   0.11
XYZ67.214970.623466.5890
Yxy70.62340.32880.3455
Hunter Lab84.0377-4.298511.8468
CIE-Lab87.30170.19788.3430

#e2dacb color RGB value is (226,218,203).

#e2dacb hex color red value is 226, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e2dacb hue: 0.11 , saturation: 0.28 and the lightness value of e2dacb is 0.84.

The process color (four color CMYK) of #e2dacb color hex is 0.00, 0.04, 0.10, 0.11. Web safe color of #e2dacb is #cccccc. Color #e2dacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 11001011
Octal 342 332 313
Decimal 226 218 203
Hex E2 DA CB

RGB Percentages of Color #e2dacb

%34.93
%33.69
%31.38

CMYK Percentages of Color #e2dacb

%0
%4
%10
%11

Triadic Colors of #e2dacb

#e2dacb #cbe2da #dacbe2

Analogous Colors of #e2dacb

#e2dacb #dfe2cb #e2cfcb

Monochromatic Colors of #e2dacb

#e2dacb

Complementary Color

#e2dacb #cbd3e2

#e2dacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dacb Color CSS Codes

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

#e2dacb Text Font Color

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

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


#e2dacb Background Color

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

This div background color is #e2dacb


#e2dacb Border Color

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

This div border color is #e2dacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dacb


Comments

No comments written yet.

Please login to write comment.