Color Hex Logo

#e1aea0 Color Hex

#E1AEA0
(225,174,160)
0 Favorites   0 Comments

Color spaces of #e1aea0

RGB 225174160
HSL0.040.520.75
HSV13°29°88°
CMYK 0.000.230.29   0.12
XYZ52.532648.817739.9117
Yxy48.81770.37190.3456
Hunter Lab69.869711.936115.0405
CIE-Lab75.337816.632914.3447

#e1aea0 color RGB value is (225,174,160).

#e1aea0 hex color red value is 225, green value is 174 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #e1aea0 hue: 0.04 , saturation: 0.52 and the lightness value of e1aea0 is 0.75.

The process color (four color CMYK) of #e1aea0 color hex is 0.00, 0.23, 0.29, 0.12. Web safe color of #e1aea0 is #cc9999. Color #e1aea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101110 10100000
Octal 341 256 240
Decimal 225 174 160
Hex E1 AE A0

RGB Percentages of Color #e1aea0

%40.25
%31.13
%28.62

CMYK Percentages of Color #e1aea0

%0
%23
%29
%12

Triadic Colors of #e1aea0

#e1aea0 #a0e1ae #aea0e1

Analogous Colors of #e1aea0

#e1aea0 #e1cfa0 #e1a0b3

Monochromatic Colors of #e1aea0

#e1aea0

Complementary Color

#e1aea0 #a0d3e1

#e1aea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aea0 Color CSS Codes

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

#e1aea0 Text Font Color

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

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


#e1aea0 Background Color

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

This div background color is #e1aea0


#e1aea0 Border Color

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

This div border color is #e1aea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aea0


Comments

No comments written yet.

Please login to write comment.