Color Hex Logo

#ebbace Color Hex

#EBBACE
(235,186,206)
0 Favorites   0 Comments

Color spaces of #ebbace

RGB 235186206
HSL0.930.550.83
HSV336°21°92°
CMYK 0.000.210.12   0.08
XYZ62.960457.236266.1218
Yxy57.23620.33790.3072
Hunter Lab75.654616.15361.1390
CIE-Lab80.312320.7203-3.3098

#ebbace color RGB value is (235,186,206).

#ebbace hex color red value is 235, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ebbace hue: 0.93 , saturation: 0.55 and the lightness value of ebbace is 0.83.

The process color (four color CMYK) of #ebbace color hex is 0.00, 0.21, 0.12, 0.08. Web safe color of #ebbace is #ffcccc. Color #ebbace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11001110
Octal 353 272 316
Decimal 235 186 206
Hex EB BA CE

RGB Percentages of Color #ebbace

%37.48
%29.67
%32.85

CMYK Percentages of Color #ebbace

%0
%21
%12
%8

Triadic Colors of #ebbace

#ebbace #ceebba #baceeb

Analogous Colors of #ebbace

#ebbace #ebbfba #ebbae7

Monochromatic Colors of #ebbace

#ebbace

Complementary Color

#ebbace #baebd7

#ebbace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbace Color CSS Codes

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

#ebbace Text Font Color

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

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


#ebbace Background Color

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

This div background color is #ebbace


#ebbace Border Color

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

This div border color is #ebbace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbace


Comments

No comments written yet.

Please login to write comment.