Color Hex Logo

#eabe19 Color Hex

#EABE19
(234,190,25)
0 Favorites   0 Comments

Color spaces of #eabe19

RGB 23419025
HSL0.130.830.51
HSV47°89°92°
CMYK 0.000.190.89   0.08
XYZ52.520654.38958.6498
Yxy54.38950.45450.4707
Hunter Lab73.7492-1.942244.6705
CIE-Lab78.68832.159777.2794

#eabe19 color RGB value is (234,190,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 00011001
Octal 352 276 31
Decimal 234 190 25
Hex EA BE 19

RGB Percentages of Color #eabe19

%52.12
%42.32
%5.57

CMYK Percentages of Color #eabe19

%0
%19
%89
%8

Triadic Colors of #eabe19

#eabe19 #19eabe #be19ea

Analogous Colors of #eabe19

#eabe19 #aeea19 #ea5619

Monochromatic Colors of #eabe19

#eabe19

Complementary Color

#eabe19 #1945ea

#eabe19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabe19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabe19 Color CSS Codes

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

#eabe19 Text Font Color

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

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


#eabe19 Background Color

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

This div background color is #eabe19


#eabe19 Border Color

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

This div border color is #eabe19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabe19


Comments

No comments written yet.

Please login to write comment.