Color Hex Logo

#ebbdcb Color Hex

#EBBDCB
(235,189,203)
0 Favorites   0 Comments

Color spaces of #ebbdcb

RGB 235189203
HSL0.950.530.83
HSV342°20°92°
CMYK 0.000.200.14   0.08
XYZ63.238058.369264.4333
Yxy58.36920.33990.3137
Hunter Lab76.399714.04943.4764
CIE-Lab80.943618.6386-0.7672

#ebbdcb color RGB value is (235,189,203).

#ebbdcb hex color red value is 235, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebbdcb hue: 0.95 , saturation: 0.53 and the lightness value of ebbdcb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 11001011
Octal 353 275 313
Decimal 235 189 203
Hex EB BD CB

RGB Percentages of Color #ebbdcb

%37.48
%30.14
%32.38

CMYK Percentages of Color #ebbdcb

%0
%20
%14
%8

Triadic Colors of #ebbdcb

#ebbdcb #cbebbd #bdcbeb

Analogous Colors of #ebbdcb

#ebbdcb #ebc6bd #ebbde2

Monochromatic Colors of #ebbdcb

#ebbdcb

Complementary Color

#ebbdcb #bdebdd

#ebbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbdcb Color CSS Codes

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

#ebbdcb Text Font Color

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

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


#ebbdcb Background Color

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

This div background color is #ebbdcb


#ebbdcb Border Color

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

This div border color is #ebbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbdcb


Comments

No comments written yet.

Please login to write comment.