Color Hex Logo

#eea88e Color Hex

#EEA88E
(238,168,142)
0 Favorites   0 Comments

Color spaces of #eea88e

RGB 238168142
HSL0.050.740.75
HSV16°40°93°
CMYK 0.000.290.40   0.07
XYZ54.145048.135432.0285
Yxy48.13540.40310.3584
Hunter Lab69.379717.889821.1951
CIE-Lab74.910222.631623.7304

#eea88e color RGB value is (238,168,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 10001110
Octal 356 250 216
Decimal 238 168 142
Hex EE A8 8E

RGB Percentages of Color #eea88e

%43.43
%30.66
%25.91

CMYK Percentages of Color #eea88e

%0
%29
%40
%7

Triadic Colors of #eea88e

#eea88e #8eeea8 #a88eee

Analogous Colors of #eea88e

#eea88e #eed88e #ee8ea4

Monochromatic Colors of #eea88e

#eea88e

Complementary Color

#eea88e #8ed4ee

#eea88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea88e Color CSS Codes

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

#eea88e Text Font Color

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

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


#eea88e Background Color

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

This div background color is #eea88e


#eea88e Border Color

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

This div border color is #eea88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea88e


Comments

No comments written yet.

Please login to write comment.