Color Hex Logo

#eba60d Color Hex

#EBA60D
(235,166,13)
0 Favorites   0 Comments

Color spaces of #eba60d

RGB 23516613
HSL0.110.900.49
HSV41°94°92°
CMYK 0.000.290.94   0.08
XYZ47.969844.96376.5313
Yxy44.96370.48230.4521
Hunter Lab67.055010.349141.1635
CIE-Lab72.868015.037074.9300

#eba60d color RGB value is (235,166,13).

#eba60d hex color red value is 235, green value is 166 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eba60d hue: 0.11 , saturation: 0.90 and the lightness value of eba60d is 0.49.

The process color (four color CMYK) of #eba60d color hex is 0.00, 0.29, 0.94, 0.08. Web safe color of #eba60d is #ff9900. Color #eba60d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 00001101
Octal 353 246 15
Decimal 235 166 13
Hex EB A6 D

RGB Percentages of Color #eba60d

%56.76
%40.10
%3.14

CMYK Percentages of Color #eba60d

%0
%29
%94
%8

Triadic Colors of #eba60d

#eba60d #0deba6 #a60deb

Analogous Colors of #eba60d

#eba60d #c1eb0d #eb370d

Monochromatic Colors of #eba60d

#eba60d

Complementary Color

#eba60d #0d52eb

#eba60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba60d Color CSS Codes

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

#eba60d Text Font Color

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

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


#eba60d Background Color

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

This div background color is #eba60d


#eba60d Border Color

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

This div border color is #eba60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba60d


Comments

No comments written yet.

Please login to write comment.