Color Hex Logo

#eeac86 Color Hex

#EEAC86
(238,172,134)
0 Favorites   0 Comments

Color spaces of #eeac86

RGB 238172134
HSL0.060.750.73
HSV22°44°93°
CMYK 0.000.280.44   0.07
XYZ54.315549.403429.2273
Yxy49.40340.40860.3716
Hunter Lab70.287614.934724.5470
CIE-Lab75.701619.655229.0914

#eeac86 color RGB value is (238,172,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10000110
Octal 356 254 206
Decimal 238 172 134
Hex EE AC 86

RGB Percentages of Color #eeac86

%43.75
%31.62
%24.63

CMYK Percentages of Color #eeac86

%0
%28
%44
%7

Triadic Colors of #eeac86

#eeac86 #86eeac #ac86ee

Analogous Colors of #eeac86

#eeac86 #eee086 #ee8694

Monochromatic Colors of #eeac86

#eeac86

Complementary Color

#eeac86 #86c8ee

#eeac86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeac86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeac86 Color CSS Codes

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

#eeac86 Text Font Color

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

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


#eeac86 Background Color

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

This div background color is #eeac86


#eeac86 Border Color

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

This div border color is #eeac86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeac86


Comments

No comments written yet.

Please login to write comment.