Color Hex Logo

#eaa478 Color Hex

#EAA478
(234,164,120)
0 Favorites   0 Comments

Color spaces of #eaa478

RGB 234164120
HSL0.060.730.69
HSV23°49°92°
CMYK 0.000.300.49   0.08
XYZ50.597345.399423.8655
Yxy45.39940.42210.3788
Hunter Lab67.379116.128526.1650
CIE-Lab73.154120.943233.1271

#eaa478 color RGB value is (234,164,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01111000
Octal 352 244 170
Decimal 234 164 120
Hex EA A4 78

RGB Percentages of Color #eaa478

%45.17
%31.66
%23.17

CMYK Percentages of Color #eaa478

%0
%30
%49
%8

Triadic Colors of #eaa478

#eaa478 #78eaa4 #a478ea

Analogous Colors of #eaa478

#eaa478 #eadd78 #ea7885

Monochromatic Colors of #eaa478

#eaa478

Complementary Color

#eaa478 #78beea

#eaa478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa478 Color CSS Codes

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

#eaa478 Text Font Color

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

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


#eaa478 Background Color

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

This div background color is #eaa478


#eaa478 Border Color

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

This div border color is #eaa478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa478


Comments

No comments written yet.

Please login to write comment.