Color Hex Logo

#ebbacc Color Hex

#EBBACC
(235,186,204)
0 Favorites   0 Comments

Color spaces of #ebbacc

RGB 235186204
HSL0.940.550.83
HSV338°21°92°
CMYK 0.000.210.13   0.08
XYZ62.718957.139664.8501
Yxy57.13960.33960.3093
Hunter Lab75.590715.82062.0480
CIE-Lab80.258020.3960-2.3105

#ebbacc color RGB value is (235,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11001100
Octal 353 272 314
Decimal 235 186 204
Hex EB BA CC

RGB Percentages of Color #ebbacc

%37.60
%29.76
%32.64

CMYK Percentages of Color #ebbacc

%0
%21
%13
%8

Triadic Colors of #ebbacc

#ebbacc #ccebba #bacceb

Analogous Colors of #ebbacc

#ebbacc #ebc1ba #ebbae5

Monochromatic Colors of #ebbacc

#ebbacc

Complementary Color

#ebbacc #baebd9

#ebbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbacc Color CSS Codes

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

#ebbacc Text Font Color

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

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


#ebbacc Background Color

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

This div background color is #ebbacc


#ebbacc Border Color

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

This div border color is #ebbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbacc


Comments

No comments written yet.

Please login to write comment.