Color Hex Logo

#eb685a Color Hex

#EB685A
(235,104,90)
0 Favorites   0 Comments

Color spaces of #eb685a

RGB 23510490
HSL0.020.780.64
HSV62°92°
CMYK 0.000.560.62   0.08
XYZ41.056728.301012.9716
Yxy28.30100.49870.3438
Hunter Lab53.198744.661722.7822
CIE-Lab60.159749.690732.8994

#eb685a color RGB value is (235,104,90).

#eb685a hex color red value is 235, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eb685a hue: 0.02 , saturation: 0.78 and the lightness value of eb685a is 0.64.

The process color (four color CMYK) of #eb685a color hex is 0.00, 0.56, 0.62, 0.08. Web safe color of #eb685a is #ff6666. Color #eb685a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101000 01011010
Octal 353 150 132
Decimal 235 104 90
Hex EB 68 5A

RGB Percentages of Color #eb685a

%54.78
%24.24
%20.98

CMYK Percentages of Color #eb685a

%0
%56
%62
%8

Triadic Colors of #eb685a

#eb685a #5aeb68 #685aeb

Analogous Colors of #eb685a

#eb685a #ebb15a #eb5a95

Monochromatic Colors of #eb685a

#eb685a

Complementary Color

#eb685a #5addeb

#eb685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb685a Color CSS Codes

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

#eb685a Text Font Color

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

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


#eb685a Background Color

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

This div background color is #eb685a


#eb685a Border Color

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

This div border color is #eb685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb685a


Comments

No comments written yet.

Please login to write comment.