Color Hex Logo

#eba16d Color Hex

#EBA16D
(235,161,109)
0 Favorites   0 Comments

Color spaces of #eba16d

RGB 235161109
HSL0.070.760.67
HSV25°54°92°
CMYK 0.000.310.54   0.08
XYZ49.766144.256020.3873
Yxy44.25600.43500.3868
Hunter Lab66.525217.113128.3976
CIE-Lab72.399321.965637.9940

#eba16d color RGB value is (235,161,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 01101101
Octal 353 241 155
Decimal 235 161 109
Hex EB A1 6D

RGB Percentages of Color #eba16d

%46.53
%31.88
%21.58

CMYK Percentages of Color #eba16d

%0
%31
%54
%8

Triadic Colors of #eba16d

#eba16d #6deba1 #a16deb

Analogous Colors of #eba16d

#eba16d #ebe06d #eb6d78

Monochromatic Colors of #eba16d

#eba16d

Complementary Color

#eba16d #6db7eb

#eba16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba16d Color CSS Codes

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

#eba16d Text Font Color

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

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


#eba16d Background Color

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

This div background color is #eba16d


#eba16d Border Color

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

This div border color is #eba16d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,161,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 #eba16d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba16d


Comments

No comments written yet.

Please login to write comment.