Color Hex Logo

#eba380 Color Hex

#EBA380
(235,163,128)
0 Favorites   0 Comments

Color spaces of #eba380

RGB 235163128
HSL0.050.730.71
HSV20°46°92°
CMYK 0.000.310.46   0.08
XYZ51.254445.415126.4867
Yxy45.41510.41620.3688
Hunter Lab67.390717.825423.8707
CIE-Lab73.164422.645628.8825

#eba380 color RGB value is (235,163,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 10000000
Octal 353 243 200
Decimal 235 163 128
Hex EB A3 80

RGB Percentages of Color #eba380

%44.68
%30.99
%24.33

CMYK Percentages of Color #eba380

%0
%31
%46
%8

Triadic Colors of #eba380

#eba380 #80eba3 #a380eb

Analogous Colors of #eba380

#eba380 #ebd980 #eb8093

Monochromatic Colors of #eba380

#eba380

Complementary Color

#eba380 #80c8eb

#eba380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba380 Color CSS Codes

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

#eba380 Text Font Color

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

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


#eba380 Background Color

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

This div background color is #eba380


#eba380 Border Color

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

This div border color is #eba380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba380


Comments

No comments written yet.

Please login to write comment.