Color Hex Logo

#eaa477 Color Hex

#EAA477
(234,164,119)
0 Favorites   0 Comments

Color spaces of #eaa477

RGB 234164119
HSL0.070.730.69
HSV23°49°92°
CMYK 0.000.300.49   0.08
XYZ50.536945.375323.5475
Yxy45.37530.42300.3798
Hunter Lab67.361216.035326.4268
CIE-Lab73.138320.849933.6379

#eaa477 color RGB value is (234,164,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01110111
Octal 352 244 167
Decimal 234 164 119
Hex EA A4 77

RGB Percentages of Color #eaa477

%45.26
%31.72
%23.02

CMYK Percentages of Color #eaa477

%0
%30
%49
%8

Triadic Colors of #eaa477

#eaa477 #77eaa4 #a477ea

Analogous Colors of #eaa477

#eaa477 #eade77 #ea7784

Monochromatic Colors of #eaa477

#eaa477

Complementary Color

#eaa477 #77bdea

#eaa477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa477 Color CSS Codes

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

#eaa477 Text Font Color

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

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


#eaa477 Background Color

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

This div background color is #eaa477


#eaa477 Border Color

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

This div border color is #eaa477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa477


Comments

No comments written yet.

Please login to write comment.