Color Hex Logo

#e1ddab Color Hex

#E1DDAB
(225,221,171)
0 Favorites   0 Comments

Color spaces of #e1ddab

RGB 225221171
HSL0.150.470.78
HSV56°24°88°
CMYK 0.000.020.24   0.12
XYZ64.258570.660748.7802
Yxy70.66070.34980.3847
Hunter Lab84.0599-10.652924.4358
CIE-Lab87.3199-6.509925.1026

#e1ddab color RGB value is (225,221,171).

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

The process color (four color CMYK) of #e1ddab color hex is 0.00, 0.02, 0.24, 0.12. Web safe color of #e1ddab is #cccc99. Color #e1ddab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 10101011
Octal 341 335 253
Decimal 225 221 171
Hex E1 DD AB

RGB Percentages of Color #e1ddab

%36.47
%35.82
%27.71

CMYK Percentages of Color #e1ddab

%0
%2
%24
%12

Triadic Colors of #e1ddab

#e1ddab #abe1dd #ddabe1

Analogous Colors of #e1ddab

#e1ddab #cae1ab #e1c2ab

Monochromatic Colors of #e1ddab

#e1ddab

Complementary Color

#e1ddab #abafe1

#e1ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ddab Color CSS Codes

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

#e1ddab Text Font Color

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

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


#e1ddab Background Color

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

This div background color is #e1ddab


#e1ddab Border Color

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

This div border color is #e1ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ddab


Comments

No comments written yet.

Please login to write comment.