Color Hex Logo

#e5cdac Color Hex

#E5CDAC
(229,205,172)
0 Favorites   0 Comments

Color spaces of #e5cdac

RGB 229205172
HSL0.100.520.79
HSV35°25°90°
CMYK 0.000.100.25   0.10
XYZ61.590863.299248.0015
Yxy63.29920.35620.3661
Hunter Lab79.5608-1.048319.9211
CIE-Lab83.59963.367319.5069

#e5cdac color RGB value is (229,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001101 10101100
Octal 345 315 254
Decimal 229 205 172
Hex E5 CD AC

RGB Percentages of Color #e5cdac

%37.79
%33.83
%28.38

CMYK Percentages of Color #e5cdac

%0
%10
%25
%10

Triadic Colors of #e5cdac

#e5cdac #ace5cd #cdace5

Analogous Colors of #e5cdac

#e5cdac #e1e5ac #e5b1ac

Monochromatic Colors of #e5cdac

#e5cdac

Complementary Color

#e5cdac #acc4e5

#e5cdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cdac Color CSS Codes

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

#e5cdac Text Font Color

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

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


#e5cdac Background Color

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

This div background color is #e5cdac


#e5cdac Border Color

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

This div border color is #e5cdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cdac


Comments

No comments written yet.

Please login to write comment.