Color Hex Logo

#eab37f Color Hex

#EAB37F
(234,179,127)
0 Favorites   0 Comments

Color spaces of #eab37f

RGB 234179127
HSL0.080.720.71
HSV29°46°92°
CMYK 0.000.240.46   0.08
XYZ53.882551.264927.1339
Yxy51.26490.40730.3875
Hunter Lab71.59959.031727.6507
CIE-Lab76.839213.646334.2096

#eab37f color RGB value is (234,179,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01111111
Octal 352 263 177
Decimal 234 179 127
Hex EA B3 7F

RGB Percentages of Color #eab37f

%43.33
%33.15
%23.52

CMYK Percentages of Color #eab37f

%0
%24
%46
%8

Triadic Colors of #eab37f

#eab37f #7feab3 #b37fea

Analogous Colors of #eab37f

#eab37f #eae97f #ea7f81

Monochromatic Colors of #eab37f

#eab37f

Complementary Color

#eab37f #7fb6ea

#eab37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab37f Color CSS Codes

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

#eab37f Text Font Color

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

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


#eab37f Background Color

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

This div background color is #eab37f


#eab37f Border Color

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

This div border color is #eab37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab37f


Comments

No comments written yet.

Please login to write comment.