Color Hex Logo

#eac260 Color Hex

#EAC260
(234,194,96)
0 Favorites   0 Comments

Color spaces of #eac260

RGB 23419496
HSL0.120.770.65
HSV43°59°92°
CMYK 0.000.170.59   0.08
XYZ55.334856.920519.1366
Yxy56.92050.42110.4332
Hunter Lab75.4457-1.111137.7732
CIE-Lab80.13493.125853.7205

#eac260 color RGB value is (234,194,96).

#eac260 hex color red value is 234, green value is 194 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #eac260 hue: 0.12 , saturation: 0.77 and the lightness value of eac260 is 0.65.

The process color (four color CMYK) of #eac260 color hex is 0.00, 0.17, 0.59, 0.08. Web safe color of #eac260 is #ffcc66. Color #eac260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 01100000
Octal 352 302 140
Decimal 234 194 96
Hex EA C2 60

RGB Percentages of Color #eac260

%44.66
%37.02
%18.32

CMYK Percentages of Color #eac260

%0
%17
%59
%8

Triadic Colors of #eac260

#eac260 #60eac2 #c260ea

Analogous Colors of #eac260

#eac260 #cdea60 #ea7d60

Monochromatic Colors of #eac260

#eac260

Complementary Color

#eac260 #6088ea

#eac260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac260 Color CSS Codes

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

#eac260 Text Font Color

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

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


#eac260 Background Color

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

This div background color is #eac260


#eac260 Border Color

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

This div border color is #eac260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac260


Comments

No comments written yet.

Please login to write comment.