Color Hex Logo

#eea08e Color Hex

#EEA08E
(238,160,142)
0 Favorites   0 Comments

Color spaces of #eea08e

RGB 238160142
HSL0.030.740.75
HSV11°40°93°
CMYK 0.000.330.40   0.07
XYZ52.713245.271731.5512
Yxy45.27170.40690.3495
Hunter Lab67.284222.096719.2965
CIE-Lab73.070426.875621.2224

#eea08e color RGB value is (238,160,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 10001110
Octal 356 240 216
Decimal 238 160 142
Hex EE A0 8E

RGB Percentages of Color #eea08e

%44.07
%29.63
%26.30

CMYK Percentages of Color #eea08e

%0
%33
%40
%7

Triadic Colors of #eea08e

#eea08e #8eeea0 #a08eee

Analogous Colors of #eea08e

#eea08e #eed08e #ee8eac

Monochromatic Colors of #eea08e

#eea08e

Complementary Color

#eea08e #8edcee

#eea08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea08e Color CSS Codes

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

#eea08e Text Font Color

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

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


#eea08e Background Color

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

This div background color is #eea08e


#eea08e Border Color

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

This div border color is #eea08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea08e


Comments

No comments written yet.

Please login to write comment.