Color Hex Logo

#eab131 Color Hex

#EAB131
(234,177,49)
0 Favorites   0 Comments

Color spaces of #eab131

RGB 23417749
HSL0.120.810.55
HSV42°79°92°
CMYK 0.000.240.79   0.08
XYZ50.208249.15859.7480
Yxy49.15850.46010.4505
Hunter Lab70.11315.126440.8360
CIE-Lab75.54989.575468.3736

#eab131 color RGB value is (234,177,49).

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

The process color (four color CMYK) of #eab131 color hex is 0.00, 0.24, 0.79, 0.08. Web safe color of #eab131 is #ff9933. Color #eab131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 00110001
Octal 352 261 61
Decimal 234 177 49
Hex EA B1 31

RGB Percentages of Color #eab131

%50.87
%38.48
%10.65

CMYK Percentages of Color #eab131

%0
%24
%79
%8

Triadic Colors of #eab131

#eab131 #31eab1 #b131ea

Analogous Colors of #eab131

#eab131 #c7ea31 #ea5531

Monochromatic Colors of #eab131

#eab131

Complementary Color

#eab131 #316aea

#eab131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab131 Color CSS Codes

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

#eab131 Text Font Color

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

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


#eab131 Background Color

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

This div background color is #eab131


#eab131 Border Color

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

This div border color is #eab131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab131


Comments

No comments written yet.

Please login to write comment.