Color Hex Logo

#eac70c Color Hex

#EAC70C
(234,199,12)
0 Favorites   0 Comments

Color spaces of #eac70c

RGB 23419912
HSL0.140.900.48
HSV51°95°92°
CMYK 0.000.150.95   0.08
XYZ54.421558.36588.7452
Yxy58.36580.44780.4802
Hunter Lab76.3975-6.541846.6914
CIE-Lab80.9417-2.661980.8497

#eac70c color RGB value is (234,199,12).

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

The process color (four color CMYK) of #eac70c color hex is 0.00, 0.15, 0.95, 0.08. Web safe color of #eac70c is #ffcc00. Color #eac70c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 00001100
Octal 352 307 14
Decimal 234 199 12
Hex EA C7 C

RGB Percentages of Color #eac70c

%52.58
%44.72
%2.70

CMYK Percentages of Color #eac70c

%0
%15
%95
%8

Triadic Colors of #eac70c

#eac70c #0ceac7 #c70cea

Analogous Colors of #eac70c

#eac70c #9eea0c #ea580c

Monochromatic Colors of #eac70c

#eac70c

Complementary Color

#eac70c #0c2fea

#eac70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac70c Color CSS Codes

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

#eac70c Text Font Color

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

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


#eac70c Background Color

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

This div background color is #eac70c


#eac70c Border Color

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

This div border color is #eac70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac70c


Comments

No comments written yet.

Please login to write comment.