Color Hex Logo

#eaa38e Color Hex

#EAA38E
(234,163,142)
0 Favorites   0 Comments

Color spaces of #eaa38e

RGB 234163142
HSL0.040.690.74
HSV14°39°92°
CMYK 0.000.300.39   0.08
XYZ51.911445.639831.6645
Yxy45.63980.40170.3532
Hunter Lab67.557218.935419.5005
CIE-Lab73.311223.744421.4792

#eaa38e color RGB value is (234,163,142).

#eaa38e hex color red value is 234, green value is 163 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #eaa38e hue: 0.04 , saturation: 0.69 and the lightness value of eaa38e is 0.74.

The process color (four color CMYK) of #eaa38e color hex is 0.00, 0.30, 0.39, 0.08. Web safe color of #eaa38e is #ff9999. Color #eaa38e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 10001110
Octal 352 243 216
Decimal 234 163 142
Hex EA A3 8E

RGB Percentages of Color #eaa38e

%43.41
%30.24
%26.35

CMYK Percentages of Color #eaa38e

%0
%30
%39
%8

Triadic Colors of #eaa38e

#eaa38e #8eeaa3 #a38eea

Analogous Colors of #eaa38e

#eaa38e #ead18e #ea8ea7

Monochromatic Colors of #eaa38e

#eaa38e

Complementary Color

#eaa38e #8ed5ea

#eaa38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa38e Color CSS Codes

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

#eaa38e Text Font Color

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

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


#eaa38e Background Color

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

This div background color is #eaa38e


#eaa38e Border Color

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

This div border color is #eaa38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa38e


Comments

No comments written yet.

Please login to write comment.