Color Hex Logo

#eac56f Color Hex

#EAC56F
(234,197,111)
0 Favorites   0 Comments

Color spaces of #eac56f

RGB 234197111
HSL0.120.750.68
HSV42°53°92°
CMYK 0.000.160.53   0.08
XYZ56.767258.572623.3526
Yxy58.57260.40930.4223
Hunter Lab76.5327-1.532235.4816
CIE-Lab81.05612.726747.6213

#eac56f color RGB value is (234,197,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 01101111
Octal 352 305 157
Decimal 234 197 111
Hex EA C5 6F

RGB Percentages of Color #eac56f

%43.17
%36.35
%20.48

CMYK Percentages of Color #eac56f

%0
%16
%53
%8

Triadic Colors of #eac56f

#eac56f #6feac5 #c56fea

Analogous Colors of #eac56f

#eac56f #d2ea6f #ea886f

Monochromatic Colors of #eac56f

#eac56f

Complementary Color

#eac56f #6f94ea

#eac56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac56f Color CSS Codes

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

#eac56f Text Font Color

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

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


#eac56f Background Color

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

This div background color is #eac56f


#eac56f Border Color

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

This div border color is #eac56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac56f


Comments

No comments written yet.

Please login to write comment.