Color Hex Logo

#ebaa9e Color Hex

#EBAA9E
(235,170,158)
0 Favorites   0 Comments

Color spaces of #ebaa9e

RGB 235170158
HSL0.030.660.77
HSV33°92°
CMYK 0.000.280.33   0.08
XYZ54.807248.880238.8939
Yxy48.88020.38440.3428
Hunter Lab69.914417.579415.9566
CIE-Lab75.376722.303815.6391

#ebaa9e color RGB value is (235,170,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 10011110
Octal 353 252 236
Decimal 235 170 158
Hex EB AA 9E

RGB Percentages of Color #ebaa9e

%41.74
%30.20
%28.06

CMYK Percentages of Color #ebaa9e

%0
%28
%33
%8

Triadic Colors of #ebaa9e

#ebaa9e #9eebaa #aa9eeb

Analogous Colors of #ebaa9e

#ebaa9e #ebd19e #eb9eb9

Monochromatic Colors of #ebaa9e

#ebaa9e

Complementary Color

#ebaa9e #9edfeb

#ebaa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaa9e Color CSS Codes

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

#ebaa9e Text Font Color

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

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


#ebaa9e Background Color

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

This div background color is #ebaa9e


#ebaa9e Border Color

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

This div border color is #ebaa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaa9e


Comments

No comments written yet.

Please login to write comment.