Color Hex Logo

#eba54c Color Hex

#EBA54C
(235,165,76)
0 Favorites   0 Comments

Color spaces of #eba54c

RGB 23516576
HSL0.090.800.61
HSV34°68°92°
CMYK 0.000.300.68   0.08
XYZ49.020645.094212.9579
Yxy45.09420.45780.4212
Hunter Lab67.152212.787235.5658
CIE-Lab72.953917.552654.9930

#eba54c color RGB value is (235,165,76).

#eba54c hex color red value is 235, green value is 165 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eba54c hue: 0.09 , saturation: 0.80 and the lightness value of eba54c is 0.61.

The process color (four color CMYK) of #eba54c color hex is 0.00, 0.30, 0.68, 0.08. Web safe color of #eba54c is #ff9933. Color #eba54c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100101 01001100
Octal 353 245 114
Decimal 235 165 76
Hex EB A5 4C

RGB Percentages of Color #eba54c

%49.37
%34.66
%15.97

CMYK Percentages of Color #eba54c

%0
%30
%68
%8

Triadic Colors of #eba54c

#eba54c #4ceba5 #a54ceb

Analogous Colors of #eba54c

#eba54c #e2eb4c #eb564c

Monochromatic Colors of #eba54c

#eba54c

Complementary Color

#eba54c #4c92eb

#eba54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba54c Color CSS Codes

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

#eba54c Text Font Color

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

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


#eba54c Background Color

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

This div background color is #eba54c


#eba54c Border Color

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

This div border color is #eba54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba54c


Comments

No comments written yet.

Please login to write comment.