Color Hex Logo

#eba00b Color Hex

#EBA00B
(235,160,11)
0 Favorites   0 Comments

Color spaces of #eba00b

RGB 23516011
HSL0.110.910.48
HSV40°95°92°
CMYK 0.000.320.95   0.08
XYZ46.892242.82796.1117
Yxy42.82790.48930.4469
Hunter Lab65.443013.376140.2730
CIE-Lab71.438018.197274.1784

#eba00b color RGB value is (235,160,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 00001011
Octal 353 240 13
Decimal 235 160 11
Hex EB A0 B

RGB Percentages of Color #eba00b

%57.88
%39.41
%2.71

CMYK Percentages of Color #eba00b

%0
%32
%95
%8

Triadic Colors of #eba00b

#eba00b #0beba0 #a00beb

Analogous Colors of #eba00b

#eba00b #c6eb0b #eb300b

Monochromatic Colors of #eba00b

#eba00b

Complementary Color

#eba00b #0b56eb

#eba00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba00b Color CSS Codes

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

#eba00b Text Font Color

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

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


#eba00b Background Color

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

This div background color is #eba00b


#eba00b Border Color

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

This div border color is #eba00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba00b


Comments

No comments written yet.

Please login to write comment.