Color Hex Logo

#e5dfac Color Hex

#E5DFAC
(229,223,172)
0 Favorites   0 Comments

Color spaces of #e5dfac

RGB 229223172
HSL0.150.520.79
HSV54°25°90°
CMYK 0.000.030.25   0.10
XYZ66.147272.411949.5203
Yxy72.41190.35170.3850
Hunter Lab85.0952-10.162825.0634
CIE-Lab88.1665-5.901025.7922

#e5dfac color RGB value is (229,223,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011111 10101100
Octal 345 337 254
Decimal 229 223 172
Hex E5 DF AC

RGB Percentages of Color #e5dfac

%36.70
%35.74
%27.56

CMYK Percentages of Color #e5dfac

%0
%3
%25
%10

Triadic Colors of #e5dfac

#e5dfac #ace5df #dface5

Analogous Colors of #e5dfac

#e5dfac #cfe5ac #e5c3ac

Monochromatic Colors of #e5dfac

#e5dfac

Complementary Color

#e5dfac #acb2e5

#e5dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dfac Color CSS Codes

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

#e5dfac Text Font Color

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

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


#e5dfac Background Color

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

This div background color is #e5dfac


#e5dfac Border Color

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

This div border color is #e5dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dfac


Comments

No comments written yet.

Please login to write comment.