Color Hex Logo

#eee0ac Color Hex

#EEE0AC
(238,224,172)
0 Favorites   0 Comments

Color spaces of #eee0ac

RGB 238224172
HSL0.130.660.80
HSV47°28°93°
CMYK 0.000.060.28   0.07
XYZ69.361974.467049.7475
Yxy74.46700.35830.3847
Hunter Lab86.2943-7.539626.2261
CIE-Lab89.1427-3.044327.2405

#eee0ac color RGB value is (238,224,172).

#eee0ac hex color red value is 238, green value is 224 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eee0ac hue: 0.13 , saturation: 0.66 and the lightness value of eee0ac is 0.80.

The process color (four color CMYK) of #eee0ac color hex is 0.00, 0.06, 0.28, 0.07. Web safe color of #eee0ac is #ffcc99. Color #eee0ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 10101100
Octal 356 340 254
Decimal 238 224 172
Hex EE E0 AC

RGB Percentages of Color #eee0ac

%37.54
%35.33
%27.13

CMYK Percentages of Color #eee0ac

%0
%6
%28
%7

Triadic Colors of #eee0ac

#eee0ac #aceee0 #e0acee

Analogous Colors of #eee0ac

#eee0ac #dbeeac #eebfac

Monochromatic Colors of #eee0ac

#eee0ac

Complementary Color

#eee0ac #acbaee

#eee0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee0ac Color CSS Codes

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

#eee0ac Text Font Color

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

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


#eee0ac Background Color

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

This div background color is #eee0ac


#eee0ac Border Color

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

This div border color is #eee0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee0ac


Comments

No comments written yet.

Please login to write comment.