Color Hex Logo

#e9b6aa Color Hex

#E9B6AA
(233,182,170)
0 Favorites   0 Comments

Color spaces of #e9b6aa

RGB 233182170
HSL0.030.590.79
HSV11°27°91°
CMYK 0.000.220.27   0.09
XYZ57.587953.681845.3566
Yxy53.68180.36770.3427
Hunter Lab73.267912.080714.5839
CIE-Lab78.275816.730213.1768

#e9b6aa color RGB value is (233,182,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10110110 10101010
Octal 351 266 252
Decimal 233 182 170
Hex E9 B6 AA

RGB Percentages of Color #e9b6aa

%39.83
%31.11
%29.06

CMYK Percentages of Color #e9b6aa

%0
%22
%27
%9

Triadic Colors of #e9b6aa

#e9b6aa #aae9b6 #b6aae9

Analogous Colors of #e9b6aa

#e9b6aa #e9d6aa #e9aabe

Monochromatic Colors of #e9b6aa

#e9b6aa

Complementary Color

#e9b6aa #aadde9

#e9b6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9b6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9b6aa Color CSS Codes

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

#e9b6aa Text Font Color

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

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


#e9b6aa Background Color

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

This div background color is #e9b6aa


#e9b6aa Border Color

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

This div border color is #e9b6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9b6aa


Comments

No comments written yet.

Please login to write comment.