Color Hex Logo

#e1ddb5 Color Hex

#E1DDB5
(225,221,181)
0 Favorites   0 Comments

Color spaces of #e1ddb5

RGB 225221181
HSL0.150.420.80
HSV55°20°88°
CMYK 0.000.020.20   0.12
XYZ65.248371.056753.9924
Yxy71.05670.34290.3734
Hunter Lab84.2951-9.349321.0304
CIE-Lab87.5125-5.098620.1675

#e1ddb5 color RGB value is (225,221,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 10110101
Octal 341 335 265
Decimal 225 221 181
Hex E1 DD B5

RGB Percentages of Color #e1ddb5

%35.89
%35.25
%28.87

CMYK Percentages of Color #e1ddb5

%0
%2
%20
%12

Triadic Colors of #e1ddb5

#e1ddb5 #b5e1dd #ddb5e1

Analogous Colors of #e1ddb5

#e1ddb5 #cfe1b5 #e1c7b5

Monochromatic Colors of #e1ddb5

#e1ddb5

Complementary Color

#e1ddb5 #b5b9e1

#e1ddb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ddb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ddb5 Color CSS Codes

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

#e1ddb5 Text Font Color

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

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


#e1ddb5 Background Color

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

This div background color is #e1ddb5


#e1ddb5 Border Color

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

This div border color is #e1ddb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ddb5


Comments

No comments written yet.

Please login to write comment.