Color Hex Logo

#eeaa8e Color Hex

#EEAA8E
(238,170,142)
0 Favorites   0 Comments

Color spaces of #eeaa8e

RGB 238170142
HSL0.050.740.75
HSV18°40°93°
CMYK 0.000.290.40   0.07
XYZ54.517148.879632.1525
Yxy48.87960.40220.3606
Hunter Lab69.913916.840321.6731
CIE-Lab75.376421.569824.3626

#eeaa8e color RGB value is (238,170,142).

#eeaa8e hex color red value is 238, green value is 170 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #eeaa8e hue: 0.05 , saturation: 0.74 and the lightness value of eeaa8e is 0.75.

The process color (four color CMYK) of #eeaa8e color hex is 0.00, 0.29, 0.40, 0.07. Web safe color of #eeaa8e is #ff9999. Color #eeaa8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10001110
Octal 356 252 216
Decimal 238 170 142
Hex EE AA 8E

RGB Percentages of Color #eeaa8e

%43.27
%30.91
%25.82

CMYK Percentages of Color #eeaa8e

%0
%29
%40
%7

Triadic Colors of #eeaa8e

#eeaa8e #8eeeaa #aa8eee

Analogous Colors of #eeaa8e

#eeaa8e #eeda8e #ee8ea2

Monochromatic Colors of #eeaa8e

#eeaa8e

Complementary Color

#eeaa8e #8ed2ee

#eeaa8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaa8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaa8e Color CSS Codes

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

#eeaa8e Text Font Color

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

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


#eeaa8e Background Color

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

This div background color is #eeaa8e


#eeaa8e Border Color

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

This div border color is #eeaa8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaa8e


Comments

No comments written yet.

Please login to write comment.