Color Hex Logo

#e4aace Color Hex

#E4AACE
(228,170,206)
0 Favorites   0 Comments

Color spaces of #e4aace

RGB 228170206
HSL0.900.520.78
HSV323°25°89°
CMYK 0.000.250.10   0.11
XYZ57.510249.699764.9544
Yxy49.69970.33400.2887
Hunter Lab70.498022.2435-5.2791
CIE-Lab75.884626.8469-9.9411

#e4aace color RGB value is (228,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101010 11001110
Octal 344 252 316
Decimal 228 170 206
Hex E4 AA CE

RGB Percentages of Color #e4aace

%37.75
%28.15
%34.11

CMYK Percentages of Color #e4aace

%0
%25
%10
%11

Triadic Colors of #e4aace

#e4aace #cee4aa #aacee4

Analogous Colors of #e4aace

#e4aace #e4aab1 #ddaae4

Monochromatic Colors of #e4aace

#e4aace

Complementary Color

#e4aace #aae4c0

#e4aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aace Color CSS Codes

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

#e4aace Text Font Color

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

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


#e4aace Background Color

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

This div background color is #e4aace


#e4aace Border Color

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

This div border color is #e4aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aace


Comments

No comments written yet.

Please login to write comment.