Color Hex Logo

#eab36d Color Hex

#EAB36D
(234,179,109)
0 Favorites   0 Comments

Color spaces of #eab36d

RGB 234179109
HSL0.090.750.67
HSV34°53°92°
CMYK 0.000.240.53   0.08
XYZ52.812150.836821.4970
Yxy50.83680.42200.4062
Hunter Lab71.29997.440732.0340
CIE-Lab76.580012.004743.1628

#eab36d color RGB value is (234,179,109).

#eab36d hex color red value is 234, green value is 179 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #eab36d hue: 0.09 , saturation: 0.75 and the lightness value of eab36d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01101101
Octal 352 263 155
Decimal 234 179 109
Hex EA B3 6D

RGB Percentages of Color #eab36d

%44.83
%34.29
%20.88

CMYK Percentages of Color #eab36d

%0
%24
%53
%8

Triadic Colors of #eab36d

#eab36d #6deab3 #b36dea

Analogous Colors of #eab36d

#eab36d #e3ea6d #ea756d

Monochromatic Colors of #eab36d

#eab36d

Complementary Color

#eab36d #6da4ea

#eab36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab36d Color CSS Codes

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

#eab36d Text Font Color

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

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


#eab36d Background Color

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

This div background color is #eab36d


#eab36d Border Color

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

This div border color is #eab36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab36d


Comments

No comments written yet.

Please login to write comment.