Color Hex Logo

#eba35f Color Hex

#EBA35F
(235,163,95)
0 Favorites   0 Comments

Color spaces of #eba35f

RGB 23516395
HSL0.080.780.65
HSV29°60°92°
CMYK 0.000.310.60   0.08
XYZ49.423744.682816.8462
Yxy44.68280.44540.4027
Hunter Lab66.845214.999431.8495
CIE-Lab72.682519.818245.5323

#eba35f color RGB value is (235,163,95).

#eba35f hex color red value is 235, green value is 163 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eba35f hue: 0.08 , saturation: 0.78 and the lightness value of eba35f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 01011111
Octal 353 243 137
Decimal 235 163 95
Hex EB A3 5F

RGB Percentages of Color #eba35f

%47.67
%33.06
%19.27

CMYK Percentages of Color #eba35f

%0
%31
%60
%8

Triadic Colors of #eba35f

#eba35f #5feba3 #a35feb

Analogous Colors of #eba35f

#eba35f #ebe95f #eb5f61

Monochromatic Colors of #eba35f

#eba35f

Complementary Color

#eba35f #5fa7eb

#eba35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba35f Color CSS Codes

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

#eba35f Text Font Color

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

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


#eba35f Background Color

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

This div background color is #eba35f


#eba35f Border Color

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

This div border color is #eba35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba35f


Comments

No comments written yet.

Please login to write comment.