Color Hex Logo

#eab37c Color Hex

#EAB37C
(234,179,124)
0 Favorites   0 Comments

Color spaces of #eab37c

RGB 234179124
HSL0.080.720.70
HSV30°47°92°
CMYK 0.000.240.47   0.08
XYZ53.689951.187926.1193
Yxy51.18790.40990.3908
Hunter Lab71.54578.746428.4369
CIE-Lab76.792713.353135.7181

#eab37c color RGB value is (234,179,124).

#eab37c hex color red value is 234, green value is 179 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #eab37c hue: 0.08 , saturation: 0.72 and the lightness value of eab37c is 0.70.

The process color (four color CMYK) of #eab37c color hex is 0.00, 0.24, 0.47, 0.08. Web safe color of #eab37c is #ffcc66. Color #eab37c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01111100
Octal 352 263 174
Decimal 234 179 124
Hex EA B3 7C

RGB Percentages of Color #eab37c

%43.58
%33.33
%23.09

CMYK Percentages of Color #eab37c

%0
%24
%47
%8

Triadic Colors of #eab37c

#eab37c #7ceab3 #b37cea

Analogous Colors of #eab37c

#eab37c #eaea7c #ea7c7c

Monochromatic Colors of #eab37c

#eab37c

Complementary Color

#eab37c #7cb3ea

#eab37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab37c Color CSS Codes

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

#eab37c Text Font Color

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

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


#eab37c Background Color

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

This div background color is #eab37c


#eab37c Border Color

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

This div border color is #eab37c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab37c


Comments

No comments written yet.

Please login to write comment.