Color Hex Logo

#eba97e Color Hex

#EBA97E
(235,169,126)
0 Favorites   0 Comments

Color spaces of #eba97e

RGB 235169126
HSL0.070.730.71
HSV24°46°92°
CMYK 0.000.280.46   0.08
XYZ52.214847.544526.1636
Yxy47.54450.41470.3776
Hunter Lab68.952514.503525.7695
CIE-Lab74.536719.256631.7583

#eba97e color RGB value is (235,169,126).

#eba97e hex color red value is 235, green value is 169 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eba97e hue: 0.07 , saturation: 0.73 and the lightness value of eba97e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 01111110
Octal 353 251 176
Decimal 235 169 126
Hex EB A9 7E

RGB Percentages of Color #eba97e

%44.34
%31.89
%23.77

CMYK Percentages of Color #eba97e

%0
%28
%46
%8

Triadic Colors of #eba97e

#eba97e #7eeba9 #a97eeb

Analogous Colors of #eba97e

#eba97e #ebe07e #eb7e8a

Monochromatic Colors of #eba97e

#eba97e

Complementary Color

#eba97e #7ec0eb

#eba97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba97e Color CSS Codes

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

#eba97e Text Font Color

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

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


#eba97e Background Color

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

This div background color is #eba97e


#eba97e Border Color

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

This div border color is #eba97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba97e


Comments

No comments written yet.

Please login to write comment.