Color Hex Logo

#eba481 Color Hex

#EBA481
(235,164,129)
0 Favorites   0 Comments

Color spaces of #eba481

RGB 235164129
HSL0.060.730.71
HSV20°45°92°
CMYK 0.000.300.45   0.08
XYZ51.498945.798126.8945
Yxy45.79810.41470.3688
Hunter Lab67.674317.405223.8095
CIE-Lab73.414322.214428.6759

#eba481 color RGB value is (235,164,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 10000001
Octal 353 244 201
Decimal 235 164 129
Hex EB A4 81

RGB Percentages of Color #eba481

%44.51
%31.06
%24.43

CMYK Percentages of Color #eba481

%0
%30
%45
%8

Triadic Colors of #eba481

#eba481 #81eba4 #a481eb

Analogous Colors of #eba481

#eba481 #ebd981 #eb8193

Monochromatic Colors of #eba481

#eba481

Complementary Color

#eba481 #81c8eb

#eba481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba481 Color CSS Codes

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

#eba481 Text Font Color

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

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


#eba481 Background Color

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

This div background color is #eba481


#eba481 Border Color

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

This div border color is #eba481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba481


Comments

No comments written yet.

Please login to write comment.