Color Hex Logo

#eba99c Color Hex

#EBA99C
(235,169,156)
0 Favorites   0 Comments

Color spaces of #eba99c

RGB 235169156
HSL0.030.660.77
HSV10°34°92°
CMYK 0.000.280.34   0.08
XYZ54.449748.438437.9322
Yxy48.43840.38670.3440
Hunter Lab69.597717.853316.4041
CIE-Lab75.100622.587216.3424

#eba99c color RGB value is (235,169,156).

#eba99c hex color red value is 235, green value is 169 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #eba99c hue: 0.03 , saturation: 0.66 and the lightness value of eba99c is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 10011100
Octal 353 251 234
Decimal 235 169 156
Hex EB A9 9C

RGB Percentages of Color #eba99c

%41.96
%30.18
%27.86

CMYK Percentages of Color #eba99c

%0
%28
%34
%8

Triadic Colors of #eba99c

#eba99c #9ceba9 #a99ceb

Analogous Colors of #eba99c

#eba99c #ebd19c #eb9cb7

Monochromatic Colors of #eba99c

#eba99c

Complementary Color

#eba99c #9cdeeb

#eba99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba99c Color CSS Codes

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

#eba99c Text Font Color

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

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


#eba99c Background Color

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

This div background color is #eba99c


#eba99c Border Color

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

This div border color is #eba99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba99c


Comments

No comments written yet.

Please login to write comment.