Color Hex Logo

#e1bdaa Color Hex

#E1BDAA
(225,189,170)
0 Favorites   0 Comments

Color spaces of #e1bdaa

RGB 225189170
HSL0.060.480.77
HSV21°24°88°
CMYK 0.000.160.24   0.12
XYZ56.504655.305045.7270
Yxy55.30500.35870.3511
Hunter Lab74.36735.482215.6009
CIE-Lab79.216610.005214.3934

#e1bdaa color RGB value is (225,189,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111101 10101010
Octal 341 275 252
Decimal 225 189 170
Hex E1 BD AA

RGB Percentages of Color #e1bdaa

%38.53
%32.36
%29.11

CMYK Percentages of Color #e1bdaa

%0
%16
%24
%12

Triadic Colors of #e1bdaa

#e1bdaa #aae1bd #bdaae1

Analogous Colors of #e1bdaa

#e1bdaa #e1d9aa #e1aab3

Monochromatic Colors of #e1bdaa

#e1bdaa

Complementary Color

#e1bdaa #aacee1

#e1bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bdaa Color CSS Codes

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

#e1bdaa Text Font Color

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

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


#e1bdaa Background Color

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

This div background color is #e1bdaa


#e1bdaa Border Color

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

This div border color is #e1bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bdaa


Comments

No comments written yet.

Please login to write comment.