Color Hex Logo

#e9aecd Color Hex

#E9AECD
(233,174,205)
0 Favorites   0 Comments

Color spaces of #e9aecd

RGB 233174205
HSL0.910.570.80
HSV328°25°91°
CMYK 0.000.250.12   0.09
XYZ59.759852.003564.6456
Yxy52.00350.33880.2948
Hunter Lab72.113521.7229-2.6707
CIE-Lab77.282926.2633-7.2629

#e9aecd color RGB value is (233,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101110 11001101
Octal 351 256 315
Decimal 233 174 205
Hex E9 AE CD

RGB Percentages of Color #e9aecd

%38.07
%28.43
%33.50

CMYK Percentages of Color #e9aecd

%0
%25
%12
%9

Triadic Colors of #e9aecd

#e9aecd #cde9ae #aecde9

Analogous Colors of #e9aecd

#e9aecd #e9aeb0 #e8aee9

Monochromatic Colors of #e9aecd

#e9aecd

Complementary Color

#e9aecd #aee9ca

#e9aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aecd Color CSS Codes

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

#e9aecd Text Font Color

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

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


#e9aecd Background Color

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

This div background color is #e9aecd


#e9aecd Border Color

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

This div border color is #e9aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aecd


Comments

No comments written yet.

Please login to write comment.