Color Hex Logo

#eac307 Color Hex

#EAC307
(234,195,7)
0 Favorites   0 Comments

Color spaces of #eac307

RGB 2341957
HSL0.140.940.47
HSV50°97°92°
CMYK 0.000.170.97   0.08
XYZ53.485156.53808.2950
Yxy56.53800.45200.4778
Hunter Lab75.1918-4.615746.0935
CIE-Lab79.9190-0.648880.5933

#eac307 color RGB value is (234,195,7).

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

The process color (four color CMYK) of #eac307 color hex is 0.00, 0.17, 0.97, 0.08. Web safe color of #eac307 is #ffcc00. Color #eac307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 00000111
Octal 352 303 7
Decimal 234 195 7
Hex EA C3 7

RGB Percentages of Color #eac307

%53.67
%44.72
%1.61

CMYK Percentages of Color #eac307

%0
%17
%97
%8

Triadic Colors of #eac307

#eac307 #07eac3 #c307ea

Analogous Colors of #eac307

#eac307 #a0ea07 #ea5207

Monochromatic Colors of #eac307

#eac307

Complementary Color

#eac307 #072eea

#eac307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac307 Color CSS Codes

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

#eac307 Text Font Color

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

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


#eac307 Background Color

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

This div background color is #eac307


#eac307 Border Color

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

This div border color is #eac307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac307


Comments

No comments written yet.

Please login to write comment.