Color Hex Logo

#eac704 Color Hex

#EAC704
(234,199,4)
0 Favorites   0 Comments

Color spaces of #eac704

RGB 2341994
HSL0.140.970.47
HSV51°98°92°
CMYK 0.000.150.98   0.08
XYZ54.377058.34808.5112
Yxy58.34800.44850.4813
Hunter Lab76.3859-6.606046.8638
CIE-Lab80.9319-2.732681.6093

#eac704 color RGB value is (234,199,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 00000100
Octal 352 307 4
Decimal 234 199 4
Hex EA C7 4

RGB Percentages of Color #eac704

%53.55
%45.54
%0.92

CMYK Percentages of Color #eac704

%0
%15
%98
%8

Triadic Colors of #eac704

#eac704 #04eac7 #c704ea

Analogous Colors of #eac704

#eac704 #9aea04 #ea5404

Monochromatic Colors of #eac704

#eac704

Complementary Color

#eac704 #0427ea

#eac704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac704 Color CSS Codes

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

#eac704 Text Font Color

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

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


#eac704 Background Color

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

This div background color is #eac704


#eac704 Border Color

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

This div border color is #eac704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac704


Comments

No comments written yet.

Please login to write comment.