Color Hex Logo

#e6aace Color Hex

#E6AACE
(230,170,206)
1 Favorites   0 Comments

Color spaces of #e6aace

RGB 230170206
HSL0.900.550.78
HSV324°26°90°
CMYK 0.000.260.10   0.10
XYZ58.148450.028764.9843
Yxy50.02870.33580.2889
Hunter Lab70.731022.9668-4.9612
CIE-Lab76.086927.5335-9.6182

#e6aace color RGB value is (230,170,206).

#e6aace hex color red value is 230, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e6aace hue: 0.90 , saturation: 0.55 and the lightness value of e6aace is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 11001110
Octal 346 252 316
Decimal 230 170 206
Hex E6 AA CE

RGB Percentages of Color #e6aace

%37.95
%28.05
%33.99

CMYK Percentages of Color #e6aace

%0
%26
%10
%10

Triadic Colors of #e6aace

#e6aace #cee6aa #aacee6

Analogous Colors of #e6aace

#e6aace #e6aab0 #e0aae6

Monochromatic Colors of #e6aace

#e6aace

Complementary Color

#e6aace #aae6c2

#e6aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aace Color CSS Codes

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

#e6aace Text Font Color

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

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


#e6aace Background Color

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

This div background color is #e6aace


#e6aace Border Color

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

This div border color is #e6aace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,170,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aace

#e6aace Color Palettes


Comments

No comments written yet.

Please login to write comment.