Color Hex Logo

#eba029 Color Hex

#EBA029
(235,160,41)
0 Favorites   0 Comments

Color spaces of #eba029

RGB 23516041
HSL0.100.830.54
HSV37°83°92°
CMYK 0.000.320.83   0.08
XYZ47.232042.96397.9013
Yxy42.96390.48150.4380
Hunter Lab65.546913.917238.7357
CIE-Lab71.530518.750767.4934

#eba029 color RGB value is (235,160,41).

#eba029 hex color red value is 235, green value is 160 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #eba029 hue: 0.10 , saturation: 0.83 and the lightness value of eba029 is 0.54.

The process color (four color CMYK) of #eba029 color hex is 0.00, 0.32, 0.83, 0.08. Web safe color of #eba029 is #ff9933. Color #eba029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 00101001
Octal 353 240 51
Decimal 235 160 41
Hex EB A0 29

RGB Percentages of Color #eba029

%53.90
%36.70
%9.40

CMYK Percentages of Color #eba029

%0
%32
%83
%8

Triadic Colors of #eba029

#eba029 #29eba0 #a029eb

Analogous Colors of #eba029

#eba029 #d5eb29 #eb3f29

Monochromatic Colors of #eba029

#eba029

Complementary Color

#eba029 #2974eb

#eba029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba029 Color CSS Codes

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

#eba029 Text Font Color

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

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


#eba029 Background Color

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

This div background color is #eba029


#eba029 Border Color

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

This div border color is #eba029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba029


Comments

No comments written yet.

Please login to write comment.