Color Hex Logo

#eaca51 Color Hex

#EACA51
(234,202,81)
0 Favorites   0 Comments

Color spaces of #eaca51

RGB 23420281
HSL0.130.780.62
HSV47°65°92°
CMYK 0.000.140.65   0.08
XYZ56.537460.327616.4491
Yxy60.32760.42410.4525
Hunter Lab77.6708-5.992041.8132
CIE-Lab82.0159-1.979462.4747

#eaca51 color RGB value is (234,202,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 01010001
Octal 352 312 121
Decimal 234 202 81
Hex EA CA 51

RGB Percentages of Color #eaca51

%45.26
%39.07
%15.67

CMYK Percentages of Color #eaca51

%0
%14
%65
%8

Triadic Colors of #eaca51

#eaca51 #51eaca #ca51ea

Analogous Colors of #eaca51

#eaca51 #beea51 #ea7e51

Monochromatic Colors of #eaca51

#eaca51

Complementary Color

#eaca51 #5171ea

#eaca51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca51 Color CSS Codes

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

#eaca51 Text Font Color

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

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


#eaca51 Background Color

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

This div background color is #eaca51


#eaca51 Border Color

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

This div border color is #eaca51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca51


Comments

No comments written yet.

Please login to write comment.