Color Hex Logo

#e1cdac Color Hex

#E1CDAC
(225,205,172)
0 Favorites   0 Comments

Color spaces of #e1cdac

RGB 225205172
HSL0.100.470.78
HSV37°24°88°
CMYK 0.000.090.24   0.12
XYZ60.329162.648847.9425
Yxy62.64880.35300.3665
Hunter Lab79.1510-2.461119.4932
CIE-Lab83.25731.867818.9791

#e1cdac color RGB value is (225,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001101 10101100
Octal 341 315 254
Decimal 225 205 172
Hex E1 CD AC

RGB Percentages of Color #e1cdac

%37.38
%34.05
%28.57

CMYK Percentages of Color #e1cdac

%0
%9
%24
%12

Triadic Colors of #e1cdac

#e1cdac #ace1cd #cdace1

Analogous Colors of #e1cdac

#e1cdac #dbe1ac #e1b3ac

Monochromatic Colors of #e1cdac

#e1cdac

Complementary Color

#e1cdac #acc0e1

#e1cdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cdac Color CSS Codes

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

#e1cdac Text Font Color

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

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


#e1cdac Background Color

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

This div background color is #e1cdac


#e1cdac Border Color

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

This div border color is #e1cdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cdac


Comments

No comments written yet.

Please login to write comment.