Color Hex Logo

#eba60b Color Hex

#EBA60B
(235,166,11)
0 Favorites   0 Comments

Color spaces of #eba60b

RGB 23516611
HSL0.120.910.48
HSV42°95°92°
CMYK 0.000.290.95   0.08
XYZ47.957644.95886.4669
Yxy44.95880.48260.4524
Hunter Lab67.051310.330041.2176
CIE-Lab72.864815.017275.1826

#eba60b color RGB value is (235,166,11).

#eba60b hex color red value is 235, green value is 166 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eba60b hue: 0.12 , saturation: 0.91 and the lightness value of eba60b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 00001011
Octal 353 246 13
Decimal 235 166 11
Hex EB A6 B

RGB Percentages of Color #eba60b

%57.04
%40.29
%2.67

CMYK Percentages of Color #eba60b

%0
%29
%95
%8

Triadic Colors of #eba60b

#eba60b #0beba6 #a60beb

Analogous Colors of #eba60b

#eba60b #c0eb0b #eb360b

Monochromatic Colors of #eba60b

#eba60b

Complementary Color

#eba60b #0b50eb

#eba60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba60b Color CSS Codes

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

#eba60b Text Font Color

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

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


#eba60b Background Color

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

This div background color is #eba60b


#eba60b Border Color

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

This div border color is #eba60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba60b


Comments

No comments written yet.

Please login to write comment.