Color Hex Logo

#eac617 Color Hex

#EAC617
(234,198,23)
0 Favorites   0 Comments

Color spaces of #eac617

RGB 23419823
HSL0.140.830.50
HSV50°90°92°
CMYK 0.000.150.90   0.08
XYZ54.280457.94259.1337
Yxy57.94250.44730.4775
Hunter Lab76.1200-5.923446.1697
CIE-Lab80.7068-2.008479.1853

#eac617 color RGB value is (234,198,23).

#eac617 hex color red value is 234, green value is 198 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #eac617 hue: 0.14 , saturation: 0.83 and the lightness value of eac617 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 00010111
Octal 352 306 27
Decimal 234 198 23
Hex EA C6 17

RGB Percentages of Color #eac617

%51.43
%43.52
%5.05

CMYK Percentages of Color #eac617

%0
%15
%90
%8

Triadic Colors of #eac617

#eac617 #17eac6 #c617ea

Analogous Colors of #eac617

#eac617 #a5ea17 #ea5d17

Monochromatic Colors of #eac617

#eac617

Complementary Color

#eac617 #173bea

#eac617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac617 Color CSS Codes

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

#eac617 Text Font Color

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

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


#eac617 Background Color

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

This div background color is #eac617


#eac617 Border Color

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

This div border color is #eac617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac617


Comments

No comments written yet.

Please login to write comment.