Color Hex Logo

#eea88a Color Hex

#EEA88A
(238,168,138)
0 Favorites   0 Comments

Color spaces of #eea88a

RGB 238168138
HSL0.050.750.74
HSV18°42°93°
CMYK 0.000.290.42   0.07
XYZ53.850048.017430.4748
Yxy48.01740.40690.3628
Hunter Lab69.294617.449822.4313
CIE-Lab74.835922.197925.7888

#eea88a color RGB value is (238,168,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 10001010
Octal 356 250 212
Decimal 238 168 138
Hex EE A8 8A

RGB Percentages of Color #eea88a

%43.75
%30.88
%25.37

CMYK Percentages of Color #eea88a

%0
%29
%42
%7

Triadic Colors of #eea88a

#eea88a #8aeea8 #a88aee

Analogous Colors of #eea88a

#eea88a #eeda8a #ee8a9e

Monochromatic Colors of #eea88a

#eea88a

Complementary Color

#eea88a #8ad0ee

#eea88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea88a Color CSS Codes

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

#eea88a Text Font Color

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

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


#eea88a Background Color

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

This div background color is #eea88a


#eea88a Border Color

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

This div border color is #eea88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea88a


Comments

No comments written yet.

Please login to write comment.