Color Hex Logo

#e0deac Color Hex

#E0DEAC
(224,222,172)
0 Favorites   0 Comments

Color spaces of #e0deac

RGB 224222172
HSL0.160.460.78
HSV58°23°88°
CMYK 0.000.010.23   0.12
XYZ64.308171.068449.3579
Yxy71.06840.34810.3847
Hunter Lab84.3021-11.363624.2978
CIE-Lab87.5182-7.251924.8428

#e0deac color RGB value is (224,222,172).

#e0deac hex color red value is 224, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e0deac hue: 0.16 , saturation: 0.46 and the lightness value of e0deac is 0.78.

The process color (four color CMYK) of #e0deac color hex is 0.00, 0.01, 0.23, 0.12. Web safe color of #e0deac is #cccc99. Color #e0deac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011110 10101100
Octal 340 336 254
Decimal 224 222 172
Hex E0 DE AC

RGB Percentages of Color #e0deac

%36.25
%35.92
%27.83

CMYK Percentages of Color #e0deac

%0
%1
%23
%12

Triadic Colors of #e0deac

#e0deac #ace0de #deace0

Analogous Colors of #e0deac

#e0deac #c8e0ac #e0c4ac

Monochromatic Colors of #e0deac

#e0deac

Complementary Color

#e0deac #acaee0

#e0deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0deac Color CSS Codes

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

#e0deac Text Font Color

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

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


#e0deac Background Color

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

This div background color is #e0deac


#e0deac Border Color

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

This div border color is #e0deac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,222,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0deac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0deac;
  -webkit-box-shadow: 1px 1px 3px 2px #e0deac;
  box-shadow:         1px 1px 3px 2px #e0deac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,222,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0deac


Comments

No comments written yet.

Please login to write comment.