Color Hex Logo

#eba185 Color Hex

#EBA185
(235,161,133)
0 Favorites   0 Comments

Color spaces of #eba185

RGB 235161133
HSL0.050.720.72
HSV16°43°92°
CMYK 0.000.310.43   0.08
XYZ51.239544.845428.1457
Yxy44.84540.41250.3610
Hunter Lab66.966719.387321.9575
CIE-Lab72.790024.220025.6829

#eba185 color RGB value is (235,161,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 10000101
Octal 353 241 205
Decimal 235 161 133
Hex EB A1 85

RGB Percentages of Color #eba185

%44.42
%30.43
%25.14

CMYK Percentages of Color #eba185

%0
%31
%43
%8

Triadic Colors of #eba185

#eba185 #85eba1 #a185eb

Analogous Colors of #eba185

#eba185 #ebd485 #eb859c

Monochromatic Colors of #eba185

#eba185

Complementary Color

#eba185 #85cfeb

#eba185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba185 Color CSS Codes

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

#eba185 Text Font Color

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

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


#eba185 Background Color

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

This div background color is #eba185


#eba185 Border Color

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

This div border color is #eba185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba185


Comments

No comments written yet.

Please login to write comment.