Color Hex Logo

#ebc8dd Color Hex

#EBC8DD
(235,200,221)
0 Favorites   0 Comments

Color spaces of #ebc8dd

RGB 235200221
HSL0.900.470.85
HSV324°15°92°
CMYK 0.000.150.06   0.08
XYZ67.966464.191277.2145
Yxy64.19120.32460.3066
Hunter Lab80.119411.2150-1.0567
CIE-Lab84.065215.8022-5.8250

#ebc8dd color RGB value is (235,200,221).

#ebc8dd hex color red value is 235, green value is 200 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebc8dd hue: 0.90 , saturation: 0.47 and the lightness value of ebc8dd is 0.85.

The process color (four color CMYK) of #ebc8dd color hex is 0.00, 0.15, 0.06, 0.08. Web safe color of #ebc8dd is #ffcccc. Color #ebc8dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 11011101
Octal 353 310 335
Decimal 235 200 221
Hex EB C8 DD

RGB Percentages of Color #ebc8dd

%35.82
%30.49
%33.69

CMYK Percentages of Color #ebc8dd

%0
%15
%6
%8

Triadic Colors of #ebc8dd

#ebc8dd #ddebc8 #c8ddeb

Analogous Colors of #ebc8dd

#ebc8dd #ebc8cc #e8c8eb

Monochromatic Colors of #ebc8dd

#ebc8dd

Complementary Color

#ebc8dd #c8ebd6

#ebc8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc8dd Color CSS Codes

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

#ebc8dd Text Font Color

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

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


#ebc8dd Background Color

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

This div background color is #ebc8dd


#ebc8dd Border Color

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

This div border color is #ebc8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc8dd


Comments

No comments written yet.

Please login to write comment.