Color Hex Logo

#ebcbdc Color Hex

#EBCBDC
(235,203,220)
0 Favorites   0 Comments

Color spaces of #ebcbdc

RGB 235203220
HSL0.910.440.86
HSV328°14°92°
CMYK 0.000.140.06   0.08
XYZ68.535265.541376.7487
Yxy65.54130.32510.3109
Hunter Lab80.95769.43460.4627
CIE-Lab84.761914.0431-4.2645

#ebcbdc color RGB value is (235,203,220).

#ebcbdc hex color red value is 235, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebcbdc hue: 0.91 , saturation: 0.44 and the lightness value of ebcbdc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 11011100
Octal 353 313 334
Decimal 235 203 220
Hex EB CB DC

RGB Percentages of Color #ebcbdc

%35.71
%30.85
%33.43

CMYK Percentages of Color #ebcbdc

%0
%14
%6
%8

Triadic Colors of #ebcbdc

#ebcbdc #dcebcb #cbdceb

Analogous Colors of #ebcbdc

#ebcbdc #ebcbcc #eacbeb

Monochromatic Colors of #ebcbdc

#ebcbdc

Complementary Color

#ebcbdc #cbebda

#ebcbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcbdc Color CSS Codes

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

#ebcbdc Text Font Color

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

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


#ebcbdc Background Color

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

This div background color is #ebcbdc


#ebcbdc Border Color

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

This div border color is #ebcbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcbdc


Comments

No comments written yet.

Please login to write comment.