Color Hex Logo

#eba82c Color Hex

#EBA82C
(235,168,44)
0 Favorites   0 Comments

Color spaces of #eba82c

RGB 23516844
HSL0.110.830.55
HSV39°81°92°
CMYK 0.000.290.81   0.08
XYZ48.718245.84938.6649
Yxy45.84930.47190.4441
Hunter Lab67.71219.932839.8113
CIE-Lab73.447614.598168.1938

#eba82c color RGB value is (235,168,44).

#eba82c hex color red value is 235, green value is 168 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #eba82c hue: 0.11 , saturation: 0.83 and the lightness value of eba82c is 0.55.

The process color (four color CMYK) of #eba82c color hex is 0.00, 0.29, 0.81, 0.08. Web safe color of #eba82c is #ff9933. Color #eba82c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101000 00101100
Octal 353 250 54
Decimal 235 168 44
Hex EB A8 2C

RGB Percentages of Color #eba82c

%52.57
%37.58
%9.84

CMYK Percentages of Color #eba82c

%0
%29
%81
%8

Triadic Colors of #eba82c

#eba82c #2ceba8 #a82ceb

Analogous Colors of #eba82c

#eba82c #cfeb2c #eb482c

Monochromatic Colors of #eba82c

#eba82c

Complementary Color

#eba82c #2c6feb

#eba82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba82c Color CSS Codes

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

#eba82c Text Font Color

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

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


#eba82c Background Color

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

This div background color is #eba82c


#eba82c Border Color

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

This div border color is #eba82c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,168,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba82c


Comments

No comments written yet.

Please login to write comment.