Color Hex Logo

#e1baaa Color Hex

#E1BAAA
(225,186,170)
0 Favorites   0 Comments

Color spaces of #e1baaa

RGB 225186170
HSL0.050.480.77
HSV17°24°88°
CMYK 0.000.170.24   0.12
XYZ55.865954.027645.5141
Yxy54.02760.35950.3477
Hunter Lab73.50357.036914.7395
CIE-Lab78.477811.599613.3524

#e1baaa color RGB value is (225,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111010 10101010
Octal 341 272 252
Decimal 225 186 170
Hex E1 BA AA

RGB Percentages of Color #e1baaa

%38.73
%32.01
%29.26

CMYK Percentages of Color #e1baaa

%0
%17
%24
%12

Triadic Colors of #e1baaa

#e1baaa #aae1ba #baaae1

Analogous Colors of #e1baaa

#e1baaa #e1d6aa #e1aab6

Monochromatic Colors of #e1baaa

#e1baaa

Complementary Color

#e1baaa #aad1e1

#e1baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1baaa Color CSS Codes

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

#e1baaa Text Font Color

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

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


#e1baaa Background Color

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

This div background color is #e1baaa


#e1baaa Border Color

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

This div border color is #e1baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1baaa


Comments

No comments written yet.

Please login to write comment.