Color Hex Logo

#e9bfaa Color Hex

#E9BFAA
(233,191,170)
0 Favorites   0 Comments

Color spaces of #e9bfaa

RGB 233191170
HSL0.060.590.79
HSV20°27°91°
CMYK 0.000.180.27   0.09
XYZ59.490857.487545.9909
Yxy57.48750.36500.3528
Hunter Lab75.82057.370017.1105
CIE-Lab80.453011.955516.2375

#e9bfaa color RGB value is (233,191,170).

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

The process color (four color CMYK) of #e9bfaa color hex is 0.00, 0.18, 0.27, 0.09. Web safe color of #e9bfaa is #ffcc99. Color #e9bfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 10101010
Octal 351 277 252
Decimal 233 191 170
Hex E9 BF AA

RGB Percentages of Color #e9bfaa

%39.23
%32.15
%28.62

CMYK Percentages of Color #e9bfaa

%0
%18
%27
%9

Triadic Colors of #e9bfaa

#e9bfaa #aae9bf #bfaae9

Analogous Colors of #e9bfaa

#e9bfaa #e9dfaa #e9aab5

Monochromatic Colors of #e9bfaa

#e9bfaa

Complementary Color

#e9bfaa #aad4e9

#e9bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bfaa Color CSS Codes

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

#e9bfaa Text Font Color

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

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


#e9bfaa Background Color

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

This div background color is #e9bfaa


#e9bfaa Border Color

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

This div border color is #e9bfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bfaa


Comments

No comments written yet.

Please login to write comment.