Color Hex Logo

#e9baad Color Hex

#E9BAAD
(233,186,173)
0 Favorites   0 Comments

Color spaces of #e9baad

RGB 233186173
HSL0.040.580.80
HSV13°26°91°
CMYK 0.000.200.26   0.09
XYZ58.706055.458647.1456
Yxy55.45860.36390.3438
Hunter Lab74.470510.390214.5942
CIE-Lab79.304715.016013.0121

#e9baad color RGB value is (233,186,173).

#e9baad hex color red value is 233, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e9baad hue: 0.04 , saturation: 0.58 and the lightness value of e9baad is 0.80.

The process color (four color CMYK) of #e9baad color hex is 0.00, 0.20, 0.26, 0.09. Web safe color of #e9baad is #ffcc99. Color #e9baad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111010 10101101
Octal 351 272 255
Decimal 233 186 173
Hex E9 BA AD

RGB Percentages of Color #e9baad

%39.36
%31.42
%29.22

CMYK Percentages of Color #e9baad

%0
%20
%26
%9

Triadic Colors of #e9baad

#e9baad #ade9ba #baade9

Analogous Colors of #e9baad

#e9baad #e9d8ad #e9adbe

Monochromatic Colors of #e9baad

#e9baad

Complementary Color

#e9baad #addce9

#e9baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9baad Color CSS Codes

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

#e9baad Text Font Color

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

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


#e9baad Background Color

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

This div background color is #e9baad


#e9baad Border Color

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

This div border color is #e9baad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,186,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e9baad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9baad


Comments

No comments written yet.

Please login to write comment.