Color Hex Logo

#e1dbac Color Hex

#E1DBAC
(225,219,172)
0 Favorites   0 Comments

Color spaces of #e1dbac

RGB 225219172
HSL0.150.470.78
HSV53°24°88°
CMYK 0.000.030.24   0.12
XYZ63.829269.649149.1092
Yxy69.64910.34960.3815
Hunter Lab83.4560-9.526923.5304
CIE-Lab86.8245-5.353923.9052

#e1dbac color RGB value is (225,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011011 10101100
Octal 341 333 254
Decimal 225 219 172
Hex E1 DB AC

RGB Percentages of Color #e1dbac

%36.53
%35.55
%27.92

CMYK Percentages of Color #e1dbac

%0
%3
%24
%12

Triadic Colors of #e1dbac

#e1dbac #ace1db #dbace1

Analogous Colors of #e1dbac

#e1dbac #cde1ac #e1c1ac

Monochromatic Colors of #e1dbac

#e1dbac

Complementary Color

#e1dbac #acb2e1

#e1dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dbac Color CSS Codes

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

#e1dbac Text Font Color

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

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


#e1dbac Background Color

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

This div background color is #e1dbac


#e1dbac Border Color

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

This div border color is #e1dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dbac


Comments

No comments written yet.

Please login to write comment.