Color Hex Logo

#eab132 Color Hex

#EAB132
(234,177,50)
0 Favorites   0 Comments

Color spaces of #eab132

RGB 23417750
HSL0.120.810.56
HSV41°79°92°
CMYK 0.000.240.79   0.08
XYZ50.229549.16709.8604
Yxy49.16700.45970.4500
Hunter Lab70.11925.158940.7459
CIE-Lab75.55519.609868.0402

#eab132 color RGB value is (234,177,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 00110010
Octal 352 261 62
Decimal 234 177 50
Hex EA B1 32

RGB Percentages of Color #eab132

%50.76
%38.39
%10.85

CMYK Percentages of Color #eab132

%0
%24
%79
%8

Triadic Colors of #eab132

#eab132 #32eab1 #b132ea

Analogous Colors of #eab132

#eab132 #c7ea32 #ea5532

Monochromatic Colors of #eab132

#eab132

Complementary Color

#eab132 #326bea

#eab132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab132 Color CSS Codes

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

#eab132 Text Font Color

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

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


#eab132 Background Color

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

This div background color is #eab132


#eab132 Border Color

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

This div border color is #eab132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab132


Comments

No comments written yet.

Please login to write comment.