Color Hex Logo

#eba09b Color Hex

#EBA09B
(235,160,155)
0 Favorites   0 Comments

Color spaces of #eba09b

RGB 235160155
HSL0.010.670.76
HSV34°92°
CMYK 0.000.320.34   0.08
XYZ52.748245.170336.9490
Yxy45.17030.39110.3349
Hunter Lab67.208922.478514.4507
CIE-Lab73.003927.253313.9539

#eba09b color RGB value is (235,160,155).

#eba09b hex color red value is 235, green value is 160 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eba09b hue: 0.01 , saturation: 0.67 and the lightness value of eba09b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 10011011
Octal 353 240 233
Decimal 235 160 155
Hex EB A0 9B

RGB Percentages of Color #eba09b

%42.73
%29.09
%28.18

CMYK Percentages of Color #eba09b

%0
%32
%34
%8

Triadic Colors of #eba09b

#eba09b #9beba0 #a09beb

Analogous Colors of #eba09b

#eba09b #ebc89b #eb9bbe

Monochromatic Colors of #eba09b

#eba09b

Complementary Color

#eba09b #9be6eb

#eba09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba09b Color CSS Codes

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

#eba09b Text Font Color

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

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


#eba09b Background Color

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

This div background color is #eba09b


#eba09b Border Color

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

This div border color is #eba09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba09b


Comments

No comments written yet.

Please login to write comment.