Color Hex Logo

#e5ccae Color Hex

#E5CCAE
(229,204,174)
0 Favorites   0 Comments

Color spaces of #e5ccae

RGB 229204174
HSL0.090.510.79
HSV33°24°90°
CMYK 0.000.110.24   0.10
XYZ61.545962.899748.9414
Yxy62.89970.35500.3628
Hunter Lab79.3093-0.271118.9290
CIE-Lab83.38964.167218.1578

#e5ccae color RGB value is (229,204,174).

#e5ccae hex color red value is 229, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e5ccae hue: 0.09 , saturation: 0.51 and the lightness value of e5ccae is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001100 10101110
Octal 345 314 256
Decimal 229 204 174
Hex E5 CC AE

RGB Percentages of Color #e5ccae

%37.73
%33.61
%28.67

CMYK Percentages of Color #e5ccae

%0
%11
%24
%10

Triadic Colors of #e5ccae

#e5ccae #aee5cc #ccaee5

Analogous Colors of #e5ccae

#e5ccae #e3e5ae #e5b1ae

Monochromatic Colors of #e5ccae

#e5ccae

Complementary Color

#e5ccae #aec7e5

#e5ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ccae Color CSS Codes

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

#e5ccae Text Font Color

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

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


#e5ccae Background Color

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

This div background color is #e5ccae


#e5ccae Border Color

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

This div border color is #e5ccae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,204,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ccae


Comments

No comments written yet.

Please login to write comment.