Color Hex Logo

#eb8832 Color Hex

#EB8832
(235,136,50)
0 Favorites   0 Comments

Color spaces of #eb8832

RGB 23513650
HSL0.080.820.56
HSV28°79°92°
CMYK 0.000.420.79   0.08
XYZ43.640835.50087.5698
Yxy35.50080.50330.4094
Hunter Lab59.582526.471634.1752
CIE-Lab66.136731.696659.3772

#eb8832 color RGB value is (235,136,50).

#eb8832 hex color red value is 235, green value is 136 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #eb8832 hue: 0.08 , saturation: 0.82 and the lightness value of eb8832 is 0.56.

The process color (four color CMYK) of #eb8832 color hex is 0.00, 0.42, 0.79, 0.08. Web safe color of #eb8832 is #ff9933. Color #eb8832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 00110010
Octal 353 210 62
Decimal 235 136 50
Hex EB 88 32

RGB Percentages of Color #eb8832

%55.82
%32.30
%11.88

CMYK Percentages of Color #eb8832

%0
%42
%79
%8

Triadic Colors of #eb8832

#eb8832 #32eb88 #8832eb

Analogous Colors of #eb8832

#eb8832 #ebe532 #eb3239

Monochromatic Colors of #eb8832

#eb8832

Complementary Color

#eb8832 #3295eb

#eb8832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8832 Color CSS Codes

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

#eb8832 Text Font Color

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

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


#eb8832 Background Color

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

This div background color is #eb8832


#eb8832 Border Color

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

This div border color is #eb8832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8832


Comments

No comments written yet.

Please login to write comment.