Color Hex Logo

#e5aec0 Color Hex

#E5AEC0
(229,174,192)
0 Favorites   0 Comments

Color spaces of #e5aec0

RGB 229174192
HSL0.950.510.79
HSV340°24°90°
CMYK 0.000.240.16   0.10
XYZ56.963650.735956.6599
Yxy50.73590.34660.3087
Hunter Lab71.229118.09962.6976
CIE-Lab76.518822.7693-1.3525

#e5aec0 color RGB value is (229,174,192).

#e5aec0 hex color red value is 229, green value is 174 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #e5aec0 hue: 0.95 , saturation: 0.51 and the lightness value of e5aec0 is 0.79.

The process color (four color CMYK) of #e5aec0 color hex is 0.00, 0.24, 0.16, 0.10. Web safe color of #e5aec0 is #cc99cc. Color #e5aec0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101110 11000000
Octal 345 256 300
Decimal 229 174 192
Hex E5 AE C0

RGB Percentages of Color #e5aec0

%38.49
%29.24
%32.27

CMYK Percentages of Color #e5aec0

%0
%24
%16
%10

Triadic Colors of #e5aec0

#e5aec0 #c0e5ae #aec0e5

Analogous Colors of #e5aec0

#e5aec0 #e5b8ae #e5aedc

Monochromatic Colors of #e5aec0

#e5aec0

Complementary Color

#e5aec0 #aee5d3

#e5aec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aec0 Color CSS Codes

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

#e5aec0 Text Font Color

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

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


#e5aec0 Background Color

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

This div background color is #e5aec0


#e5aec0 Border Color

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

This div border color is #e5aec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aec0


Comments

No comments written yet.

Please login to write comment.