Color Hex Logo

#eab04e Color Hex

#EAB04E
(234,176,78)
0 Favorites   0 Comments

Color spaces of #eab04e

RGB 23417678
HSL0.100.790.61
HSV38°67°92°
CMYK 0.000.250.67   0.08
XYZ50.832249.093214.0045
Yxy49.09320.44620.4309
Hunter Lab70.06656.882637.1960
CIE-Lab75.509311.417856.8185

#eab04e color RGB value is (234,176,78).

#eab04e hex color red value is 234, green value is 176 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #eab04e hue: 0.10 , saturation: 0.79 and the lightness value of eab04e is 0.61.

The process color (four color CMYK) of #eab04e color hex is 0.00, 0.25, 0.67, 0.08. Web safe color of #eab04e is #ff9966. Color #eab04e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 01001110
Octal 352 260 116
Decimal 234 176 78
Hex EA B0 4E

RGB Percentages of Color #eab04e

%47.95
%36.07
%15.98

CMYK Percentages of Color #eab04e

%0
%25
%67
%8

Triadic Colors of #eab04e

#eab04e #4eeab0 #b04eea

Analogous Colors of #eab04e

#eab04e #d6ea4e #ea624e

Monochromatic Colors of #eab04e

#eab04e

Complementary Color

#eab04e #4e88ea

#eab04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab04e Color CSS Codes

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

#eab04e Text Font Color

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

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


#eab04e Background Color

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

This div background color is #eab04e


#eab04e Border Color

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

This div border color is #eab04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab04e


Comments

No comments written yet.

Please login to write comment.