Color Hex Logo

#eab37e Color Hex

#EAB37E
(234,179,126)
0 Favorites   0 Comments

Color spaces of #eab37e

RGB 234179126
HSL0.080.720.71
HSV29°46°92°
CMYK 0.000.240.46   0.08
XYZ53.817751.239026.7923
Yxy51.23900.40820.3886
Hunter Lab71.58148.935827.9153
CIE-Lab76.823613.547734.7130

#eab37e color RGB value is (234,179,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01111110
Octal 352 263 176
Decimal 234 179 126
Hex EA B3 7E

RGB Percentages of Color #eab37e

%43.41
%33.21
%23.38

CMYK Percentages of Color #eab37e

%0
%24
%46
%8

Triadic Colors of #eab37e

#eab37e #7eeab3 #b37eea

Analogous Colors of #eab37e

#eab37e #eae97e #ea7e7f

Monochromatic Colors of #eab37e

#eab37e

Complementary Color

#eab37e #7eb5ea

#eab37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab37e Color CSS Codes

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

#eab37e Text Font Color

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

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


#eab37e Background Color

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

This div background color is #eab37e


#eab37e Border Color

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

This div border color is #eab37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab37e


Comments

No comments written yet.

Please login to write comment.