Color Hex Logo

#eba76b Color Hex

#EBA76B
(235,167,107)
0 Favorites   0 Comments

Color spaces of #eba76b

RGB 235167107
HSL0.080.760.67
HSV28°54°92°
CMYK 0.000.290.54   0.08
XYZ50.733546.361120.1846
Yxy46.36110.43260.3953
Hunter Lab68.089013.845730.0861
CIE-Lab73.779218.612040.7537

#eba76b color RGB value is (235,167,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100111 01101011
Octal 353 247 153
Decimal 235 167 107
Hex EB A7 6B

RGB Percentages of Color #eba76b

%46.17
%32.81
%21.02

CMYK Percentages of Color #eba76b

%0
%29
%54
%8

Triadic Colors of #eba76b

#eba76b #6beba7 #a76beb

Analogous Colors of #eba76b

#eba76b #ebe76b #eb6b6f

Monochromatic Colors of #eba76b

#eba76b

Complementary Color

#eba76b #6bafeb

#eba76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba76b Color CSS Codes

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

#eba76b Text Font Color

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

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


#eba76b Background Color

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

This div background color is #eba76b


#eba76b Border Color

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

This div border color is #eba76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba76b


Comments

No comments written yet.

Please login to write comment.