Color Hex Logo

#e8aede Color Hex

#E8AEDE
(232,174,222)
0 Favorites   0 Comments

Color spaces of #e8aede

RGB 232174222
HSL0.860.560.80
HSV310°25°91°
CMYK 0.000.250.04   0.09
XYZ61.599652.701876.0331
Yxy52.70180.32360.2769
Hunter Lab72.596024.4189-11.2799
CIE-Lab77.698628.8230-15.8877

#e8aede color RGB value is (232,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101110 11011110
Octal 350 256 336
Decimal 232 174 222
Hex E8 AE DE

RGB Percentages of Color #e8aede

%36.94
%27.71
%35.35

CMYK Percentages of Color #e8aede

%0
%25
%4
%9

Triadic Colors of #e8aede

#e8aede #dee8ae #aedee8

Analogous Colors of #e8aede

#e8aede #e8aec1 #d5aee8

Monochromatic Colors of #e8aede

#e8aede

Complementary Color

#e8aede #aee8b8

#e8aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aede Color CSS Codes

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

#e8aede Text Font Color

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

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


#e8aede Background Color

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

This div background color is #e8aede


#e8aede Border Color

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

This div border color is #e8aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aede

#e8aede Color Palettes


Comments

No comments written yet.

Please login to write comment.