Color Hex Logo

#ebabac Color Hex

#EBABAC
(235,171,172)
0 Favorites   0 Comments

Color spaces of #ebabac

RGB 235171172
HSL1.000.620.80
HSV359°27°92°
CMYK 0.000.270.27   0.08
XYZ56.270349.766545.6699
Yxy49.76650.37090.3280
Hunter Lab70.545418.925610.9984
CIE-Lab75.925723.60838.7817

#ebabac color RGB value is (235,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 10101100
Octal 353 253 254
Decimal 235 171 172
Hex EB AB AC

RGB Percentages of Color #ebabac

%40.66
%29.58
%29.76

CMYK Percentages of Color #ebabac

%0
%27
%27
%8

Triadic Colors of #ebabac

#ebabac #acebab #abaceb

Analogous Colors of #ebabac

#ebabac #ebcaab #ebabcc

Monochromatic Colors of #ebabac

#ebabac

Complementary Color

#ebabac #abebea

#ebabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabac Color CSS Codes

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

#ebabac Text Font Color

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

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


#ebabac Background Color

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

This div background color is #ebabac


#ebabac Border Color

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

This div border color is #ebabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabac


Comments

No comments written yet.

Please login to write comment.