Color Hex Logo

#e0baab Color Hex

#E0BAAB
(224,186,171)
0 Favorites   0 Comments

Color spaces of #e0baab

RGB 224186171
HSL0.050.460.77
HSV17°24°88°
CMYK 0.000.170.24   0.12
XYZ55.650153.905445.9998
Yxy53.90540.35780.3465
Hunter Lab73.42036.811414.2474
CIE-Lab78.406511.366912.6994

#e0baab color RGB value is (224,186,171).

#e0baab hex color red value is 224, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e0baab hue: 0.05 , saturation: 0.46 and the lightness value of e0baab is 0.77.

The process color (four color CMYK) of #e0baab color hex is 0.00, 0.17, 0.24, 0.12. Web safe color of #e0baab is #cccc99. Color #e0baab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111010 10101011
Octal 340 272 253
Decimal 224 186 171
Hex E0 BA AB

RGB Percentages of Color #e0baab

%38.55
%32.01
%29.43

CMYK Percentages of Color #e0baab

%0
%17
%24
%12

Triadic Colors of #e0baab

#e0baab #abe0ba #baabe0

Analogous Colors of #e0baab

#e0baab #e0d5ab #e0abb7

Monochromatic Colors of #e0baab

#e0baab

Complementary Color

#e0baab #abd1e0

#e0baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0baab Color CSS Codes

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

#e0baab Text Font Color

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

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


#e0baab Background Color

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

This div background color is #e0baab


#e0baab Border Color

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

This div border color is #e0baab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e0baab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0baab


Comments

No comments written yet.

Please login to write comment.