Color Hex Logo

#e1bbaa Color Hex

#E1BBAA
(225,187,170)
0 Favorites   0 Comments

Color spaces of #e1bbaa

RGB 225187170
HSL0.050.480.77
HSV19°24°88°
CMYK 0.000.170.24   0.12
XYZ56.077454.450545.5846
Yxy54.45050.35920.3488
Hunter Lab73.79066.518215.0266
CIE-Lab78.723711.067713.6991

#e1bbaa color RGB value is (225,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111011 10101010
Octal 341 273 252
Decimal 225 187 170
Hex E1 BB AA

RGB Percentages of Color #e1bbaa

%38.66
%32.13
%29.21

CMYK Percentages of Color #e1bbaa

%0
%17
%24
%12

Triadic Colors of #e1bbaa

#e1bbaa #aae1bb #bbaae1

Analogous Colors of #e1bbaa

#e1bbaa #e1d7aa #e1aab5

Monochromatic Colors of #e1bbaa

#e1bbaa

Complementary Color

#e1bbaa #aad0e1

#e1bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bbaa Color CSS Codes

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

#e1bbaa Text Font Color

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

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


#e1bbaa Background Color

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

This div background color is #e1bbaa


#e1bbaa Border Color

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

This div border color is #e1bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bbaa


Comments

No comments written yet.

Please login to write comment.