Color Hex Logo

#eea09e Color Hex

#EEA09E
(238,160,158)
0 Favorites   0 Comments

Color spaces of #eea09e

RGB 238160158
HSL0.000.700.78
HSV34°93°
CMYK 0.000.330.34   0.07
XYZ54.002345.787438.3394
Yxy45.78740.39100.3315
Hunter Lab67.666424.038813.7731
CIE-Lab73.407428.745112.9213

#eea09e color RGB value is (238,160,158).

#eea09e hex color red value is 238, green value is 160 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eea09e hue: 0.00 , saturation: 0.70 and the lightness value of eea09e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 10011110
Octal 356 240 236
Decimal 238 160 158
Hex EE A0 9E

RGB Percentages of Color #eea09e

%42.81
%28.78
%28.42

CMYK Percentages of Color #eea09e

%0
%33
%34
%7

Triadic Colors of #eea09e

#eea09e #9eeea0 #a09eee

Analogous Colors of #eea09e

#eea09e #eec89e #ee9ec4

Monochromatic Colors of #eea09e

#eea09e

Complementary Color

#eea09e #9eecee

#eea09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea09e Color CSS Codes

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

#eea09e Text Font Color

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

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


#eea09e Background Color

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

This div background color is #eea09e


#eea09e Border Color

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

This div border color is #eea09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea09e


Comments

No comments written yet.

Please login to write comment.