Color Hex Logo

#eab412 Color Hex

#EAB412
(234,180,18)
0 Favorites   0 Comments

Color spaces of #eab412

RGB 23418018
HSL0.130.860.49
HSV45°92°92°
CMYK 0.000.230.92   0.08
XYZ50.362150.17867.6033
Yxy50.17860.46570.4640
Hunter Lab70.83692.941743.2219
CIE-Lab76.17887.277176.5700

#eab412 color RGB value is (234,180,18).

#eab412 hex color red value is 234, green value is 180 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #eab412 hue: 0.13 , saturation: 0.86 and the lightness value of eab412 is 0.49.

The process color (four color CMYK) of #eab412 color hex is 0.00, 0.23, 0.92, 0.08. Web safe color of #eab412 is #ffcc00. Color #eab412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 00010010
Octal 352 264 22
Decimal 234 180 18
Hex EA B4 12

RGB Percentages of Color #eab412

%54.17
%41.67
%4.17

CMYK Percentages of Color #eab412

%0
%23
%92
%8

Triadic Colors of #eab412

#eab412 #12eab4 #b412ea

Analogous Colors of #eab412

#eab412 #b4ea12 #ea4812

Monochromatic Colors of #eab412

#eab412

Complementary Color

#eab412 #1248ea

#eab412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab412 Color CSS Codes

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

#eab412 Text Font Color

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

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


#eab412 Background Color

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

This div background color is #eab412


#eab412 Border Color

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

This div border color is #eab412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab412


Comments

No comments written yet.

Please login to write comment.