Color Hex Logo

#eac50f Color Hex

#EAC50F
(234,197,15)
0 Favorites   0 Comments

Color spaces of #eac50f

RGB 23419715
HSL0.140.880.49
HSV50°94°92°
CMYK 0.000.160.94   0.08
XYZ53.984257.45948.6974
Yxy57.45940.44930.4783
Hunter Lab75.8020-5.530446.2585
CIE-Lab80.4373-1.602680.1375

#eac50f color RGB value is (234,197,15).

#eac50f hex color red value is 234, green value is 197 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eac50f hue: 0.14 , saturation: 0.88 and the lightness value of eac50f is 0.49.

The process color (four color CMYK) of #eac50f color hex is 0.00, 0.16, 0.94, 0.08. Web safe color of #eac50f is #ffcc00. Color #eac50f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 00001111
Octal 352 305 17
Decimal 234 197 15
Hex EA C5 F

RGB Percentages of Color #eac50f

%52.47
%44.17
%3.36

CMYK Percentages of Color #eac50f

%0
%16
%94
%8

Triadic Colors of #eac50f

#eac50f #0feac5 #c50fea

Analogous Colors of #eac50f

#eac50f #a2ea0f #ea580f

Monochromatic Colors of #eac50f

#eac50f

Complementary Color

#eac50f #0f34ea

#eac50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac50f Color CSS Codes

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

#eac50f Text Font Color

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

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


#eac50f Background Color

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

This div background color is #eac50f


#eac50f Border Color

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

This div border color is #eac50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac50f


Comments

No comments written yet.

Please login to write comment.