Color Hex Logo

#ebbacd Color Hex

#EBBACD
(235,186,205)
0 Favorites   0 Comments

Color spaces of #ebbacd

RGB 235186205
HSL0.940.550.83
HSV337°21°92°
CMYK 0.000.210.13   0.08
XYZ62.839357.187865.4840
Yxy57.18780.33870.3083
Hunter Lab75.622615.98661.5948
CIE-Lab80.285120.5577-2.8103

#ebbacd color RGB value is (235,186,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11001101
Octal 353 272 315
Decimal 235 186 205
Hex EB BA CD

RGB Percentages of Color #ebbacd

%37.54
%29.71
%32.75

CMYK Percentages of Color #ebbacd

%0
%21
%13
%8

Triadic Colors of #ebbacd

#ebbacd #cdebba #bacdeb

Analogous Colors of #ebbacd

#ebbacd #ebc0ba #ebbae6

Monochromatic Colors of #ebbacd

#ebbacd

Complementary Color

#ebbacd #baebd8

#ebbacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbacd Color CSS Codes

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

#ebbacd Text Font Color

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

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


#ebbacd Background Color

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

This div background color is #ebbacd


#ebbacd Border Color

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

This div border color is #ebbacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbacd


Comments

No comments written yet.

Please login to write comment.