Color Hex Logo

#ebbfcb Color Hex

#EBBFCB
(235,191,203)
0 Favorites   0 Comments

Color spaces of #ebbfcb

RGB 235191203
HSL0.950.520.84
HSV344°19°92°
CMYK 0.000.190.14   0.08
XYZ63.671259.235664.5777
Yxy59.23560.33960.3159
Hunter Lab76.964712.98104.1276
CIE-Lab81.420917.5757-0.0696

#ebbfcb color RGB value is (235,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11001011
Octal 353 277 313
Decimal 235 191 203
Hex EB BF CB

RGB Percentages of Color #ebbfcb

%37.36
%30.37
%32.27

CMYK Percentages of Color #ebbfcb

%0
%19
%14
%8

Triadic Colors of #ebbfcb

#ebbfcb #cbebbf #bfcbeb

Analogous Colors of #ebbfcb

#ebbfcb #ebc9bf #ebbfe1

Monochromatic Colors of #ebbfcb

#ebbfcb

Complementary Color

#ebbfcb #bfebdf

#ebbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfcb Color CSS Codes

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

#ebbfcb Text Font Color

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

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


#ebbfcb Background Color

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

This div background color is #ebbfcb


#ebbfcb Border Color

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

This div border color is #ebbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfcb


Comments

No comments written yet.

Please login to write comment.