Color Hex Logo

#eba480 Color Hex

#EBA480
(235,164,128)
0 Favorites   0 Comments

Color spaces of #eba480

RGB 235164128
HSL0.060.730.71
HSV20°46°92°
CMYK 0.000.300.46   0.08
XYZ51.432745.771626.5461
Yxy45.77160.41560.3699
Hunter Lab67.654717.304124.0943
CIE-Lab73.397122.114029.1904

#eba480 color RGB value is (235,164,128).

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

The process color (four color CMYK) of #eba480 color hex is 0.00, 0.30, 0.46, 0.08. Web safe color of #eba480 is #ff9999. Color #eba480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 10000000
Octal 353 244 200
Decimal 235 164 128
Hex EB A4 80

RGB Percentages of Color #eba480

%44.59
%31.12
%24.29

CMYK Percentages of Color #eba480

%0
%30
%46
%8

Triadic Colors of #eba480

#eba480 #80eba4 #a480eb

Analogous Colors of #eba480

#eba480 #ebda80 #eb8092

Monochromatic Colors of #eba480

#eba480

Complementary Color

#eba480 #80c7eb

#eba480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba480 Color CSS Codes

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

#eba480 Text Font Color

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

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


#eba480 Background Color

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

This div background color is #eba480


#eba480 Border Color

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

This div border color is #eba480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba480


Comments

No comments written yet.

Please login to write comment.