Color Hex Logo

#eb842b Color Hex

#EB842B
(235,132,43)
0 Favorites   0 Comments

Color spaces of #eb842b

RGB 23513243
HSL0.080.830.55
HSV28°82°92°
CMYK 0.000.440.82   0.08
XYZ42.948334.33916.6500
Yxy34.33910.51170.4091
Hunter Lab58.599628.275434.2914
CIE-Lab65.230833.550061.2911

#eb842b color RGB value is (235,132,43).

#eb842b hex color red value is 235, green value is 132 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eb842b hue: 0.08 , saturation: 0.83 and the lightness value of eb842b is 0.55.

The process color (four color CMYK) of #eb842b color hex is 0.00, 0.44, 0.82, 0.08. Web safe color of #eb842b is #ff9933. Color #eb842b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 00101011
Octal 353 204 53
Decimal 235 132 43
Hex EB 84 2B

RGB Percentages of Color #eb842b

%57.32
%32.20
%10.49

CMYK Percentages of Color #eb842b

%0
%44
%82
%8

Triadic Colors of #eb842b

#eb842b #2beb84 #842beb

Analogous Colors of #eb842b

#eb842b #ebe42b #eb2b32

Monochromatic Colors of #eb842b

#eb842b

Complementary Color

#eb842b #2b92eb

#eb842b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb842b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb842b Color CSS Codes

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

#eb842b Text Font Color

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

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


#eb842b Background Color

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

This div background color is #eb842b


#eb842b Border Color

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

This div border color is #eb842b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb842b


Comments

No comments written yet.

Please login to write comment.