Color Hex Logo

#e8dda0 Color Hex

#E8DDA0
(232,221,160)
0 Favorites   0 Comments

Color spaces of #e8dda0

RGB 232221160
HSL0.140.610.77
HSV51°31°91°
CMYK 0.000.050.31   0.09
XYZ65.480371.406843.5894
Yxy71.40680.36280.3957
Hunter Lab84.5025-9.561328.5679
CIE-Lab87.6823-5.308031.3605

#e8dda0 color RGB value is (232,221,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011101 10100000
Octal 350 335 240
Decimal 232 221 160
Hex E8 DD A0

RGB Percentages of Color #e8dda0

%37.85
%36.05
%26.10

CMYK Percentages of Color #e8dda0

%0
%5
%31
%9

Triadic Colors of #e8dda0

#e8dda0 #a0e8dd #dda0e8

Analogous Colors of #e8dda0

#e8dda0 #cfe8a0 #e8b9a0

Monochromatic Colors of #e8dda0

#e8dda0

Complementary Color

#e8dda0 #a0abe8

#e8dda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dda0 Color CSS Codes

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

#e8dda0 Text Font Color

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

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


#e8dda0 Background Color

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

This div background color is #e8dda0


#e8dda0 Border Color

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

This div border color is #e8dda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dda0


Comments

No comments written yet.

Please login to write comment.