Color Hex Logo

#eba964 Color Hex

#EBA964
(235,169,100)
0 Favorites   0 Comments

Color spaces of #eba964

RGB 235169100
HSL0.090.770.66
HSV31°57°92°
CMYK 0.000.280.57   0.08
XYZ50.749246.958218.4457
Yxy46.95820.43690.4043
Hunter Lab68.526112.273432.0087
CIE-Lab74.163016.999644.7890

#eba964 color RGB value is (235,169,100).

#eba964 hex color red value is 235, green value is 169 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #eba964 hue: 0.09 , saturation: 0.77 and the lightness value of eba964 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 01100100
Octal 353 251 144
Decimal 235 169 100
Hex EB A9 64

RGB Percentages of Color #eba964

%46.63
%33.53
%19.84

CMYK Percentages of Color #eba964

%0
%28
%57
%8

Triadic Colors of #eba964

#eba964 #64eba9 #a964eb

Analogous Colors of #eba964

#eba964 #eaeb64 #eb6664

Monochromatic Colors of #eba964

#eba964

Complementary Color

#eba964 #64a6eb

#eba964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba964 Color CSS Codes

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

#eba964 Text Font Color

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

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


#eba964 Background Color

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

This div background color is #eba964


#eba964 Border Color

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

This div border color is #eba964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba964


Comments

No comments written yet.

Please login to write comment.