Color Hex Logo

#eb8e3b Color Hex

#EB8E3B
(235,142,59)
0 Favorites   0 Comments

Color spaces of #eb8e3b

RGB 23514259
HSL0.080.810.58
HSV28°75°92°
CMYK 0.000.400.75   0.08
XYZ44.723437.32398.9847
Yxy37.32390.49130.4100
Hunter Lab61.093323.757834.0458
CIE-Lab67.519328.900756.9270

#eb8e3b color RGB value is (235,142,59).

#eb8e3b hex color red value is 235, green value is 142 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #eb8e3b hue: 0.08 , saturation: 0.81 and the lightness value of eb8e3b is 0.58.

The process color (four color CMYK) of #eb8e3b color hex is 0.00, 0.40, 0.75, 0.08. Web safe color of #eb8e3b is #ff9933. Color #eb8e3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001110 00111011
Octal 353 216 73
Decimal 235 142 59
Hex EB 8E 3B

RGB Percentages of Color #eb8e3b

%53.90
%32.57
%13.53

CMYK Percentages of Color #eb8e3b

%0
%40
%75
%8

Triadic Colors of #eb8e3b

#eb8e3b #3beb8e #8e3beb

Analogous Colors of #eb8e3b

#eb8e3b #ebe63b #eb3b40

Monochromatic Colors of #eb8e3b

#eb8e3b

Complementary Color

#eb8e3b #3b98eb

#eb8e3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8e3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8e3b Color CSS Codes

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

#eb8e3b Text Font Color

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

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


#eb8e3b Background Color

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

This div background color is #eb8e3b


#eb8e3b Border Color

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

This div border color is #eb8e3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8e3b


Comments

No comments written yet.

Please login to write comment.