Color Hex Logo

#eb882f Color Hex

#EB882F
(235,136,47)
0 Favorites   0 Comments

Color spaces of #eb882f

RGB 23513647
HSL0.080.820.55
HSV28°80°92°
CMYK 0.000.420.80   0.08
XYZ43.578235.47577.2400
Yxy35.47570.50500.4111
Hunter Lab59.561526.367134.4860
CIE-Lab66.117431.595560.5559

#eb882f color RGB value is (235,136,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 00101111
Octal 353 210 57
Decimal 235 136 47
Hex EB 88 2F

RGB Percentages of Color #eb882f

%56.22
%32.54
%11.24

CMYK Percentages of Color #eb882f

%0
%42
%80
%8

Triadic Colors of #eb882f

#eb882f #2feb88 #882feb

Analogous Colors of #eb882f

#eb882f #ebe62f #eb2f34

Monochromatic Colors of #eb882f

#eb882f

Complementary Color

#eb882f #2f92eb

#eb882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb882f Color CSS Codes

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

#eb882f Text Font Color

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

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


#eb882f Background Color

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

This div background color is #eb882f


#eb882f Border Color

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

This div border color is #eb882f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb882f


Comments

No comments written yet.

Please login to write comment.