Color Hex Logo

#eabe0e Color Hex

#EABE0E
(234,190,14)
0 Favorites   0 Comments

Color spaces of #eabe0e

RGB 23419014
HSL0.130.890.49
HSV48°94°92°
CMYK 0.000.190.94   0.08
XYZ52.424454.35108.1432
Yxy54.35100.45620.4730
Hunter Lab73.7231-2.084445.0572
CIE-Lab78.66602.005478.9532

#eabe0e color RGB value is (234,190,14).

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

The process color (four color CMYK) of #eabe0e color hex is 0.00, 0.19, 0.94, 0.08. Web safe color of #eabe0e is #ffcc00. Color #eabe0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 00001110
Octal 352 276 16
Decimal 234 190 14
Hex EA BE E

RGB Percentages of Color #eabe0e

%53.42
%43.38
%3.20

CMYK Percentages of Color #eabe0e

%0
%19
%94
%8

Triadic Colors of #eabe0e

#eabe0e #0eeabe #be0eea

Analogous Colors of #eabe0e

#eabe0e #a8ea0e #ea500e

Monochromatic Colors of #eabe0e

#eabe0e

Complementary Color

#eabe0e #0e3aea

#eabe0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabe0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabe0e Color CSS Codes

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

#eabe0e Text Font Color

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

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


#eabe0e Background Color

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

This div background color is #eabe0e


#eabe0e Border Color

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

This div border color is #eabe0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabe0e

#eabe0e Color Palettes


Comments

No comments written yet.

Please login to write comment.