Color Hex Logo

#e4acde Color Hex

#E4ACDE
(228,172,222)
0 Favorites   0 Comments

Color spaces of #e4acde

RGB 228172222
HSL0.850.510.78
HSV306°25°89°
CMYK 0.000.250.03   0.11
XYZ59.932251.273075.8451
Yxy51.27300.32040.2741
Hunter Lab71.605224.0922-12.6771
CIE-Lab76.844128.5664-17.2146

#e4acde color RGB value is (228,172,222).

#e4acde hex color red value is 228, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e4acde hue: 0.85 , saturation: 0.51 and the lightness value of e4acde is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101100 11011110
Octal 344 254 336
Decimal 228 172 222
Hex E4 AC DE

RGB Percentages of Color #e4acde

%36.66
%27.65
%35.69

CMYK Percentages of Color #e4acde

%0
%25
%3
%11

Triadic Colors of #e4acde

#e4acde #dee4ac #acdee4

Analogous Colors of #e4acde

#e4acde #e4acc2 #ceace4

Monochromatic Colors of #e4acde

#e4acde

Complementary Color

#e4acde #ace4b2

#e4acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4acde Color CSS Codes

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

#e4acde Text Font Color

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

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


#e4acde Background Color

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

This div background color is #e4acde


#e4acde Border Color

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

This div border color is #e4acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4acde


Comments

No comments written yet.

Please login to write comment.