Color Hex Logo

#e0aeda Color Hex

#E0AEDA
(224,174,218)
0 Favorites   0 Comments

Color spaces of #e0aeda

RGB 224174218
HSL0.850.450.78
HSV307°22°88°
CMYK 0.000.220.03   0.12
XYZ58.531451.181473.1237
Yxy51.18140.32010.2799
Hunter Lab71.541220.8427-10.5227
CIE-Lab76.788825.4380-15.1637

#e0aeda color RGB value is (224,174,218).

#e0aeda hex color red value is 224, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e0aeda hue: 0.85 , saturation: 0.45 and the lightness value of e0aeda is 0.78.

The process color (four color CMYK) of #e0aeda color hex is 0.00, 0.22, 0.03, 0.12. Web safe color of #e0aeda is #cc99cc. Color #e0aeda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 11011010
Octal 340 256 332
Decimal 224 174 218
Hex E0 AE DA

RGB Percentages of Color #e0aeda

%36.36
%28.25
%35.39

CMYK Percentages of Color #e0aeda

%0
%22
%3
%12

Triadic Colors of #e0aeda

#e0aeda #dae0ae #aedae0

Analogous Colors of #e0aeda

#e0aeda #e0aec1 #cdaee0

Monochromatic Colors of #e0aeda

#e0aeda

Complementary Color

#e0aeda #aee0b4

#e0aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aeda Color CSS Codes

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

#e0aeda Text Font Color

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

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


#e0aeda Background Color

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

This div background color is #e0aeda


#e0aeda Border Color

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

This div border color is #e0aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aeda


Comments

No comments written yet.

Please login to write comment.