Color Hex Logo

#eba46d Color Hex

#EBA46D
(235,164,109)
0 Favorites   0 Comments

Color spaces of #eba46d

RGB 235164109
HSL0.070.760.67
HSV26°54°92°
CMYK 0.000.300.54   0.08
XYZ50.296745.317220.5642
Yxy45.31720.43290.3901
Hunter Lab67.318115.559729.0108
CIE-Lab73.100320.371238.8726

#eba46d color RGB value is (235,164,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 01101101
Octal 353 244 155
Decimal 235 164 109
Hex EB A4 6D

RGB Percentages of Color #eba46d

%46.26
%32.28
%21.46

CMYK Percentages of Color #eba46d

%0
%30
%54
%8

Triadic Colors of #eba46d

#eba46d #6deba4 #a46deb

Analogous Colors of #eba46d

#eba46d #ebe36d #eb6d75

Monochromatic Colors of #eba46d

#eba46d

Complementary Color

#eba46d #6db4eb

#eba46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba46d Color CSS Codes

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

#eba46d Text Font Color

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

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


#eba46d Background Color

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

This div background color is #eba46d


#eba46d Border Color

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

This div border color is #eba46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba46d


Comments

No comments written yet.

Please login to write comment.