Color Hex Logo

#ebab97 Color Hex

#EBAB97
(235,171,151)
0 Favorites   0 Comments

Color spaces of #ebab97

RGB 235171151
HSL0.040.680.76
HSV14°36°92°
CMYK 0.000.270.36   0.08
XYZ54.409849.022435.8727
Yxy49.02240.39060.3519
Hunter Lab70.016016.185318.6340
CIE-Lab75.465320.913919.5656

#ebab97 color RGB value is (235,171,151).

#ebab97 hex color red value is 235, green value is 171 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ebab97 hue: 0.04 , saturation: 0.68 and the lightness value of ebab97 is 0.76.

The process color (four color CMYK) of #ebab97 color hex is 0.00, 0.27, 0.36, 0.08. Web safe color of #ebab97 is #ff9999. Color #ebab97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 10010111
Octal 353 253 227
Decimal 235 171 151
Hex EB AB 97

RGB Percentages of Color #ebab97

%42.19
%30.70
%27.11

CMYK Percentages of Color #ebab97

%0
%27
%36
%8

Triadic Colors of #ebab97

#ebab97 #97ebab #ab97eb

Analogous Colors of #ebab97

#ebab97 #ebd597 #eb97ad

Monochromatic Colors of #ebab97

#ebab97

Complementary Color

#ebab97 #97d7eb

#ebab97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebab97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebab97 Color CSS Codes

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

#ebab97 Text Font Color

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

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


#ebab97 Background Color

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

This div background color is #ebab97


#ebab97 Border Color

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

This div border color is #ebab97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebab97


Comments

No comments written yet.

Please login to write comment.