Color Hex Logo

#e1bfaa Color Hex

#E1BFAA
(225,191,170)
0 Favorites   0 Comments

Color spaces of #e1bfaa

RGB 225191170
HSL0.060.480.77
HSV23°24°88°
CMYK 0.000.150.24   0.12
XYZ56.937856.171445.8714
Yxy56.17140.35810.3533
Hunter Lab74.94764.448516.1751
CIE-Lab79.71138.944815.0887

#e1bfaa color RGB value is (225,191,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 10101010
Octal 341 277 252
Decimal 225 191 170
Hex E1 BF AA

RGB Percentages of Color #e1bfaa

%38.40
%32.59
%29.01

CMYK Percentages of Color #e1bfaa

%0
%15
%24
%12

Triadic Colors of #e1bfaa

#e1bfaa #aae1bf #bfaae1

Analogous Colors of #e1bfaa

#e1bfaa #e1dbaa #e1aab1

Monochromatic Colors of #e1bfaa

#e1bfaa

Complementary Color

#e1bfaa #aacce1

#e1bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bfaa Color CSS Codes

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

#e1bfaa Text Font Color

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

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


#e1bfaa Background Color

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

This div background color is #e1bfaa


#e1bfaa Border Color

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

This div border color is #e1bfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bfaa


Comments

No comments written yet.

Please login to write comment.