Color Hex Logo

#eba96e Color Hex

#EBA96E
(235,169,110)
0 Favorites   0 Comments

Color spaces of #eba96e

RGB 235169110
HSL0.080.760.68
HSV28°53°92°
CMYK 0.000.280.53   0.08
XYZ51.263447.163921.1535
Yxy47.16390.42870.3944
Hunter Lab68.676013.058929.8107
CIE-Lab74.294517.798339.8458

#eba96e color RGB value is (235,169,110).

#eba96e hex color red value is 235, green value is 169 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #eba96e hue: 0.08 , saturation: 0.76 and the lightness value of eba96e is 0.68.

The process color (four color CMYK) of #eba96e color hex is 0.00, 0.28, 0.53, 0.08. Web safe color of #eba96e is #ff9966. Color #eba96e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 01101110
Octal 353 251 156
Decimal 235 169 110
Hex EB A9 6E

RGB Percentages of Color #eba96e

%45.72
%32.88
%21.40

CMYK Percentages of Color #eba96e

%0
%28
%53
%8

Triadic Colors of #eba96e

#eba96e #6eeba9 #a96eeb

Analogous Colors of #eba96e

#eba96e #ebe86e #eb6e72

Monochromatic Colors of #eba96e

#eba96e

Complementary Color

#eba96e #6eb0eb

#eba96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba96e Color CSS Codes

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

#eba96e Text Font Color

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

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


#eba96e Background Color

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

This div background color is #eba96e


#eba96e Border Color

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

This div border color is #eba96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba96e

#eba96e Color Palettes


Comments

No comments written yet.

Please login to write comment.