Color Hex Logo

#ebacdf Color Hex

#EBACDF
(235,172,223)
0 Favorites   0 Comments

Color spaces of #ebacdf

RGB 235172223
HSL0.870.610.80
HSV311°27°92°
CMYK 0.000.270.05   0.08
XYZ62.332852.494976.6593
Yxy52.49490.32550.2741
Hunter Lab72.453426.7730-12.0144
CIE-Lab77.575831.0622-16.5852

#ebacdf color RGB value is (235,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 11011111
Octal 353 254 337
Decimal 235 172 223
Hex EB AC DF

RGB Percentages of Color #ebacdf

%37.30
%27.30
%35.40

CMYK Percentages of Color #ebacdf

%0
%27
%5
%8

Triadic Colors of #ebacdf

#ebacdf #dfebac #acdfeb

Analogous Colors of #ebacdf

#ebacdf #ebacc0 #d8aceb

Monochromatic Colors of #ebacdf

#ebacdf

Complementary Color

#ebacdf #acebb8

#ebacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacdf Color CSS Codes

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

#ebacdf Text Font Color

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

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


#ebacdf Background Color

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

This div background color is #ebacdf


#ebacdf Border Color

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

This div border color is #ebacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacdf


Comments

No comments written yet.

Please login to write comment.