Color Hex Logo

#eb854d Color Hex

#EB854D
(235,133,77)
0 Favorites   0 Comments

Color spaces of #eb854d

RGB 23513377
HSL0.060.800.61
HSV21°67°92°
CMYK 0.000.430.67   0.08
XYZ43.988034.973011.4532
Yxy34.97300.48650.3868
Hunter Lab59.138029.280429.9139
CIE-Lab65.727634.480146.4995

#eb854d color RGB value is (235,133,77).

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

The process color (four color CMYK) of #eb854d color hex is 0.00, 0.43, 0.67, 0.08. Web safe color of #eb854d is #ff9966. Color #eb854d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 01001101
Octal 353 205 115
Decimal 235 133 77
Hex EB 85 4D

RGB Percentages of Color #eb854d

%52.81
%29.89
%17.30

CMYK Percentages of Color #eb854d

%0
%43
%67
%8

Triadic Colors of #eb854d

#eb854d #4deb85 #854deb

Analogous Colors of #eb854d

#eb854d #ebd44d #eb4d64

Monochromatic Colors of #eb854d

#eb854d

Complementary Color

#eb854d #4db3eb

#eb854d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb854d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb854d Color CSS Codes

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

#eb854d Text Font Color

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

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


#eb854d Background Color

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

This div background color is #eb854d


#eb854d Border Color

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

This div border color is #eb854d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb854d


Comments

No comments written yet.

Please login to write comment.