Color Hex Logo

#eab97c Color Hex

#EAB97C
(234,185,124)
0 Favorites   0 Comments

Color spaces of #eab97c

RGB 234185124
HSL0.090.720.70
HSV33°47°92°
CMYK 0.000.210.47   0.08
XYZ54.918753.645626.5289
Yxy53.64560.40650.3971
Hunter Lab73.24325.666229.7952
CIE-Lab78.254610.181137.5925

#eab97c color RGB value is (234,185,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 01111100
Octal 352 271 174
Decimal 234 185 124
Hex EA B9 7C

RGB Percentages of Color #eab97c

%43.09
%34.07
%22.84

CMYK Percentages of Color #eab97c

%0
%21
%47
%8

Triadic Colors of #eab97c

#eab97c #7ceab9 #b97cea

Analogous Colors of #eab97c

#eab97c #e4ea7c #ea827c

Monochromatic Colors of #eab97c

#eab97c

Complementary Color

#eab97c #7cadea

#eab97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab97c Color CSS Codes

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

#eab97c Text Font Color

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

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


#eab97c Background Color

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

This div background color is #eab97c


#eab97c Border Color

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

This div border color is #eab97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab97c


Comments

No comments written yet.

Please login to write comment.