Color Hex Logo

#ebaa97 Color Hex

#EBAA97
(235,170,151)
0 Favorites   0 Comments

Color spaces of #ebaa97

RGB 235170151
HSL0.040.680.76
HSV14°36°92°
CMYK 0.000.280.36   0.08
XYZ54.221648.646035.8100
Yxy48.64600.39100.3508
Hunter Lab69.746716.710618.3814
CIE-Lab75.230621.446319.2414

#ebaa97 color RGB value is (235,170,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 10010111
Octal 353 252 227
Decimal 235 170 151
Hex EB AA 97

RGB Percentages of Color #ebaa97

%42.27
%30.58
%27.16

CMYK Percentages of Color #ebaa97

%0
%28
%36
%8

Triadic Colors of #ebaa97

#ebaa97 #97ebaa #aa97eb

Analogous Colors of #ebaa97

#ebaa97 #ebd497 #eb97ae

Monochromatic Colors of #ebaa97

#ebaa97

Complementary Color

#ebaa97 #97d8eb

#ebaa97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaa97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaa97 Color CSS Codes

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

#ebaa97 Text Font Color

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

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


#ebaa97 Background Color

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

This div background color is #ebaa97


#ebaa97 Border Color

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

This div border color is #ebaa97


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,170,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 #ebaa97">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaa97


Comments

No comments written yet.

Please login to write comment.