Color Hex Logo

#e9aedf Color Hex

#E9AEDF
(233,174,223)
0 Favorites   0 Comments

Color spaces of #e9aedf

RGB 233174223
HSL0.860.570.80
HSV310°25°91°
CMYK 0.000.250.04   0.09
XYZ62.059652.923576.7564
Yxy52.92350.32370.2760
Hunter Lab72.748524.9631-11.6324
CIE-Lab77.829829.3318-16.2223

#e9aedf color RGB value is (233,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101110 11011111
Octal 351 256 337
Decimal 233 174 223
Hex E9 AE DF

RGB Percentages of Color #e9aedf

%36.98
%27.62
%35.40

CMYK Percentages of Color #e9aedf

%0
%25
%4
%9

Triadic Colors of #e9aedf

#e9aedf #dfe9ae #aedfe9

Analogous Colors of #e9aedf

#e9aedf #e9aec2 #d6aee9

Monochromatic Colors of #e9aedf

#e9aedf

Complementary Color

#e9aedf #aee9b8

#e9aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aedf Color CSS Codes

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

#e9aedf Text Font Color

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

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


#e9aedf Background Color

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

This div background color is #e9aedf


#e9aedf Border Color

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

This div border color is #e9aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aedf


Comments

No comments written yet.

Please login to write comment.