Color Hex Logo

#e0aec2 Color Hex

#E0AEC2
(224,174,194)
0 Favorites   0 Comments

Color spaces of #e0aec2

RGB 224174194
HSL0.930.450.78
HSV336°22°88°
CMYK 0.000.220.13   0.12
XYZ55.614150.014457.7615
Yxy50.01440.34040.3061
Hunter Lab70.720916.60891.0793
CIE-Lab76.078121.3131-3.1481

#e0aec2 color RGB value is (224,174,194).

#e0aec2 hex color red value is 224, green value is 174 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #e0aec2 hue: 0.93 , saturation: 0.45 and the lightness value of e0aec2 is 0.78.

The process color (four color CMYK) of #e0aec2 color hex is 0.00, 0.22, 0.13, 0.12. Web safe color of #e0aec2 is #cc99cc. Color #e0aec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 11000010
Octal 340 256 302
Decimal 224 174 194
Hex E0 AE C2

RGB Percentages of Color #e0aec2

%37.84
%29.39
%32.77

CMYK Percentages of Color #e0aec2

%0
%22
%13
%12

Triadic Colors of #e0aec2

#e0aec2 #c2e0ae #aec2e0

Analogous Colors of #e0aec2

#e0aec2 #e0b3ae #e0aedb

Monochromatic Colors of #e0aec2

#e0aec2

Complementary Color

#e0aec2 #aee0cc

#e0aec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aec2 Color CSS Codes

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

#e0aec2 Text Font Color

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

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


#e0aec2 Background Color

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

This div background color is #e0aec2


#e0aec2 Border Color

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

This div border color is #e0aec2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,174,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aec2


Comments

No comments written yet.

Please login to write comment.