Color Hex Logo

#ebbccb Color Hex

#EBBCCB
(235,188,203)
0 Favorites   0 Comments

Color spaces of #ebbccb

RGB 235188203
HSL0.950.540.83
HSV341°20°92°
CMYK 0.000.200.14   0.08
XYZ63.023757.940464.3618
Yxy57.94040.34010.3126
Hunter Lab76.118614.58463.1506
CIE-Lab80.705619.1707-1.1154

#ebbccb color RGB value is (235,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11001011
Octal 353 274 313
Decimal 235 188 203
Hex EB BC CB

RGB Percentages of Color #ebbccb

%37.54
%30.03
%32.43

CMYK Percentages of Color #ebbccb

%0
%20
%14
%8

Triadic Colors of #ebbccb

#ebbccb #cbebbc #bccbeb

Analogous Colors of #ebbccb

#ebbccb #ebc5bc #ebbce3

Monochromatic Colors of #ebbccb

#ebbccb

Complementary Color

#ebbccb #bcebdc

#ebbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbccb Color CSS Codes

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

#ebbccb Text Font Color

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

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


#ebbccb Background Color

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

This div background color is #ebbccb


#ebbccb Border Color

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

This div border color is #ebbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbccb


Comments

No comments written yet.

Please login to write comment.