Color Hex Logo

#eaba32 Color Hex

#EABA32
(234,186,50)
0 Favorites   0 Comments

Color spaces of #eaba32

RGB 23418650
HSL0.120.810.56
HSV44°79°92°
CMYK 0.000.210.79   0.08
XYZ52.066352.840510.4727
Yxy52.84050.45130.4580
Hunter Lab72.69150.643142.3421
CIE-Lab77.78074.885270.0556

#eaba32 color RGB value is (234,186,50).

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

The process color (four color CMYK) of #eaba32 color hex is 0.00, 0.21, 0.79, 0.08. Web safe color of #eaba32 is #ffcc33. Color #eaba32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 00110010
Octal 352 272 62
Decimal 234 186 50
Hex EA BA 32

RGB Percentages of Color #eaba32

%49.79
%39.57
%10.64

CMYK Percentages of Color #eaba32

%0
%21
%79
%8

Triadic Colors of #eaba32

#eaba32 #32eaba #ba32ea

Analogous Colors of #eaba32

#eaba32 #beea32 #ea5e32

Monochromatic Colors of #eaba32

#eaba32

Complementary Color

#eaba32 #3262ea

#eaba32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaba32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaba32 Color CSS Codes

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

#eaba32 Text Font Color

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

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


#eaba32 Background Color

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

This div background color is #eaba32


#eaba32 Border Color

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

This div border color is #eaba32


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,186,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 #eaba32">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaba32


Comments

No comments written yet.

Please login to write comment.