Color Hex Logo

#eb692c Color Hex

#EB692C
(235,105,44)
0 Favorites   0 Comments

Color spaces of #eb692c

RGB 23510544
HSL0.050.830.55
HSV19°81°92°
CMYK 0.000.550.81   0.08
XYZ39.767127.94725.6813
Yxy27.94720.54180.3808
Hunter Lab52.865141.760430.6338
CIE-Lab59.841047.064956.0250

#eb692c color RGB value is (235,105,44).

#eb692c hex color red value is 235, green value is 105 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #eb692c hue: 0.05 , saturation: 0.83 and the lightness value of eb692c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 00101100
Octal 353 151 54
Decimal 235 105 44
Hex EB 69 2C

RGB Percentages of Color #eb692c

%61.20
%27.34
%11.46

CMYK Percentages of Color #eb692c

%0
%55
%81
%8

Triadic Colors of #eb692c

#eb692c #2ceb69 #692ceb

Analogous Colors of #eb692c

#eb692c #ebc92c #eb2c4e

Monochromatic Colors of #eb692c

#eb692c

Complementary Color

#eb692c #2caeeb

#eb692c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb692c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb692c Color CSS Codes

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

#eb692c Text Font Color

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

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


#eb692c Background Color

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

This div background color is #eb692c


#eb692c Border Color

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

This div border color is #eb692c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb692c


Comments

No comments written yet.

Please login to write comment.