Color Hex Logo

#e5aead Color Hex

#E5AEAD
(229,174,173)
0 Favorites   0 Comments

Color spaces of #e5aead

RGB 229174173
HSL0.000.520.79
HSV24°90°
CMYK 0.000.240.24   0.10
XYZ54.992049.947246.2776
Yxy49.94720.36370.3303
Hunter Lab70.673315.215210.6477
CIE-Lab76.036819.92578.3122

#e5aead color RGB value is (229,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101110 10101101
Octal 345 256 255
Decimal 229 174 173
Hex E5 AE AD

RGB Percentages of Color #e5aead

%39.76
%30.21
%30.03

CMYK Percentages of Color #e5aead

%0
%24
%24
%10

Triadic Colors of #e5aead

#e5aead #ade5ae #aeade5

Analogous Colors of #e5aead

#e5aead #e5caad #e5adc8

Monochromatic Colors of #e5aead

#e5aead

Complementary Color

#e5aead #ade4e5

#e5aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aead Color CSS Codes

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

#e5aead Text Font Color

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

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


#e5aead Background Color

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

This div background color is #e5aead


#e5aead Border Color

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

This div border color is #e5aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aead

#e5aead Color Palettes


Comments

No comments written yet.

Please login to write comment.