Color Hex Logo

#eea086 Color Hex

#EEA086
(238,160,134)
0 Favorites   0 Comments

Color spaces of #eea086

RGB 238160134
HSL0.040.750.73
HSV15°44°93°
CMYK 0.000.330.44   0.07
XYZ52.133845.040028.5001
Yxy45.04000.41480.3584
Hunter Lab67.111821.216621.7999
CIE-Lab72.918226.021025.3715

#eea086 color RGB value is (238,160,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 10000110
Octal 356 240 206
Decimal 238 160 134
Hex EE A0 86

RGB Percentages of Color #eea086

%44.74
%30.08
%25.19

CMYK Percentages of Color #eea086

%0
%33
%44
%7

Triadic Colors of #eea086

#eea086 #86eea0 #a086ee

Analogous Colors of #eea086

#eea086 #eed486 #ee86a0

Monochromatic Colors of #eea086

#eea086

Complementary Color

#eea086 #86d4ee

#eea086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea086 Color CSS Codes

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

#eea086 Text Font Color

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

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


#eea086 Background Color

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

This div background color is #eea086


#eea086 Border Color

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

This div border color is #eea086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea086


Comments

No comments written yet.

Please login to write comment.