Color Hex Logo

#eab46d Color Hex

#EAB46D
(234,180,109)
0 Favorites   0 Comments

Color spaces of #eab46d

RGB 234180109
HSL0.090.750.67
HSV34°53°92°
CMYK 0.000.230.53   0.08
XYZ53.013351.239121.5640
Yxy51.23910.42140.4073
Hunter Lab71.58156.929632.2459
CIE-Lab76.823611.476243.4619

#eab46d color RGB value is (234,180,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 01101101
Octal 352 264 155
Decimal 234 180 109
Hex EA B4 6D

RGB Percentages of Color #eab46d

%44.74
%34.42
%20.84

CMYK Percentages of Color #eab46d

%0
%23
%53
%8

Triadic Colors of #eab46d

#eab46d #6deab4 #b46dea

Analogous Colors of #eab46d

#eab46d #e2ea6d #ea766d

Monochromatic Colors of #eab46d

#eab46d

Complementary Color

#eab46d #6da3ea

#eab46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab46d Color CSS Codes

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

#eab46d Text Font Color

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

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


#eab46d Background Color

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

This div background color is #eab46d


#eab46d Border Color

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

This div border color is #eab46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab46d

#eab46d Color Palettes


Comments

No comments written yet.

Please login to write comment.