Color Hex Logo

#e5aeaa Color Hex

#E5AEAA
(229,174,170)
0 Favorites   0 Comments

Color spaces of #e5aeaa

RGB 229174170
HSL0.010.530.78
HSV26°90°
CMYK 0.000.240.26   0.10
XYZ54.704849.832444.7656
Yxy49.83240.36640.3338
Hunter Lab70.592114.791111.8160
CIE-Lab75.966319.50339.8464

#e5aeaa color RGB value is (229,174,170).

#e5aeaa hex color red value is 229, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e5aeaa hue: 0.01 , saturation: 0.53 and the lightness value of e5aeaa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101110 10101010
Octal 345 256 252
Decimal 229 174 170
Hex E5 AE AA

RGB Percentages of Color #e5aeaa

%39.97
%30.37
%29.67

CMYK Percentages of Color #e5aeaa

%0
%24
%26
%10

Triadic Colors of #e5aeaa

#e5aeaa #aae5ae #aeaae5

Analogous Colors of #e5aeaa

#e5aeaa #e5ccaa #e5aac4

Monochromatic Colors of #e5aeaa

#e5aeaa

Complementary Color

#e5aeaa #aae1e5

#e5aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aeaa Color CSS Codes

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

#e5aeaa Text Font Color

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

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


#e5aeaa Background Color

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

This div background color is #e5aeaa


#e5aeaa Border Color

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

This div border color is #e5aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aeaa


Comments

No comments written yet.

Please login to write comment.