Color Hex Logo

#eba186 Color Hex

#EBA186
(235,161,134)
0 Favorites   0 Comments

Color spaces of #eba186

RGB 235161134
HSL0.040.720.72
HSV16°43°92°
CMYK 0.000.310.43   0.08
XYZ51.308944.873128.5114
Yxy44.87310.41150.3599
Hunter Lab66.987419.493921.6560
CIE-Lab72.808324.324825.1650

#eba186 color RGB value is (235,161,134).

#eba186 hex color red value is 235, green value is 161 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #eba186 hue: 0.04 , saturation: 0.72 and the lightness value of eba186 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 10000110
Octal 353 241 206
Decimal 235 161 134
Hex EB A1 86

RGB Percentages of Color #eba186

%44.34
%30.38
%25.28

CMYK Percentages of Color #eba186

%0
%31
%43
%8

Triadic Colors of #eba186

#eba186 #86eba1 #a186eb

Analogous Colors of #eba186

#eba186 #ebd486 #eb869e

Monochromatic Colors of #eba186

#eba186

Complementary Color

#eba186 #86d0eb

#eba186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba186 Color CSS Codes

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

#eba186 Text Font Color

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

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


#eba186 Background Color

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

This div background color is #eba186


#eba186 Border Color

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

This div border color is #eba186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba186


Comments

No comments written yet.

Please login to write comment.