Color Hex Logo

#eeaa86 Color Hex

#EEAA86
(238,170,134)
0 Favorites   0 Comments

Color spaces of #eeaa86

RGB 238170134
HSL0.060.750.73
HSV21°44°93°
CMYK 0.000.290.44   0.07
XYZ53.937748.647829.1014
Yxy48.64780.40960.3694
Hunter Lab69.748015.979224.0856
CIE-Lab75.231720.716428.4667

#eeaa86 color RGB value is (238,170,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10000110
Octal 356 252 206
Decimal 238 170 134
Hex EE AA 86

RGB Percentages of Color #eeaa86

%43.91
%31.37
%24.72

CMYK Percentages of Color #eeaa86

%0
%29
%44
%7

Triadic Colors of #eeaa86

#eeaa86 #86eeaa #aa86ee

Analogous Colors of #eeaa86

#eeaa86 #eede86 #ee8696

Monochromatic Colors of #eeaa86

#eeaa86

Complementary Color

#eeaa86 #86caee

#eeaa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaa86 Color CSS Codes

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

#eeaa86 Text Font Color

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

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


#eeaa86 Background Color

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

This div background color is #eeaa86


#eeaa86 Border Color

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

This div border color is #eeaa86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaa86


Comments

No comments written yet.

Please login to write comment.