Color Hex Logo

#ebacaa Color Hex

#EBACAA
(235,172,170)
0 Favorites   0 Comments

Color spaces of #ebacaa

RGB 235172170
HSL0.010.620.79
HSV28°92°
CMYK 0.000.270.28   0.08
XYZ56.269250.069544.7289
Yxy50.06950.37250.3314
Hunter Lab70.759818.116112.0533
CIE-Lab76.111922.803010.1381

#ebacaa color RGB value is (235,172,170).

#ebacaa hex color red value is 235, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ebacaa hue: 0.01 , saturation: 0.62 and the lightness value of ebacaa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 10101010
Octal 353 254 252
Decimal 235 172 170
Hex EB AC AA

RGB Percentages of Color #ebacaa

%40.73
%29.81
%29.46

CMYK Percentages of Color #ebacaa

%0
%27
%28
%8

Triadic Colors of #ebacaa

#ebacaa #aaebac #acaaeb

Analogous Colors of #ebacaa

#ebacaa #ebcdaa #ebaac9

Monochromatic Colors of #ebacaa

#ebacaa

Complementary Color

#ebacaa #aae9eb

#ebacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacaa Color CSS Codes

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

#ebacaa Text Font Color

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

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


#ebacaa Background Color

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

This div background color is #ebacaa


#ebacaa Border Color

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

This div border color is #ebacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacaa


Comments

No comments written yet.

Please login to write comment.