Color Hex Logo

#eab118 Color Hex

#EAB118
(234,177,24)
0 Favorites   0 Comments

Color spaces of #eab118

RGB 23417724
HSL0.120.830.51
HSV44°90°92°
CMYK 0.000.240.90   0.08
XYZ49.818749.00277.6969
Yxy49.00270.46770.4600
Hunter Lab70.00194.530842.4823
CIE-Lab75.45308.944974.9821

#eab118 color RGB value is (234,177,24).

#eab118 hex color red value is 234, green value is 177 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #eab118 hue: 0.12 , saturation: 0.83 and the lightness value of eab118 is 0.51.

The process color (four color CMYK) of #eab118 color hex is 0.00, 0.24, 0.90, 0.08. Web safe color of #eab118 is #ff9900. Color #eab118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 00011000
Octal 352 261 30
Decimal 234 177 24
Hex EA B1 18

RGB Percentages of Color #eab118

%53.79
%40.69
%5.52

CMYK Percentages of Color #eab118

%0
%24
%90
%8

Triadic Colors of #eab118

#eab118 #18eab1 #b118ea

Analogous Colors of #eab118

#eab118 #baea18 #ea4818

Monochromatic Colors of #eab118

#eab118

Complementary Color

#eab118 #1851ea

#eab118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab118 Color CSS Codes

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

#eab118 Text Font Color

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

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


#eab118 Background Color

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

This div background color is #eab118


#eab118 Border Color

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

This div border color is #eab118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab118


Comments

No comments written yet.

Please login to write comment.