Color Hex Logo

#e5aced Color Hex

#E5ACED
(229,172,237)
0 Favorites   0 Comments

Color spaces of #e5aced

RGB 229172237
HSL0.810.640.80
HSV293°27°93°
CMYK 0.030.270.00   0.07
XYZ62.351752.277586.9250
Yxy52.27750.30940.2594
Hunter Lab72.303227.4015-20.6679
CIE-Lab77.446531.6636-24.4200

#e5aced color RGB value is (229,172,237).

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

The process color (four color CMYK) of #e5aced color hex is 0.03, 0.27, 0.00, 0.07. Web safe color of #e5aced is #cc99ff. Color #e5aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101100 11101101
Octal 345 254 355
Decimal 229 172 237
Hex E5 AC ED

RGB Percentages of Color #e5aced

%35.89
%26.96
%37.15

CMYK Percentages of Color #e5aced

%3
%27
%0
%7

Triadic Colors of #e5aced

#e5aced #ede5ac #acede5

Analogous Colors of #e5aced

#e5aced #edacd5 #c5aced

Monochromatic Colors of #e5aced

#e5aced

Complementary Color

#e5aced #b4edac

#e5aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aced Color CSS Codes

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

#e5aced Text Font Color

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

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


#e5aced Background Color

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

This div background color is #e5aced


#e5aced Border Color

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

This div border color is #e5aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aced


Comments

No comments written yet.

Please login to write comment.