Color Hex Logo

#e1ddbb Color Hex

#E1DDBB
(225,221,187)
0 Favorites   0 Comments

Color spaces of #e1ddbb

RGB 225221187
HSL0.150.390.81
HSV54°17°88°
CMYK 0.000.020.17   0.12
XYZ65.877471.308357.3055
Yxy71.30830.33870.3666
Hunter Lab84.4442-8.524418.8756
CIE-Lab87.6346-4.211617.2040

#e1ddbb color RGB value is (225,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 10111011
Octal 341 335 273
Decimal 225 221 187
Hex E1 DD BB

RGB Percentages of Color #e1ddbb

%35.55
%34.91
%29.54

CMYK Percentages of Color #e1ddbb

%0
%2
%17
%12

Triadic Colors of #e1ddbb

#e1ddbb #bbe1dd #ddbbe1

Analogous Colors of #e1ddbb

#e1ddbb #d2e1bb #e1cabb

Monochromatic Colors of #e1ddbb

#e1ddbb

Complementary Color

#e1ddbb #bbbfe1

#e1ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ddbb Color CSS Codes

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

#e1ddbb Text Font Color

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

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


#e1ddbb Background Color

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

This div background color is #e1ddbb


#e1ddbb Border Color

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

This div border color is #e1ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ddbb

#e1ddbb Color Palettes


Comments

No comments written yet.

Please login to write comment.