Color Hex Logo

#e5aeba Color Hex

#E5AEBA
(229,174,186)
0 Favorites   0 Comments

Color spaces of #e5aeba

RGB 229174186
HSL0.960.510.79
HSV347°24°90°
CMYK 0.000.240.19   0.10
XYZ56.312150.475353.2291
Yxy50.47530.35190.3154
Hunter Lab71.046017.15135.3109
CIE-Lab76.360121.84001.6886

#e5aeba color RGB value is (229,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101110 10111010
Octal 345 256 272
Decimal 229 174 186
Hex E5 AE BA

RGB Percentages of Color #e5aeba

%38.88
%29.54
%31.58

CMYK Percentages of Color #e5aeba

%0
%24
%19
%10

Triadic Colors of #e5aeba

#e5aeba #bae5ae #aebae5

Analogous Colors of #e5aeba

#e5aeba #e5beae #e5aed6

Monochromatic Colors of #e5aeba

#e5aeba

Complementary Color

#e5aeba #aee5d9

#e5aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aeba Color CSS Codes

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

#e5aeba Text Font Color

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

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


#e5aeba Background Color

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

This div background color is #e5aeba


#e5aeba Border Color

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

This div border color is #e5aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aeba


Comments

No comments written yet.

Please login to write comment.