Color Hex Logo

#e5a495 Color Hex

#E5A495
(229,164,149)
0 Favorites   0 Comments

Color spaces of #e5a495

RGB 229164149
HSL0.030.610.74
HSV11°35°90°
CMYK 0.000.280.35   0.10
XYZ51.013445.378934.5041
Yxy45.37890.38970.3467
Hunter Lab67.363917.288016.7861
CIE-Lab73.140722.108917.3372

#e5a495 color RGB value is (229,164,149).

#e5a495 hex color red value is 229, green value is 164 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e5a495 hue: 0.03 , saturation: 0.61 and the lightness value of e5a495 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10100100 10010101
Octal 345 244 225
Decimal 229 164 149
Hex E5 A4 95

RGB Percentages of Color #e5a495

%42.25
%30.26
%27.49

CMYK Percentages of Color #e5a495

%0
%28
%35
%10

Triadic Colors of #e5a495

#e5a495 #95e5a4 #a495e5

Analogous Colors of #e5a495

#e5a495 #e5cc95 #e595ae

Monochromatic Colors of #e5a495

#e5a495

Complementary Color

#e5a495 #95d6e5

#e5a495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5a495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5a495 Color CSS Codes

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

#e5a495 Text Font Color

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

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


#e5a495 Background Color

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

This div background color is #e5a495


#e5a495 Border Color

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

This div border color is #e5a495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5a495


Comments

No comments written yet.

Please login to write comment.