Color Hex Logo

#e5dcac Color Hex

#E5DCAC
(229,220,172)
0 Favorites   0 Comments

Color spaces of #e5dcac

RGB 229220172
HSL0.140.520.79
HSV51°25°90°
CMYK 0.000.040.25   0.10
XYZ65.352770.823049.2555
Yxy70.82300.35240.3819
Hunter Lab84.1564-8.657324.2079
CIE-Lab87.3989-4.373824.7435

#e5dcac color RGB value is (229,220,172).

#e5dcac hex color red value is 229, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e5dcac hue: 0.14 , saturation: 0.52 and the lightness value of e5dcac is 0.79.

The process color (four color CMYK) of #e5dcac color hex is 0.00, 0.04, 0.25, 0.10. Web safe color of #e5dcac is #cccc99. Color #e5dcac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011100 10101100
Octal 345 334 254
Decimal 229 220 172
Hex E5 DC AC

RGB Percentages of Color #e5dcac

%36.88
%35.43
%27.70

CMYK Percentages of Color #e5dcac

%0
%4
%25
%10

Triadic Colors of #e5dcac

#e5dcac #ace5dc #dcace5

Analogous Colors of #e5dcac

#e5dcac #d2e5ac #e5c0ac

Monochromatic Colors of #e5dcac

#e5dcac

Complementary Color

#e5dcac #acb5e5

#e5dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dcac Color CSS Codes

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

#e5dcac Text Font Color

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

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


#e5dcac Background Color

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

This div background color is #e5dcac


#e5dcac Border Color

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

This div border color is #e5dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dcac


Comments

No comments written yet.

Please login to write comment.