Color Hex Logo

#eac856 Color Hex

#EAC856
(234,200,86)
0 Favorites   0 Comments

Color spaces of #eac856

RGB 23420086
HSL0.130.780.63
HSV46°63°92°
CMYK 0.000.150.63   0.08
XYZ56.265759.472917.3180
Yxy59.47290.42290.4470
Hunter Lab77.1187-4.724340.6687
CIE-Lab81.5508-0.649459.8294

#eac856 color RGB value is (234,200,86).

#eac856 hex color red value is 234, green value is 200 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #eac856 hue: 0.13 , saturation: 0.78 and the lightness value of eac856 is 0.63.

The process color (four color CMYK) of #eac856 color hex is 0.00, 0.15, 0.63, 0.08. Web safe color of #eac856 is #ffcc66. Color #eac856 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 01010110
Octal 352 310 126
Decimal 234 200 86
Hex EA C8 56

RGB Percentages of Color #eac856

%45.00
%38.46
%16.54

CMYK Percentages of Color #eac856

%0
%15
%63
%8

Triadic Colors of #eac856

#eac856 #56eac8 #c856ea

Analogous Colors of #eac856

#eac856 #c2ea56 #ea7e56

Monochromatic Colors of #eac856

#eac856

Complementary Color

#eac856 #5678ea

#eac856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac856 Color CSS Codes

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

#eac856 Text Font Color

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

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


#eac856 Background Color

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

This div background color is #eac856


#eac856 Border Color

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

This div border color is #eac856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac856


Comments

No comments written yet.

Please login to write comment.