Color Hex Logo

#eac078 Color Hex

#EAC078
(234,192,120)
0 Favorites   0 Comments

Color spaces of #eac078

RGB 234192120
HSL0.110.730.69
HSV38°49°92°
CMYK 0.000.180.49   0.08
XYZ56.171556.547825.7236
Yxy56.54780.40570.4085
Hunter Lab75.19831.738732.3570
CIE-Lab79.92466.125941.7487

#eac078 color RGB value is (234,192,120).

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

The process color (four color CMYK) of #eac078 color hex is 0.00, 0.18, 0.49, 0.08. Web safe color of #eac078 is #ffcc66. Color #eac078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 01111000
Octal 352 300 170
Decimal 234 192 120
Hex EA C0 78

RGB Percentages of Color #eac078

%42.86
%35.16
%21.98

CMYK Percentages of Color #eac078

%0
%18
%49
%8

Triadic Colors of #eac078

#eac078 #78eac0 #c078ea

Analogous Colors of #eac078

#eac078 #dbea78 #ea8778

Monochromatic Colors of #eac078

#eac078

Complementary Color

#eac078 #78a2ea

#eac078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac078 Color CSS Codes

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

#eac078 Text Font Color

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

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


#eac078 Background Color

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

This div background color is #eac078


#eac078 Border Color

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

This div border color is #eac078


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,192,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 #eac078">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac078


Comments

No comments written yet.

Please login to write comment.