Color Hex Logo

#e9aedb Color Hex

#E9AEDB
(233,174,219)
0 Favorites   0 Comments

Color spaces of #e9aedb

RGB 233174219
HSL0.870.570.80
HSV314°25°91°
CMYK 0.000.250.06   0.09
XYZ61.526552.710273.9491
Yxy52.71020.32690.2801
Hunter Lab72.601824.2170-9.5690
CIE-Lab77.703628.6303-14.2429

#e9aedb color RGB value is (233,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101110 11011011
Octal 351 256 333
Decimal 233 174 219
Hex E9 AE DB

RGB Percentages of Color #e9aedb

%37.22
%27.80
%34.98

CMYK Percentages of Color #e9aedb

%0
%25
%6
%9

Triadic Colors of #e9aedb

#e9aedb #dbe9ae #aedbe9

Analogous Colors of #e9aedb

#e9aedb #e9aebe #daaee9

Monochromatic Colors of #e9aedb

#e9aedb

Complementary Color

#e9aedb #aee9bc

#e9aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aedb Color CSS Codes

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

#e9aedb Text Font Color

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

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


#e9aedb Background Color

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

This div background color is #e9aedb


#e9aedb Border Color

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

This div border color is #e9aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aedb


Comments

No comments written yet.

Please login to write comment.