Color Hex Logo

#eab46f Color Hex

#EAB46F
(234,180,111)
0 Favorites   0 Comments

Color spaces of #eab46f

RGB 234180111
HSL0.090.750.68
HSV34°53°92°
CMYK 0.000.230.53   0.08
XYZ53.122251.282622.1376
Yxy51.28260.41980.4053
Hunter Lab71.61197.091831.7998
CIE-Lab76.849911.644642.4825

#eab46f color RGB value is (234,180,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 01101111
Octal 352 264 157
Decimal 234 180 111
Hex EA B4 6F

RGB Percentages of Color #eab46f

%44.57
%34.29
%21.14

CMYK Percentages of Color #eab46f

%0
%23
%53
%8

Triadic Colors of #eab46f

#eab46f #6feab4 #b46fea

Analogous Colors of #eab46f

#eab46f #e3ea6f #ea776f

Monochromatic Colors of #eab46f

#eab46f

Complementary Color

#eab46f #6fa5ea

#eab46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab46f Color CSS Codes

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

#eab46f Text Font Color

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

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


#eab46f Background Color

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

This div background color is #eab46f


#eab46f Border Color

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

This div border color is #eab46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab46f


Comments

No comments written yet.

Please login to write comment.