Color Hex Logo

#eba65e Color Hex

#EBA65E
(235,166,94)
0 Favorites   0 Comments

Color spaces of #eba65e

RGB 23516694
HSL0.090.780.65
HSV31°60°92°
CMYK 0.000.290.60   0.08
XYZ49.917545.742816.7880
Yxy45.74280.44390.4068
Hunter Lab67.633413.385232.6264
CIE-Lab73.378318.153846.8558

#eba65e color RGB value is (235,166,94).

#eba65e hex color red value is 235, green value is 166 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eba65e hue: 0.09 , saturation: 0.78 and the lightness value of eba65e is 0.65.

The process color (four color CMYK) of #eba65e color hex is 0.00, 0.29, 0.60, 0.08. Web safe color of #eba65e is #ff9966. Color #eba65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 01011110
Octal 353 246 136
Decimal 235 166 94
Hex EB A6 5E

RGB Percentages of Color #eba65e

%47.47
%33.54
%18.99

CMYK Percentages of Color #eba65e

%0
%29
%60
%8

Triadic Colors of #eba65e

#eba65e #5eeba6 #a65eeb

Analogous Colors of #eba65e

#eba65e #eaeb5e #eb605e

Monochromatic Colors of #eba65e

#eba65e

Complementary Color

#eba65e #5ea3eb

#eba65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba65e Color CSS Codes

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

#eba65e Text Font Color

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

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


#eba65e Background Color

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

This div background color is #eba65e


#eba65e Border Color

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

This div border color is #eba65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba65e


Comments

No comments written yet.

Please login to write comment.