Color Hex Logo

#eb8440 Color Hex

#EB8440
(235,132,64)
0 Favorites   0 Comments

Color spaces of #eb8440

RGB 23513264
HSL0.070.810.59
HSV24°73°92°
CMYK 0.000.440.73   0.08
XYZ43.437634.53499.2270
Yxy34.53490.49810.3960
Hunter Lab58.766429.098331.8273
CIE-Lab65.384934.337452.4712

#eb8440 color RGB value is (235,132,64).

#eb8440 hex color red value is 235, green value is 132 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #eb8440 hue: 0.07 , saturation: 0.81 and the lightness value of eb8440 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 01000000
Octal 353 204 100
Decimal 235 132 64
Hex EB 84 40

RGB Percentages of Color #eb8440

%54.52
%30.63
%14.85

CMYK Percentages of Color #eb8440

%0
%44
%73
%8

Triadic Colors of #eb8440

#eb8440 #40eb84 #8440eb

Analogous Colors of #eb8440

#eb8440 #ebda40 #eb4051

Monochromatic Colors of #eb8440

#eb8440

Complementary Color

#eb8440 #40a7eb

#eb8440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8440 Color CSS Codes

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

#eb8440 Text Font Color

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

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


#eb8440 Background Color

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

This div background color is #eb8440


#eb8440 Border Color

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

This div border color is #eb8440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8440


Comments

No comments written yet.

Please login to write comment.