Color Hex Logo

#eba329 Color Hex

#EBA329
(235,163,41)
0 Favorites   0 Comments

Color spaces of #eba329

RGB 23516341
HSL0.100.830.54
HSV38°83°92°
CMYK 0.000.310.83   0.08
XYZ47.758444.01668.0767
Yxy44.01660.47830.4408
Hunter Lab66.345012.389339.2237
CIE-Lab72.239617.160068.1033

#eba329 color RGB value is (235,163,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 00101001
Octal 353 243 51
Decimal 235 163 41
Hex EB A3 29

RGB Percentages of Color #eba329

%53.53
%37.13
%9.34

CMYK Percentages of Color #eba329

%0
%31
%83
%8

Triadic Colors of #eba329

#eba329 #29eba3 #a329eb

Analogous Colors of #eba329

#eba329 #d2eb29 #eb4229

Monochromatic Colors of #eba329

#eba329

Complementary Color

#eba329 #2971eb

#eba329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba329 Color CSS Codes

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

#eba329 Text Font Color

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

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


#eba329 Background Color

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

This div background color is #eba329


#eba329 Border Color

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

This div border color is #eba329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba329


Comments

No comments written yet.

Please login to write comment.