Color Hex Logo

#e1aede Color Hex

#E1AEDE
(225,174,222)
0 Favorites   0 Comments

Color spaces of #e1aede

RGB 225174222
HSL0.840.460.78
HSV304°23°88°
CMYK 0.000.230.01   0.12
XYZ59.372251.553675.9288
Yxy51.55360.31770.2759
Hunter Lab71.800821.9504-12.4381
CIE-Lab77.013126.4981-16.9883

#e1aede color RGB value is (225,174,222).

#e1aede hex color red value is 225, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e1aede hue: 0.84 , saturation: 0.46 and the lightness value of e1aede is 0.78.

The process color (four color CMYK) of #e1aede color hex is 0.00, 0.23, 0.01, 0.12. Web safe color of #e1aede is #cc99cc. Color #e1aede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101110 11011110
Octal 341 256 336
Decimal 225 174 222
Hex E1 AE DE

RGB Percentages of Color #e1aede

%36.23
%28.02
%35.75

CMYK Percentages of Color #e1aede

%0
%23
%1
%12

Triadic Colors of #e1aede

#e1aede #dee1ae #aedee1

Analogous Colors of #e1aede

#e1aede #e1aec5 #cbaee1

Monochromatic Colors of #e1aede

#e1aede

Complementary Color

#e1aede #aee1b1

#e1aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aede Color CSS Codes

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

#e1aede Text Font Color

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

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


#e1aede Background Color

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

This div background color is #e1aede


#e1aede Border Color

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

This div border color is #e1aede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1aede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aede


Comments

No comments written yet.

Please login to write comment.