Color Hex Logo

#eba478 Color Hex

#EBA478
(235,164,120)
0 Favorites   0 Comments

Color spaces of #eba478

RGB 235164120
HSL0.060.740.70
HSV23°49°92°
CMYK 0.000.300.49   0.08
XYZ50.926645.569223.8809
Yxy45.56920.42310.3786
Hunter Lab67.505016.529026.2787
CIE-Lab73.265121.342033.2925

#eba478 color RGB value is (235,164,120).

#eba478 hex color red value is 235, green value is 164 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #eba478 hue: 0.06 , saturation: 0.74 and the lightness value of eba478 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 01111000
Octal 353 244 170
Decimal 235 164 120
Hex EB A4 78

RGB Percentages of Color #eba478

%45.28
%31.60
%23.12

CMYK Percentages of Color #eba478

%0
%30
%49
%8

Triadic Colors of #eba478

#eba478 #78eba4 #a478eb

Analogous Colors of #eba478

#eba478 #ebde78 #eb7886

Monochromatic Colors of #eba478

#eba478

Complementary Color

#eba478 #78bfeb

#eba478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba478 Color CSS Codes

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

#eba478 Text Font Color

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

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


#eba478 Background Color

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

This div background color is #eba478


#eba478 Border Color

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

This div border color is #eba478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba478


Comments

No comments written yet.

Please login to write comment.