Color Hex Logo

#ebacea Color Hex

#EBACEA
(235,172,234)
0 Favorites   0 Comments

Color spaces of #ebacea

RGB 235172234
HSL0.840.610.80
HSV301°27°92°
CMYK 0.000.270.00   0.08
XYZ63.864853.107784.7267
Yxy53.10770.31660.2633
Hunter Lab72.875028.8991-17.9198
CIE-Lab77.938533.0289-21.9942

#ebacea color RGB value is (235,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 11101010
Octal 353 254 352
Decimal 235 172 234
Hex EB AC EA

RGB Percentages of Color #ebacea

%36.66
%26.83
%36.51

CMYK Percentages of Color #ebacea

%0
%27
%0
%8

Triadic Colors of #ebacea

#ebacea #eaebac #aceaeb

Analogous Colors of #ebacea

#ebacea #ebaccb #cdaceb

Monochromatic Colors of #ebacea

#ebacea

Complementary Color

#ebacea #acebad

#ebacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacea Color CSS Codes

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

#ebacea Text Font Color

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

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


#ebacea Background Color

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

This div background color is #ebacea


#ebacea Border Color

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

This div border color is #ebacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacea


Comments

No comments written yet.

Please login to write comment.