Color Hex Logo

#e9ddae Color Hex

#E9DDAE
(233,221,174)
0 Favorites   0 Comments

Color spaces of #e9ddae

RGB 233221174
HSL0.130.570.80
HSV48°25°91°
CMYK 0.000.050.25   0.09
XYZ67.100772.092550.4231
Yxy72.09250.35390.3802
Hunter Lab84.9073-7.522524.2251
CIE-Lab88.0131-3.121024.5987

#e9ddae color RGB value is (233,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 10101110
Octal 351 335 256
Decimal 233 221 174
Hex E9 DD AE

RGB Percentages of Color #e9ddae

%37.10
%35.19
%27.71

CMYK Percentages of Color #e9ddae

%0
%5
%25
%9

Triadic Colors of #e9ddae

#e9ddae #aee9dd #ddaee9

Analogous Colors of #e9ddae

#e9ddae #d8e9ae #e9c0ae

Monochromatic Colors of #e9ddae

#e9ddae

Complementary Color

#e9ddae #aebae9

#e9ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ddae Color CSS Codes

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

#e9ddae Text Font Color

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

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


#e9ddae Background Color

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

This div background color is #e9ddae


#e9ddae Border Color

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

This div border color is #e9ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ddae


Comments

No comments written yet.

Please login to write comment.