Color Hex Logo

#e9bdad Color Hex

#E9BDAD
(233,189,173)
0 Favorites   0 Comments

Color spaces of #e9bdad

RGB 233189173
HSL0.040.580.80
HSV16°26°91°
CMYK 0.000.190.26   0.09
XYZ59.344756.736047.3585
Yxy56.73600.36310.3471
Hunter Lab75.32338.818415.4485
CIE-Lab80.030913.424614.0368

#e9bdad color RGB value is (233,189,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111101 10101101
Octal 351 275 255
Decimal 233 189 173
Hex E9 BD AD

RGB Percentages of Color #e9bdad

%39.16
%31.76
%29.08

CMYK Percentages of Color #e9bdad

%0
%19
%26
%9

Triadic Colors of #e9bdad

#e9bdad #ade9bd #bdade9

Analogous Colors of #e9bdad

#e9bdad #e9dbad #e9adbb

Monochromatic Colors of #e9bdad

#e9bdad

Complementary Color

#e9bdad #add9e9

#e9bdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bdad Color CSS Codes

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

#e9bdad Text Font Color

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

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


#e9bdad Background Color

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

This div background color is #e9bdad


#e9bdad Border Color

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

This div border color is #e9bdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bdad


Comments

No comments written yet.

Please login to write comment.