Color Hex Logo

#eaca54 Color Hex

#EACA54
(234,202,84)
0 Favorites   0 Comments

Color spaces of #eaca54

RGB 23420284
HSL0.130.780.62
HSV47°64°92°
CMYK 0.000.140.64   0.08
XYZ56.652460.373617.0549
Yxy60.37360.42250.4503
Hunter Lab77.7005-5.829141.3764
CIE-Lab82.0408-1.801961.2258

#eaca54 color RGB value is (234,202,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 01010100
Octal 352 312 124
Decimal 234 202 84
Hex EA CA 54

RGB Percentages of Color #eaca54

%45.00
%38.85
%16.15

CMYK Percentages of Color #eaca54

%0
%14
%64
%8

Triadic Colors of #eaca54

#eaca54 #54eaca #ca54ea

Analogous Colors of #eaca54

#eaca54 #bfea54 #ea7f54

Monochromatic Colors of #eaca54

#eaca54

Complementary Color

#eaca54 #5474ea

#eaca54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca54 Color CSS Codes

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

#eaca54 Text Font Color

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

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


#eaca54 Background Color

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

This div background color is #eaca54


#eaca54 Border Color

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

This div border color is #eaca54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca54


Comments

No comments written yet.

Please login to write comment.