Color Hex Logo

#eaa67e Color Hex

#EAA67E
(234,166,126)
0 Favorites   0 Comments

Color spaces of #eaa67e

RGB 234166126
HSL0.060.720.71
HSV22°46°92°
CMYK 0.000.290.46   0.08
XYZ51.333846.271225.9643
Yxy46.27120.41540.3745
Hunter Lab68.022915.665624.9851
CIE-Lab73.721220.455730.6687

#eaa67e color RGB value is (234,166,126).

#eaa67e hex color red value is 234, green value is 166 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eaa67e hue: 0.06 , saturation: 0.72 and the lightness value of eaa67e is 0.71.

The process color (four color CMYK) of #eaa67e color hex is 0.00, 0.29, 0.46, 0.08. Web safe color of #eaa67e is #ff9966. Color #eaa67e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 01111110
Octal 352 246 176
Decimal 234 166 126
Hex EA A6 7E

RGB Percentages of Color #eaa67e

%44.49
%31.56
%23.95

CMYK Percentages of Color #eaa67e

%0
%29
%46
%8

Triadic Colors of #eaa67e

#eaa67e #7eeaa6 #a67eea

Analogous Colors of #eaa67e

#eaa67e #eadc7e #ea7e8c

Monochromatic Colors of #eaa67e

#eaa67e

Complementary Color

#eaa67e #7ec2ea

#eaa67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa67e Color CSS Codes

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

#eaa67e Text Font Color

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

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


#eaa67e Background Color

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

This div background color is #eaa67e


#eaa67e Border Color

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

This div border color is #eaa67e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,166,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa67e


Comments

No comments written yet.

Please login to write comment.