Color Hex Logo

#eaa47a Color Hex

#EAA47A
(234,164,122)
0 Favorites   0 Comments

Color spaces of #eaa47a

RGB 234164122
HSL0.060.730.70
HSV23°48°92°
CMYK 0.000.300.48   0.08
XYZ50.720045.448524.5116
Yxy45.44850.42030.3766
Hunter Lab67.415516.317225.6336
CIE-Lab73.186221.132132.1039

#eaa47a color RGB value is (234,164,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01111010
Octal 352 244 172
Decimal 234 164 122
Hex EA A4 7A

RGB Percentages of Color #eaa47a

%45.00
%31.54
%23.46

CMYK Percentages of Color #eaa47a

%0
%30
%48
%8

Triadic Colors of #eaa47a

#eaa47a #7aeaa4 #a47aea

Analogous Colors of #eaa47a

#eaa47a #eadc7a #ea7a88

Monochromatic Colors of #eaa47a

#eaa47a

Complementary Color

#eaa47a #7ac0ea

#eaa47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa47a Color CSS Codes

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

#eaa47a Text Font Color

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

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


#eaa47a Background Color

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

This div background color is #eaa47a


#eaa47a Border Color

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

This div border color is #eaa47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa47a


Comments

No comments written yet.

Please login to write comment.