Color Hex Logo

#eac40d Color Hex

#EAC40D
(234,196,13)
0 Favorites   0 Comments

Color spaces of #eac40d

RGB 23419613
HSL0.140.890.48
HSV50°94°92°
CMYK 0.000.160.94   0.08
XYZ53.744357.00138.5505
Yxy57.00130.45050.4778
Hunter Lab75.4992-5.057946.1347
CIE-Lab80.1803-1.109380.1821

#eac40d color RGB value is (234,196,13).

#eac40d hex color red value is 234, green value is 196 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eac40d hue: 0.14 , saturation: 0.89 and the lightness value of eac40d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000100 00001101
Octal 352 304 15
Decimal 234 196 13
Hex EA C4 D

RGB Percentages of Color #eac40d

%52.82
%44.24
%2.93

CMYK Percentages of Color #eac40d

%0
%16
%94
%8

Triadic Colors of #eac40d

#eac40d #0deac4 #c40dea

Analogous Colors of #eac40d

#eac40d #a2ea0d #ea550d

Monochromatic Colors of #eac40d

#eac40d

Complementary Color

#eac40d #0d33ea

#eac40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac40d Color CSS Codes

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

#eac40d Text Font Color

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

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


#eac40d Background Color

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

This div background color is #eac40d


#eac40d Border Color

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

This div border color is #eac40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac40d


Comments

No comments written yet.

Please login to write comment.