Color Hex Logo

#e0acde Color Hex

#E0ACDE
(224,172,222)
0 Favorites   0 Comments

Color spaces of #e0acde

RGB 224172222
HSL0.840.460.78
HSV302°23°88°
CMYK 0.000.230.01   0.12
XYZ58.677850.626375.7864
Yxy50.62630.31700.2735
Hunter Lab71.152222.6892-13.3451
CIE-Lab76.452127.2436-17.8447

#e0acde color RGB value is (224,172,222).

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

The process color (four color CMYK) of #e0acde color hex is 0.00, 0.23, 0.01, 0.12. Web safe color of #e0acde is #cc99cc. Color #e0acde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101100 11011110
Octal 340 254 336
Decimal 224 172 222
Hex E0 AC DE

RGB Percentages of Color #e0acde

%36.25
%27.83
%35.92

CMYK Percentages of Color #e0acde

%0
%23
%1
%12

Triadic Colors of #e0acde

#e0acde #dee0ac #acdee0

Analogous Colors of #e0acde

#e0acde #e0acc4 #c8ace0

Monochromatic Colors of #e0acde

#e0acde

Complementary Color

#e0acde #ace0ae

#e0acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0acde Color CSS Codes

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

#e0acde Text Font Color

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

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


#e0acde Background Color

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

This div background color is #e0acde


#e0acde Border Color

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

This div border color is #e0acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0acde


Comments

No comments written yet.

Please login to write comment.