Color Hex Logo

#eb694c Color Hex

#EB694C
(235,105,76)
0 Favorites   0 Comments

Color spaces of #eb694c

RGB 23510576
HSL0.030.800.61
HSV11°68°92°
CMYK 0.000.550.68   0.08
XYZ40.617028.287110.1567
Yxy28.28710.51370.3578
Hunter Lab53.185643.242725.9075
CIE-Lab60.147248.390340.5841

#eb694c color RGB value is (235,105,76).

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

The process color (four color CMYK) of #eb694c color hex is 0.00, 0.55, 0.68, 0.08. Web safe color of #eb694c is #ff6633. Color #eb694c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 01001100
Octal 353 151 114
Decimal 235 105 76
Hex EB 69 4C

RGB Percentages of Color #eb694c

%56.49
%25.24
%18.27

CMYK Percentages of Color #eb694c

%0
%55
%68
%8

Triadic Colors of #eb694c

#eb694c #4ceb69 #694ceb

Analogous Colors of #eb694c

#eb694c #ebb94c #eb4c7f

Monochromatic Colors of #eb694c

#eb694c

Complementary Color

#eb694c #4cceeb

#eb694c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb694c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb694c Color CSS Codes

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

#eb694c Text Font Color

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

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


#eb694c Background Color

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

This div background color is #eb694c


#eb694c Border Color

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

This div border color is #eb694c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,105,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 #eb694c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb694c


Comments

No comments written yet.

Please login to write comment.