Color Hex Logo

#ebacef Color Hex

#EBACEF
(235,172,239)
0 Favorites   0 Comments

Color spaces of #ebacef

RGB 235172239
HSL0.820.680.81
HSV296°28°94°
CMYK 0.020.280.00   0.06
XYZ64.593553.399288.5640
Yxy53.39920.31270.2585
Hunter Lab73.074829.9020-20.7050
CIE-Lab78.110133.9488-24.4346

#ebacef color RGB value is (235,172,239).

#ebacef hex color red value is 235, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ebacef hue: 0.82 , saturation: 0.68 and the lightness value of ebacef is 0.81.

The process color (four color CMYK) of #ebacef color hex is 0.02, 0.28, 0.00, 0.06. Web safe color of #ebacef is #ff99ff. Color #ebacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 11101111
Octal 353 254 357
Decimal 235 172 239
Hex EB AC EF

RGB Percentages of Color #ebacef

%36.38
%26.63
%37.00

CMYK Percentages of Color #ebacef

%2
%28
%0
%6

Triadic Colors of #ebacef

#ebacef #efebac #acefeb

Analogous Colors of #ebacef

#ebacef #efacd2 #caacef

Monochromatic Colors of #ebacef

#ebacef

Complementary Color

#ebacef #b0efac

#ebacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacef Color CSS Codes

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

#ebacef Text Font Color

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

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


#ebacef Background Color

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

This div background color is #ebacef


#ebacef Border Color

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

This div border color is #ebacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacef


Comments

No comments written yet.

Please login to write comment.