Color Hex Logo

#eba98f Color Hex

#EBA98F
(235,169,143)
0 Favorites   0 Comments

Color spaces of #eba98f

RGB 235169143
HSL0.050.700.74
HSV17°39°92°
CMYK 0.000.280.39   0.08
XYZ53.406848.021332.4408
Yxy48.02130.39890.3587
Hunter Lab69.297416.297720.7522
CIE-Lab74.838421.049223.0382

#eba98f color RGB value is (235,169,143).

#eba98f hex color red value is 235, green value is 169 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eba98f hue: 0.05 , saturation: 0.70 and the lightness value of eba98f is 0.74.

The process color (four color CMYK) of #eba98f color hex is 0.00, 0.28, 0.39, 0.08. Web safe color of #eba98f is #ff9999. Color #eba98f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 10001111
Octal 353 251 217
Decimal 235 169 143
Hex EB A9 8F

RGB Percentages of Color #eba98f

%42.96
%30.90
%26.14

CMYK Percentages of Color #eba98f

%0
%28
%39
%8

Triadic Colors of #eba98f

#eba98f #8feba9 #a98feb

Analogous Colors of #eba98f

#eba98f #ebd78f #eb8fa3

Monochromatic Colors of #eba98f

#eba98f

Complementary Color

#eba98f #8fd1eb

#eba98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba98f Color CSS Codes

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

#eba98f Text Font Color

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

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


#eba98f Background Color

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

This div background color is #eba98f


#eba98f Border Color

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

This div border color is #eba98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba98f


Comments

No comments written yet.

Please login to write comment.