Color Hex Logo

#ebbacf Color Hex

#EBBACF
(235,186,207)
0 Favorites   0 Comments

Color spaces of #ebbacf

RGB 235186207
HSL0.930.550.83
HSV334°21°92°
CMYK 0.000.210.12   0.08
XYZ63.082357.285066.7638
Yxy57.28500.33710.3061
Hunter Lab75.686916.32140.6808
CIE-Lab80.339620.8834-3.8090

#ebbacf color RGB value is (235,186,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11001111
Octal 353 272 317
Decimal 235 186 207
Hex EB BA CF

RGB Percentages of Color #ebbacf

%37.42
%29.62
%32.96

CMYK Percentages of Color #ebbacf

%0
%21
%12
%8

Triadic Colors of #ebbacf

#ebbacf #cfebba #bacfeb

Analogous Colors of #ebbacf

#ebbacf #ebbeba #ebbae8

Monochromatic Colors of #ebbacf

#ebbacf

Complementary Color

#ebbacf #baebd6

#ebbacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbacf Color CSS Codes

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

#ebbacf Text Font Color

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

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


#ebbacf Background Color

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

This div background color is #ebbacf


#ebbacf Border Color

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

This div border color is #ebbacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbacf


Comments

No comments written yet.

Please login to write comment.