Color Hex Logo

#ebc7dc Color Hex

#EBC7DC
(235,199,220)
0 Favorites   0 Comments

Color spaces of #ebc7dc

RGB 235199220
HSL0.900.470.85
HSV325°15°92°
CMYK 0.000.150.06   0.08
XYZ67.602663.676376.4379
Yxy63.67630.32550.3066
Hunter Lab79.797411.5757-0.9356
CIE-Lab83.796916.1594-5.6876

#ebc7dc color RGB value is (235,199,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 11011100
Octal 353 307 334
Decimal 235 199 220
Hex EB C7 DC

RGB Percentages of Color #ebc7dc

%35.93
%30.43
%33.64

CMYK Percentages of Color #ebc7dc

%0
%15
%6
%8

Triadic Colors of #ebc7dc

#ebc7dc #dcebc7 #c7dceb

Analogous Colors of #ebc7dc

#ebc7dc #ebc7ca #e8c7eb

Monochromatic Colors of #ebc7dc

#ebc7dc

Complementary Color

#ebc7dc #c7ebd6

#ebc7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc7dc Color CSS Codes

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

#ebc7dc Text Font Color

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

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


#ebc7dc Background Color

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

This div background color is #ebc7dc


#ebc7dc Border Color

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

This div border color is #ebc7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc7dc


Comments

No comments written yet.

Please login to write comment.