Color Hex Logo

#eb694e Color Hex

#EB694E
(235,105,78)
0 Favorites   0 Comments

Color spaces of #eb694e

RGB 23510578
HSL0.030.800.61
HSV10°67°92°
CMYK 0.000.550.67   0.08
XYZ40.687728.315410.5287
Yxy28.31540.51160.3560
Hunter Lab53.212243.365225.5173
CIE-Lab60.172648.499339.5337

#eb694e color RGB value is (235,105,78).

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

The process color (four color CMYK) of #eb694e color hex is 0.00, 0.55, 0.67, 0.08. Web safe color of #eb694e is #ff6666. Color #eb694e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 01001110
Octal 353 151 116
Decimal 235 105 78
Hex EB 69 4E

RGB Percentages of Color #eb694e

%56.22
%25.12
%18.66

CMYK Percentages of Color #eb694e

%0
%55
%67
%8

Triadic Colors of #eb694e

#eb694e #4eeb69 #694eeb

Analogous Colors of #eb694e

#eb694e #ebb84e #eb4e82

Monochromatic Colors of #eb694e

#eb694e

Complementary Color

#eb694e #4ed0eb

#eb694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb694e Color CSS Codes

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

#eb694e Text Font Color

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

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


#eb694e Background Color

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

This div background color is #eb694e


#eb694e Border Color

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

This div border color is #eb694e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb694e


Comments

No comments written yet.

Please login to write comment.