Color Hex Logo

#ebabdf Color Hex

#EBABDF
(235,171,223)
0 Favorites   0 Comments

Color spaces of #ebabdf

RGB 235171223
HSL0.860.620.80
HSV311°27°92°
CMYK 0.000.270.05   0.08
XYZ62.143152.115776.5961
Yxy52.11570.32560.2731
Hunter Lab72.191227.3204-12.3739
CIE-Lab77.350031.5946-16.9257

#ebabdf color RGB value is (235,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11011111
Octal 353 253 337
Decimal 235 171 223
Hex EB AB DF

RGB Percentages of Color #ebabdf

%37.36
%27.19
%35.45

CMYK Percentages of Color #ebabdf

%0
%27
%5
%8

Triadic Colors of #ebabdf

#ebabdf #dfebab #abdfeb

Analogous Colors of #ebabdf

#ebabdf #ebabbf #d7abeb

Monochromatic Colors of #ebabdf

#ebabdf

Complementary Color

#ebabdf #abebb7

#ebabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabdf Color CSS Codes

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

#ebabdf Text Font Color

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

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


#ebabdf Background Color

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

This div background color is #ebabdf


#ebabdf Border Color

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

This div border color is #ebabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabdf


Comments

No comments written yet.

Please login to write comment.