Color Hex Logo

#eabe29 Color Hex

#EABE29
(234,190,41)
0 Favorites   0 Comments

Color spaces of #eabe29

RGB 23419041
HSL0.130.820.54
HSV46°82°92°
CMYK 0.000.190.82   0.08
XYZ52.745454.47949.8334
Yxy54.47940.45060.4654
Hunter Lab73.8102-1.610143.7682
CIE-Lab78.74042.519573.6142

#eabe29 color RGB value is (234,190,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 00101001
Octal 352 276 51
Decimal 234 190 41
Hex EA BE 29

RGB Percentages of Color #eabe29

%50.32
%40.86
%8.82

CMYK Percentages of Color #eabe29

%0
%19
%82
%8

Triadic Colors of #eabe29

#eabe29 #29eabe #be29ea

Analogous Colors of #eabe29

#eabe29 #b6ea29 #ea5e29

Monochromatic Colors of #eabe29

#eabe29

Complementary Color

#eabe29 #2955ea

#eabe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabe29 Color CSS Codes

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

#eabe29 Text Font Color

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

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


#eabe29 Background Color

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

This div background color is #eabe29


#eabe29 Border Color

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

This div border color is #eabe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabe29


Comments

No comments written yet.

Please login to write comment.