Color Hex Logo

#e8aead Color Hex

#E8AEAD
(232,174,173)
0 Favorites   0 Comments

Color spaces of #e8aead

RGB 232174173
HSL0.000.560.79
HSV25°91°
CMYK 0.000.250.25   0.09
XYZ55.957650.445046.3227
Yxy50.44500.36640.3303
Hunter Lab71.024616.340211.0480
CIE-Lab76.341621.03668.7888

#e8aead color RGB value is (232,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101110 10101101
Octal 350 256 255
Decimal 232 174 173
Hex E8 AE AD

RGB Percentages of Color #e8aead

%40.07
%30.05
%29.88

CMYK Percentages of Color #e8aead

%0
%25
%25
%9

Triadic Colors of #e8aead

#e8aead #ade8ae #aeade8

Analogous Colors of #e8aead

#e8aead #e8ccad #e8adca

Monochromatic Colors of #e8aead

#e8aead

Complementary Color

#e8aead #ade7e8

#e8aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aead Color CSS Codes

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

#e8aead Text Font Color

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

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


#e8aead Background Color

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

This div background color is #e8aead


#e8aead Border Color

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

This div border color is #e8aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aead


Comments

No comments written yet.

Please login to write comment.