Color Hex Logo

#eabe1a Color Hex

#EABE1A
(234,190,26)
0 Favorites   0 Comments

Color spaces of #eabe1a

RGB 23419026
HSL0.130.830.51
HSV47°89°92°
CMYK 0.000.190.89   0.08
XYZ52.531654.39398.7076
Yxy54.39390.45430.4704
Hunter Lab73.7522-1.925944.6264
CIE-Lab78.69092.177477.0927

#eabe1a color RGB value is (234,190,26).

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

The process color (four color CMYK) of #eabe1a color hex is 0.00, 0.19, 0.89, 0.08. Web safe color of #eabe1a is #ffcc33. Color #eabe1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 00011010
Octal 352 276 32
Decimal 234 190 26
Hex EA BE 1A

RGB Percentages of Color #eabe1a

%52.00
%42.22
%5.78

CMYK Percentages of Color #eabe1a

%0
%19
%89
%8

Triadic Colors of #eabe1a

#eabe1a #1aeabe #be1aea

Analogous Colors of #eabe1a

#eabe1a #aeea1a #ea561a

Monochromatic Colors of #eabe1a

#eabe1a

Complementary Color

#eabe1a #1a46ea

#eabe1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabe1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabe1a Color CSS Codes

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

#eabe1a Text Font Color

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

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


#eabe1a Background Color

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

This div background color is #eabe1a


#eabe1a Border Color

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

This div border color is #eabe1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabe1a


Comments

No comments written yet.

Please login to write comment.