Color Hex Logo

#e5baae Color Hex

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

Color spaces of #e5baae

RGB 229186174
HSL0.040.510.79
HSV13°24°90°
CMYK 0.000.190.24   0.10
XYZ57.512054.831847.5968
Yxy54.83180.35960.3428
Hunter Lab74.04859.052513.7236
CIE-Lab78.944313.662911.9096

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

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

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

Base Numbers

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

RGB Percentages of Color #e5baae

%38.88
%31.58
%29.54

CMYK Percentages of Color #e5baae

%0
%19
%24
%10

Triadic Colors of #e5baae

#e5baae #aee5ba #baaee5

Analogous Colors of #e5baae

#e5baae #e5d6ae #e5aebe

Monochromatic Colors of #e5baae

#e5baae

Complementary Color

#e5baae #aed9e5

#e5baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5baae Color CSS Codes

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

#e5baae Text Font Color

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

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


#e5baae Background Color

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

This div background color is #e5baae


#e5baae Border Color

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

This div border color is #e5baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5baae


Comments

No comments written yet.

Please login to write comment.