Color Hex Logo

#eaca60 Color Hex

#EACA60
(234,202,96)
0 Favorites   0 Comments

Color spaces of #eaca60

RGB 23420296
HSL0.130.770.65
HSV46°59°92°
CMYK 0.000.140.59   0.08
XYZ57.163560.578019.7462
Yxy60.57800.41580.4406
Hunter Lab77.8319-5.106739.4402
CIE-Lab82.1514-1.016656.0200

#eaca60 color RGB value is (234,202,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 01100000
Octal 352 312 140
Decimal 234 202 96
Hex EA CA 60

RGB Percentages of Color #eaca60

%43.98
%37.97
%18.05

CMYK Percentages of Color #eaca60

%0
%14
%59
%8

Triadic Colors of #eaca60

#eaca60 #60eaca #ca60ea

Analogous Colors of #eaca60

#eaca60 #c5ea60 #ea8560

Monochromatic Colors of #eaca60

#eaca60

Complementary Color

#eaca60 #6080ea

#eaca60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca60 Color CSS Codes

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

#eaca60 Text Font Color

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

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


#eaca60 Background Color

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

This div background color is #eaca60


#eaca60 Border Color

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

This div border color is #eaca60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca60


Comments

No comments written yet.

Please login to write comment.