Color Hex Logo

#eb7954 Color Hex

#EB7954
(235,121,84)
0 Favorites   0 Comments

Color spaces of #eb7954

RGB 23512184
HSL0.040.790.63
HSV15°64°92°
CMYK 0.000.490.64   0.08
XYZ42.698631.977012.3092
Yxy31.97700.49090.3676
Hunter Lab56.548235.823026.6777
CIE-Lab63.323941.024740.0593

#eb7954 color RGB value is (235,121,84).

#eb7954 hex color red value is 235, green value is 121 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eb7954 hue: 0.04 , saturation: 0.79 and the lightness value of eb7954 is 0.63.

The process color (four color CMYK) of #eb7954 color hex is 0.00, 0.49, 0.64, 0.08. Web safe color of #eb7954 is #ff6666. Color #eb7954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111001 01010100
Octal 353 171 124
Decimal 235 121 84
Hex EB 79 54

RGB Percentages of Color #eb7954

%53.41
%27.50
%19.09

CMYK Percentages of Color #eb7954

%0
%49
%64
%8

Triadic Colors of #eb7954

#eb7954 #54eb79 #7954eb

Analogous Colors of #eb7954

#eb7954 #ebc554 #eb547b

Monochromatic Colors of #eb7954

#eb7954

Complementary Color

#eb7954 #54c6eb

#eb7954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7954 Color CSS Codes

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

#eb7954 Text Font Color

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

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


#eb7954 Background Color

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

This div background color is #eb7954


#eb7954 Border Color

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

This div border color is #eb7954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7954


Comments

No comments written yet.

Please login to write comment.