Color Hex Logo

#eb844c Color Hex

#EB844C
(235,132,76)
0 Favorites   0 Comments

Color spaces of #eb844c

RGB 23513276
HSL0.060.800.61
HSV21°68°92°
CMYK 0.000.440.68   0.08
XYZ43.816734.686511.2232
Yxy34.68650.48830.3866
Hunter Lab58.895229.733229.9282
CIE-Lab65.503934.942046.7499

#eb844c color RGB value is (235,132,76).

#eb844c hex color red value is 235, green value is 132 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eb844c hue: 0.06 , saturation: 0.80 and the lightness value of eb844c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 01001100
Octal 353 204 114
Decimal 235 132 76
Hex EB 84 4C

RGB Percentages of Color #eb844c

%53.05
%29.80
%17.16

CMYK Percentages of Color #eb844c

%0
%44
%68
%8

Triadic Colors of #eb844c

#eb844c #4ceb84 #844ceb

Analogous Colors of #eb844c

#eb844c #ebd44c #eb4c63

Monochromatic Colors of #eb844c

#eb844c

Complementary Color

#eb844c #4cb3eb

#eb844c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb844c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb844c Color CSS Codes

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

#eb844c Text Font Color

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

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


#eb844c Background Color

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

This div background color is #eb844c


#eb844c Border Color

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

This div border color is #eb844c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb844c


Comments

No comments written yet.

Please login to write comment.