Color Hex Logo

#eaa47d Color Hex

#EAA47D
(234,164,125)
0 Favorites   0 Comments

Color spaces of #eaa47d

RGB 234164125
HSL0.060.720.70
HSV21°47°92°
CMYK 0.000.300.47   0.08
XYZ50.908845.524025.5059
Yxy45.52400.41750.3733
Hunter Lab67.471516.607324.8169
CIE-Lab73.235621.421930.5657

#eaa47d color RGB value is (234,164,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01111101
Octal 352 244 175
Decimal 234 164 125
Hex EA A4 7D

RGB Percentages of Color #eaa47d

%44.74
%31.36
%23.90

CMYK Percentages of Color #eaa47d

%0
%30
%47
%8

Triadic Colors of #eaa47d

#eaa47d #7deaa4 #a47dea

Analogous Colors of #eaa47d

#eaa47d #eadb7d #ea7d8d

Monochromatic Colors of #eaa47d

#eaa47d

Complementary Color

#eaa47d #7dc3ea

#eaa47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa47d Color CSS Codes

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

#eaa47d Text Font Color

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

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


#eaa47d Background Color

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

This div background color is #eaa47d


#eaa47d Border Color

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

This div border color is #eaa47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa47d


Comments

No comments written yet.

Please login to write comment.