Color Hex Logo

#e5baab Color Hex

#E5BAAB
(229,186,171)
0 Favorites   0 Comments

Color spaces of #e5baab

RGB 229186171
HSL0.040.530.78
HSV16°25°90°
CMYK 0.000.190.25   0.10
XYZ57.222754.716146.0734
Yxy54.71610.36210.3463
Hunter Lab73.97038.637714.8497
CIE-Lab78.877513.240713.4313

#e5baab color RGB value is (229,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 10101011
Octal 345 272 253
Decimal 229 186 171
Hex E5 BA AB

RGB Percentages of Color #e5baab

%39.08
%31.74
%29.18

CMYK Percentages of Color #e5baab

%0
%19
%25
%10

Triadic Colors of #e5baab

#e5baab #abe5ba #baabe5

Analogous Colors of #e5baab

#e5baab #e5d7ab #e5abb9

Monochromatic Colors of #e5baab

#e5baab

Complementary Color

#e5baab #abd6e5

#e5baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5baab Color CSS Codes

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

#e5baab Text Font Color

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

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


#e5baab Background Color

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

This div background color is #e5baab


#e5baab Border Color

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

This div border color is #e5baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5baab


Comments

No comments written yet.

Please login to write comment.