Color Hex Logo

#e5a97f Color Hex

#E5A97F
(229,169,127)
0 Favorites   0 Comments

Color spaces of #e5a97f

RGB 229169127
HSL0.070.660.70
HSV25°45°90°
CMYK 0.000.260.45   0.10
XYZ50.331846.566326.4141
Yxy46.56630.40820.3776
Hunter Lab68.239512.238124.8177
CIE-Lab73.911516.968630.2848

#e5a97f color RGB value is (229,169,127).

#e5a97f hex color red value is 229, green value is 169 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e5a97f hue: 0.07 , saturation: 0.66 and the lightness value of e5a97f is 0.70.

The process color (four color CMYK) of #e5a97f color hex is 0.00, 0.26, 0.45, 0.10. Web safe color of #e5a97f is #cc9966. Color #e5a97f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101001 01111111
Octal 345 251 177
Decimal 229 169 127
Hex E5 A9 7F

RGB Percentages of Color #e5a97f

%43.62
%32.19
%24.19

CMYK Percentages of Color #e5a97f

%0
%26
%45
%10

Triadic Colors of #e5a97f

#e5a97f #7fe5a9 #a97fe5

Analogous Colors of #e5a97f

#e5a97f #e5dc7f #e57f88

Monochromatic Colors of #e5a97f

#e5a97f

Complementary Color

#e5a97f #7fbbe5

#e5a97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5a97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5a97f Color CSS Codes

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

#e5a97f Text Font Color

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

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


#e5a97f Background Color

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

This div background color is #e5a97f


#e5a97f Border Color

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

This div border color is #e5a97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5a97f


Comments

No comments written yet.

Please login to write comment.