Color Hex Logo

#e9aeed Color Hex

#E9AEED
(233,174,237)
0 Favorites   0 Comments

Color spaces of #e9aeed

RGB 233174237
HSL0.820.640.81
HSV296°27°93°
CMYK 0.020.270.00   0.07
XYZ64.026453.710287.1133
Yxy53.71020.31260.2622
Hunter Lab73.287227.6914-19.1743
CIE-Lab78.292431.8725-23.0953

#e9aeed color RGB value is (233,174,237).

#e9aeed hex color red value is 233, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e9aeed hue: 0.82 , saturation: 0.64 and the lightness value of e9aeed is 0.81.

The process color (four color CMYK) of #e9aeed color hex is 0.02, 0.27, 0.00, 0.07. Web safe color of #e9aeed is #ff99ff. Color #e9aeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101110 11101101
Octal 351 256 355
Decimal 233 174 237
Hex E9 AE ED

RGB Percentages of Color #e9aeed

%36.18
%27.02
%36.80

CMYK Percentages of Color #e9aeed

%2
%27
%0
%7

Triadic Colors of #e9aeed

#e9aeed #ede9ae #aeede9

Analogous Colors of #e9aeed

#e9aeed #edaed2 #caaeed

Monochromatic Colors of #e9aeed

#e9aeed

Complementary Color

#e9aeed #b2edae

#e9aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aeed Color CSS Codes

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

#e9aeed Text Font Color

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

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


#e9aeed Background Color

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

This div background color is #e9aeed


#e9aeed Border Color

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

This div border color is #e9aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aeed


Comments

No comments written yet.

Please login to write comment.