Color Hex Logo

#ebc1dc Color Hex

#EBC1DC
(235,193,220)
0 Favorites   0 Comments

Color spaces of #ebc1dc

RGB 235193220
HSL0.890.510.84
HSV321°18°92°
CMYK 0.000.180.06   0.08
XYZ66.249260.969475.9867
Yxy60.96940.32600.3000
Hunter Lab78.082914.8027-3.0403
CIE-Lab82.362319.3447-7.8108

#ebc1dc color RGB value is (235,193,220).

#ebc1dc hex color red value is 235, green value is 193 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebc1dc hue: 0.89 , saturation: 0.51 and the lightness value of ebc1dc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 11011100
Octal 353 301 334
Decimal 235 193 220
Hex EB C1 DC

RGB Percentages of Color #ebc1dc

%36.27
%29.78
%33.95

CMYK Percentages of Color #ebc1dc

%0
%18
%6
%8

Triadic Colors of #ebc1dc

#ebc1dc #dcebc1 #c1dceb

Analogous Colors of #ebc1dc

#ebc1dc #ebc1c7 #e5c1eb

Monochromatic Colors of #ebc1dc

#ebc1dc

Complementary Color

#ebc1dc #c1ebd0

#ebc1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1dc Color CSS Codes

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

#ebc1dc Text Font Color

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

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


#ebc1dc Background Color

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

This div background color is #ebc1dc


#ebc1dc Border Color

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

This div border color is #ebc1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1dc


Comments

No comments written yet.

Please login to write comment.