Color Hex Logo

#e9bdaf Color Hex

#E9BDAF
(233,189,175)
0 Favorites   0 Comments

Color spaces of #e9bdaf

RGB 233189175
HSL0.040.570.80
HSV14°25°91°
CMYK 0.000.190.25   0.09
XYZ59.539756.814048.3856
Yxy56.81400.36140.3449
Hunter Lab75.37519.093014.7024
CIE-Lab80.074913.702613.0249

#e9bdaf color RGB value is (233,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111101 10101111
Octal 351 275 257
Decimal 233 189 175
Hex E9 BD AF

RGB Percentages of Color #e9bdaf

%39.03
%31.66
%29.31

CMYK Percentages of Color #e9bdaf

%0
%19
%25
%9

Triadic Colors of #e9bdaf

#e9bdaf #afe9bd #bdafe9

Analogous Colors of #e9bdaf

#e9bdaf #e9daaf #e9afbe

Monochromatic Colors of #e9bdaf

#e9bdaf

Complementary Color

#e9bdaf #afdbe9

#e9bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bdaf Color CSS Codes

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

#e9bdaf Text Font Color

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

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


#e9bdaf Background Color

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

This div background color is #e9bdaf


#e9bdaf Border Color

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

This div border color is #e9bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bdaf


Comments

No comments written yet.

Please login to write comment.