Color Hex Logo

#e5daae Color Hex

#E5DAAE
(229,218,174)
0 Favorites   0 Comments

Color spaces of #e5daae

RGB 229218174
HSL0.130.510.79
HSV48°24°90°
CMYK 0.000.050.24   0.10
XYZ65.024569.856850.1010
Yxy69.85680.35150.3776
Hunter Lab83.5804-7.394922.9658
CIE-Lab86.9266-3.077823.0555

#e5daae color RGB value is (229,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 10101110
Octal 345 332 256
Decimal 229 218 174
Hex E5 DA AE

RGB Percentages of Color #e5daae

%36.88
%35.10
%28.02

CMYK Percentages of Color #e5daae

%0
%5
%24
%10

Triadic Colors of #e5daae

#e5daae #aee5da #daaee5

Analogous Colors of #e5daae

#e5daae #d5e5ae #e5bfae

Monochromatic Colors of #e5daae

#e5daae

Complementary Color

#e5daae #aeb9e5

#e5daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5daae Color CSS Codes

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

#e5daae Text Font Color

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

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


#e5daae Background Color

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

This div background color is #e5daae


#e5daae Border Color

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

This div border color is #e5daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5daae


Comments

No comments written yet.

Please login to write comment.