Color Hex Logo

#ebacac Color Hex

#EBACAC
(235,172,172)
0 Favorites   0 Comments

Color spaces of #ebacac

RGB 235172172
HSL0.000.610.80
HSV27°92°
CMYK 0.000.270.27   0.08
XYZ56.459950.145845.7331
Yxy50.14580.37060.3292
Hunter Lab70.813718.394411.2788
CIE-Lab76.158723.07529.1144

#ebacac color RGB value is (235,172,172).

#ebacac hex color red value is 235, green value is 172 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebacac hue: 0.00 , saturation: 0.61 and the lightness value of ebacac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 10101100
Octal 353 254 254
Decimal 235 172 172
Hex EB AC AC

RGB Percentages of Color #ebacac

%40.59
%29.71
%29.71

CMYK Percentages of Color #ebacac

%0
%27
%27
%8

Triadic Colors of #ebacac

#ebacac #acebac #acaceb

Analogous Colors of #ebacac

#ebacac #ebccac #ebaccc

Monochromatic Colors of #ebacac

#ebacac

Complementary Color

#ebacac #acebeb

#ebacac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacac Color CSS Codes

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

#ebacac Text Font Color

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

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


#ebacac Background Color

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

This div background color is #ebacac


#ebacac Border Color

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

This div border color is #ebacac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacac

#ebacac Color Palettes


Comments

No comments written yet.

Please login to write comment.