Color Hex Logo

#e2d1bb Color Hex

#E2D1BB
(226,209,187)
0 Favorites   0 Comments

Color spaces of #e2d1bb

RGB 226209187
HSL0.090.400.81
HSV34°17°89°
CMYK 0.000.080.17   0.11
XYZ63.134165.357556.3014
Yxy65.35750.34160.3537
Hunter Lab80.8440-2.079615.3000
CIE-Lab84.66762.347613.0373

#e2d1bb color RGB value is (226,209,187).

#e2d1bb hex color red value is 226, green value is 209 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e2d1bb hue: 0.09 , saturation: 0.40 and the lightness value of e2d1bb is 0.81.

The process color (four color CMYK) of #e2d1bb color hex is 0.00, 0.08, 0.17, 0.11. Web safe color of #e2d1bb is #cccccc. Color #e2d1bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11010001 10111011
Octal 342 321 273
Decimal 226 209 187
Hex E2 D1 BB

RGB Percentages of Color #e2d1bb

%36.33
%33.60
%30.06

CMYK Percentages of Color #e2d1bb

%0
%8
%17
%11

Triadic Colors of #e2d1bb

#e2d1bb #bbe2d1 #d1bbe2

Analogous Colors of #e2d1bb

#e2d1bb #e0e2bb #e2bebb

Monochromatic Colors of #e2d1bb

#e2d1bb

Complementary Color

#e2d1bb #bbcce2

#e2d1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d1bb Color CSS Codes

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

#e2d1bb Text Font Color

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

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


#e2d1bb Background Color

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

This div background color is #e2d1bb


#e2d1bb Border Color

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

This div border color is #e2d1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d1bb


Comments

No comments written yet.

Please login to write comment.