Color Hex Logo

#eaa17e Color Hex

#EAA17E
(234,161,126)
0 Favorites   0 Comments

Color spaces of #eaa17e

RGB 234161126
HSL0.050.720.71
HSV19°46°92°
CMYK 0.000.310.46   0.08
XYZ50.442444.488525.6672
Yxy44.48850.41830.3689
Hunter Lab66.699718.268223.8740
CIE-Lab72.553823.116829.1309

#eaa17e color RGB value is (234,161,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 01111110
Octal 352 241 176
Decimal 234 161 126
Hex EA A1 7E

RGB Percentages of Color #eaa17e

%44.91
%30.90
%24.18

CMYK Percentages of Color #eaa17e

%0
%31
%46
%8

Triadic Colors of #eaa17e

#eaa17e #7eeaa1 #a17eea

Analogous Colors of #eaa17e

#eaa17e #ead77e #ea7e91

Monochromatic Colors of #eaa17e

#eaa17e

Complementary Color

#eaa17e #7ec7ea

#eaa17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa17e Color CSS Codes

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

#eaa17e Text Font Color

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

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


#eaa17e Background Color

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

This div background color is #eaa17e


#eaa17e Border Color

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

This div border color is #eaa17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa17e


Comments

No comments written yet.

Please login to write comment.