Color Hex Logo

#eee5aa Color Hex

#EEE5AA
(238,229,170)
1 Favorites   0 Comments

Color spaces of #eee5aa

RGB 238229170
HSL0.140.670.80
HSV52°29°93°
CMYK 0.000.040.29   0.07
XYZ70.534977.118049.1979
Yxy77.11800.35830.3918
Hunter Lab87.8169-10.307528.2556
CIE-Lab90.3759-5.836229.9360

#eee5aa color RGB value is (238,229,170).

#eee5aa hex color red value is 238, green value is 229 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eee5aa hue: 0.14 , saturation: 0.67 and the lightness value of eee5aa is 0.80.

The process color (four color CMYK) of #eee5aa color hex is 0.00, 0.04, 0.29, 0.07. Web safe color of #eee5aa is #ffcc99. Color #eee5aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 10101010
Octal 356 345 252
Decimal 238 229 170
Hex EE E5 AA

RGB Percentages of Color #eee5aa

%37.36
%35.95
%26.69

CMYK Percentages of Color #eee5aa

%0
%4
%29
%7

Triadic Colors of #eee5aa

#eee5aa #aaeee5 #e5aaee

Analogous Colors of #eee5aa

#eee5aa #d5eeaa #eec3aa

Monochromatic Colors of #eee5aa

#eee5aa

Complementary Color

#eee5aa #aab3ee

#eee5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee5aa Color CSS Codes

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

#eee5aa Text Font Color

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

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


#eee5aa Background Color

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

This div background color is #eee5aa


#eee5aa Border Color

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

This div border color is #eee5aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,229,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee5aa

#eee5aa Color Palettes


Comments

No comments written yet.

Please login to write comment.