Color Hex Logo

#e5acdd Color Hex

#E5ACDD
(229,172,221)
0 Favorites   0 Comments

Color spaces of #e5acdd

RGB 229172221
HSL0.860.520.79
HSV308°25°90°
CMYK 0.000.250.03   0.10
XYZ60.116851.383575.1561
Yxy51.38350.32210.2753
Hunter Lab71.682324.2562-11.9857
CIE-Lab76.910728.7189-16.5612

#e5acdd color RGB value is (229,172,221).

#e5acdd hex color red value is 229, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e5acdd hue: 0.86 , saturation: 0.52 and the lightness value of e5acdd is 0.79.

The process color (four color CMYK) of #e5acdd color hex is 0.00, 0.25, 0.03, 0.10. Web safe color of #e5acdd is #cc99cc. Color #e5acdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101100 11011101
Octal 345 254 335
Decimal 229 172 221
Hex E5 AC DD

RGB Percentages of Color #e5acdd

%36.82
%27.65
%35.53

CMYK Percentages of Color #e5acdd

%0
%25
%3
%10

Triadic Colors of #e5acdd

#e5acdd #dde5ac #acdde5

Analogous Colors of #e5acdd

#e5acdd #e5acc1 #d1ace5

Monochromatic Colors of #e5acdd

#e5acdd

Complementary Color

#e5acdd #ace5b4

#e5acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5acdd Color CSS Codes

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

#e5acdd Text Font Color

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

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


#e5acdd Background Color

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

This div background color is #e5acdd


#e5acdd Border Color

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

This div border color is #e5acdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,172,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5acdd


Comments

No comments written yet.

Please login to write comment.