Color Hex Logo

#e9dbaf Color Hex

#E9DBAF
(233,219,175)
0 Favorites   0 Comments

Color spaces of #e9dbaf

RGB 233219175
HSL0.130.570.80
HSV46°25°91°
CMYK 0.000.060.25   0.09
XYZ66.673771.081850.7635
Yxy71.08180.35370.3771
Hunter Lab84.3100-6.381923.3182
CIE-Lab87.5247-1.962423.4092

#e9dbaf color RGB value is (233,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011011 10101111
Octal 351 333 257
Decimal 233 219 175
Hex E9 DB AF

RGB Percentages of Color #e9dbaf

%37.16
%34.93
%27.91

CMYK Percentages of Color #e9dbaf

%0
%6
%25
%9

Triadic Colors of #e9dbaf

#e9dbaf #afe9db #dbafe9

Analogous Colors of #e9dbaf

#e9dbaf #dae9af #e9beaf

Monochromatic Colors of #e9dbaf

#e9dbaf

Complementary Color

#e9dbaf #afbde9

#e9dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dbaf Color CSS Codes

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

#e9dbaf Text Font Color

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

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


#e9dbaf Background Color

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

This div background color is #e9dbaf


#e9dbaf Border Color

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

This div border color is #e9dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dbaf


Comments

No comments written yet.

Please login to write comment.