Color Hex Logo

#eac328 Color Hex

#EAC328
(234,195,40)
0 Favorites   0 Comments

Color spaces of #eac328

RGB 23419540
HSL0.130.820.54
HSV48°83°92°
CMYK 0.000.170.83   0.08
XYZ53.829856.675810.1099
Yxy56.67580.44630.4699
Hunter Lab75.2833-4.113144.7362
CIE-Lab79.9969-0.099574.9472

#eac328 color RGB value is (234,195,40).

#eac328 hex color red value is 234, green value is 195 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #eac328 hue: 0.13 , saturation: 0.82 and the lightness value of eac328 is 0.54.

The process color (four color CMYK) of #eac328 color hex is 0.00, 0.17, 0.83, 0.08. Web safe color of #eac328 is #ffcc33. Color #eac328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 00101000
Octal 352 303 50
Decimal 234 195 40
Hex EA C3 28

RGB Percentages of Color #eac328

%49.89
%41.58
%8.53

CMYK Percentages of Color #eac328

%0
%17
%83
%8

Triadic Colors of #eac328

#eac328 #28eac3 #c328ea

Analogous Colors of #eac328

#eac328 #b0ea28 #ea6228

Monochromatic Colors of #eac328

#eac328

Complementary Color

#eac328 #284fea

#eac328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac328 Color CSS Codes

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

#eac328 Text Font Color

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

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


#eac328 Background Color

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

This div background color is #eac328


#eac328 Border Color

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

This div border color is #eac328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac328


Comments

No comments written yet.

Please login to write comment.