Color Hex Logo

#e8ddae Color Hex

#E8DDAE
(232,221,174)
0 Favorites   0 Comments

Color spaces of #e8ddae

RGB 232221174
HSL0.140.560.80
HSV49°25°91°
CMYK 0.000.050.25   0.09
XYZ66.775171.924750.4078
Yxy71.92470.35310.3803
Hunter Lab84.8084-7.870324.1256
CIE-Lab87.9323-3.494124.4751

#e8ddae color RGB value is (232,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011101 10101110
Octal 350 335 256
Decimal 232 221 174
Hex E8 DD AE

RGB Percentages of Color #e8ddae

%37.00
%35.25
%27.75

CMYK Percentages of Color #e8ddae

%0
%5
%25
%9

Triadic Colors of #e8ddae

#e8ddae #aee8dd #ddaee8

Analogous Colors of #e8ddae

#e8ddae #d6e8ae #e8c0ae

Monochromatic Colors of #e8ddae

#e8ddae

Complementary Color

#e8ddae #aeb9e8

#e8ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ddae Color CSS Codes

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

#e8ddae Text Font Color

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

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


#e8ddae Background Color

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

This div background color is #e8ddae


#e8ddae Border Color

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

This div border color is #e8ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ddae


Comments

No comments written yet.

Please login to write comment.