Color Hex Logo

#e9ddaf Color Hex

#E9DDAF
(233,221,175)
0 Favorites   0 Comments

Color spaces of #e9ddaf

RGB 233221175
HSL0.130.570.80
HSV48°25°91°
CMYK 0.000.050.25   0.09
XYZ67.198672.131750.9385
Yxy72.13170.35320.3791
Hunter Lab84.9304-7.395423.8910
CIE-Lab88.0319-2.985824.1057

#e9ddaf color RGB value is (233,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 10101111
Octal 351 335 257
Decimal 233 221 175
Hex E9 DD AF

RGB Percentages of Color #e9ddaf

%37.04
%35.14
%27.82

CMYK Percentages of Color #e9ddaf

%0
%5
%25
%9

Triadic Colors of #e9ddaf

#e9ddaf #afe9dd #ddafe9

Analogous Colors of #e9ddaf

#e9ddaf #d8e9af #e9c0af

Monochromatic Colors of #e9ddaf

#e9ddaf

Complementary Color

#e9ddaf #afbbe9

#e9ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ddaf Color CSS Codes

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

#e9ddaf Text Font Color

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

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


#e9ddaf Background Color

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

This div background color is #e9ddaf


#e9ddaf Border Color

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

This div border color is #e9ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ddaf


Comments

No comments written yet.

Please login to write comment.