Color Hex Logo

#eba77a Color Hex

#EBA77A
(235,167,122)
0 Favorites   0 Comments

Color spaces of #eba77a

RGB 235167122
HSL0.070.740.70
HSV24°48°92°
CMYK 0.000.290.48   0.08
XYZ51.592546.704724.7080
Yxy46.70470.41940.3797
Hunter Lab68.340815.158426.4028
CIE-Lab74.000519.934633.1837

#eba77a color RGB value is (235,167,122).

#eba77a hex color red value is 235, green value is 167 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eba77a hue: 0.07 , saturation: 0.74 and the lightness value of eba77a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100111 01111010
Octal 353 247 172
Decimal 235 167 122
Hex EB A7 7A

RGB Percentages of Color #eba77a

%44.85
%31.87
%23.28

CMYK Percentages of Color #eba77a

%0
%29
%48
%8

Triadic Colors of #eba77a

#eba77a #7aeba7 #a77aeb

Analogous Colors of #eba77a

#eba77a #ebe07a #eb7a86

Monochromatic Colors of #eba77a

#eba77a

Complementary Color

#eba77a #7abeeb

#eba77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba77a Color CSS Codes

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

#eba77a Text Font Color

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

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


#eba77a Background Color

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

This div background color is #eba77a


#eba77a Border Color

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

This div border color is #eba77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba77a


Comments

No comments written yet.

Please login to write comment.