Color Hex Logo

#e8aeac Color Hex

#E8AEAC
(232,174,172)
0 Favorites   0 Comments

Color spaces of #e8aeac

RGB 232174172
HSL0.010.570.79
HSV26°91°
CMYK 0.000.250.26   0.09
XYZ55.861250.406545.8149
Yxy50.40650.36730.3314
Hunter Lab70.997516.199011.4383
CIE-Lab76.318120.89719.3000

#e8aeac color RGB value is (232,174,172).

#e8aeac hex color red value is 232, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e8aeac hue: 0.01 , saturation: 0.57 and the lightness value of e8aeac is 0.79.

The process color (four color CMYK) of #e8aeac color hex is 0.00, 0.25, 0.26, 0.09. Web safe color of #e8aeac is #ff9999. Color #e8aeac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101110 10101100
Octal 350 256 254
Decimal 232 174 172
Hex E8 AE AC

RGB Percentages of Color #e8aeac

%40.14
%30.10
%29.76

CMYK Percentages of Color #e8aeac

%0
%25
%26
%9

Triadic Colors of #e8aeac

#e8aeac #ace8ae #aeace8

Analogous Colors of #e8aeac

#e8aeac #e8ccac #e8acc8

Monochromatic Colors of #e8aeac

#e8aeac

Complementary Color

#e8aeac #ace6e8

#e8aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aeac Color CSS Codes

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

#e8aeac Text Font Color

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

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


#e8aeac Background Color

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

This div background color is #e8aeac


#e8aeac Border Color

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

This div border color is #e8aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aeac


Comments

No comments written yet.

Please login to write comment.