Color Hex Logo

#e1ddb9 Color Hex

#E1DDB9
(225,221,185)
0 Favorites   0 Comments

Color spaces of #e1ddb9

RGB 225221185
HSL0.150.400.80
HSV54°18°88°
CMYK 0.000.020.18   0.12
XYZ65.664771.223256.1855
Yxy71.22320.34010.3689
Hunter Lab84.3938-8.802919.6032
CIE-Lab87.5933-4.510518.1918

#e1ddb9 color RGB value is (225,221,185).

#e1ddb9 hex color red value is 225, green value is 221 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #e1ddb9 hue: 0.15 , saturation: 0.40 and the lightness value of e1ddb9 is 0.80.

The process color (four color CMYK) of #e1ddb9 color hex is 0.00, 0.02, 0.18, 0.12. Web safe color of #e1ddb9 is #cccccc. Color #e1ddb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 10111001
Octal 341 335 271
Decimal 225 221 185
Hex E1 DD B9

RGB Percentages of Color #e1ddb9

%35.66
%35.02
%29.32

CMYK Percentages of Color #e1ddb9

%0
%2
%18
%12

Triadic Colors of #e1ddb9

#e1ddb9 #b9e1dd #ddb9e1

Analogous Colors of #e1ddb9

#e1ddb9 #d1e1b9 #e1c9b9

Monochromatic Colors of #e1ddb9

#e1ddb9

Complementary Color

#e1ddb9 #b9bde1

#e1ddb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ddb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ddb9 Color CSS Codes

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

#e1ddb9 Text Font Color

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

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


#e1ddb9 Background Color

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

This div background color is #e1ddb9


#e1ddb9 Border Color

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

This div border color is #e1ddb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ddb9


Comments

No comments written yet.

Please login to write comment.