Color Hex Logo

#e6acde Color Hex

#E6ACDE
(230,172,222)
0 Favorites   0 Comments

Color spaces of #e6acde

RGB 230172222
HSL0.860.540.79
HSV308°25°90°
CMYK 0.000.250.03   0.10
XYZ60.570551.602075.8750
Yxy51.60200.32210.2744
Hunter Lab71.834524.7998-12.3407
CIE-Lab77.042229.2290-16.8963

#e6acde color RGB value is (230,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101100 11011110
Octal 346 254 336
Decimal 230 172 222
Hex E6 AC DE

RGB Percentages of Color #e6acde

%36.86
%27.56
%35.58

CMYK Percentages of Color #e6acde

%0
%25
%3
%10

Triadic Colors of #e6acde

#e6acde #dee6ac #acdee6

Analogous Colors of #e6acde

#e6acde #e6acc1 #d1ace6

Monochromatic Colors of #e6acde

#e6acde

Complementary Color

#e6acde #ace6b4

#e6acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6acde Color CSS Codes

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

#e6acde Text Font Color

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

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


#e6acde Background Color

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

This div background color is #e6acde


#e6acde Border Color

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

This div border color is #e6acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6acde


Comments

No comments written yet.

Please login to write comment.