Color Hex Logo

#ebbce0 Color Hex

#EBBCE0
(235,188,224)
0 Favorites   0 Comments

Color spaces of #ebbce0

RGB 235188224
HSL0.870.540.83
HSV314°20°92°
CMYK 0.000.200.05   0.08
XYZ65.698759.010478.4485
Yxy59.01040.32340.2905
Hunter Lab76.818218.2300-6.7755
CIE-Lab81.297322.7038-11.5424

#ebbce0 color RGB value is (235,188,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11100000
Octal 353 274 340
Decimal 235 188 224
Hex EB BC E0

RGB Percentages of Color #ebbce0

%36.32
%29.06
%34.62

CMYK Percentages of Color #ebbce0

%0
%20
%5
%8

Triadic Colors of #ebbce0

#ebbce0 #e0ebbc #bce0eb

Analogous Colors of #ebbce0

#ebbce0 #ebbcc9 #dfbceb

Monochromatic Colors of #ebbce0

#ebbce0

Complementary Color

#ebbce0 #bcebc7

#ebbce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbce0 Color CSS Codes

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

#ebbce0 Text Font Color

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

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


#ebbce0 Background Color

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

This div background color is #ebbce0


#ebbce0 Border Color

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

This div border color is #ebbce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbce0


Comments

No comments written yet.

Please login to write comment.