Color Hex Logo

#eaa47c Color Hex

#EAA47C
(234,164,124)
0 Favorites   0 Comments

Color spaces of #eaa47c

RGB 234164124
HSL0.060.720.70
HSV22°47°92°
CMYK 0.000.300.47   0.08
XYZ50.845245.498625.1711
Yxy45.49860.41840.3744
Hunter Lab67.452716.509625.0918
CIE-Lab73.219021.324331.0789

#eaa47c color RGB value is (234,164,124).

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

The process color (four color CMYK) of #eaa47c color hex is 0.00, 0.30, 0.47, 0.08. Web safe color of #eaa47c is #ff9966. Color #eaa47c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01111100
Octal 352 244 174
Decimal 234 164 124
Hex EA A4 7C

RGB Percentages of Color #eaa47c

%44.83
%31.42
%23.75

CMYK Percentages of Color #eaa47c

%0
%30
%47
%8

Triadic Colors of #eaa47c

#eaa47c #7ceaa4 #a47cea

Analogous Colors of #eaa47c

#eaa47c #eadb7c #ea7c8b

Monochromatic Colors of #eaa47c

#eaa47c

Complementary Color

#eaa47c #7cc2ea

#eaa47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa47c Color CSS Codes

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

#eaa47c Text Font Color

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

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


#eaa47c Background Color

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

This div background color is #eaa47c


#eaa47c Border Color

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

This div border color is #eaa47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa47c


Comments

No comments written yet.

Please login to write comment.