Color Hex Logo

#ebaccd Color Hex

#EBACCD
(235,172,205)
0 Favorites   0 Comments

Color spaces of #ebaccd

RGB 235172205
HSL0.910.610.80
HSV329°27°92°
CMYK 0.000.270.13   0.08
XYZ60.032951.575064.5485
Yxy51.57500.34080.2928
Hunter Lab71.815723.5359-3.0193
CIE-Lab77.026028.0222-7.6217

#ebaccd color RGB value is (235,172,205).

#ebaccd hex color red value is 235, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebaccd hue: 0.91 , saturation: 0.61 and the lightness value of ebaccd is 0.80.

The process color (four color CMYK) of #ebaccd color hex is 0.00, 0.27, 0.13, 0.08. Web safe color of #ebaccd is #ff99cc. Color #ebaccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 11001101
Octal 353 254 315
Decimal 235 172 205
Hex EB AC CD

RGB Percentages of Color #ebaccd

%38.40
%28.10
%33.50

CMYK Percentages of Color #ebaccd

%0
%27
%13
%8

Triadic Colors of #ebaccd

#ebaccd #cdebac #accdeb

Analogous Colors of #ebaccd

#ebaccd #ebacae #eaaceb

Monochromatic Colors of #ebaccd

#ebaccd

Complementary Color

#ebaccd #acebca

#ebaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaccd Color CSS Codes

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

#ebaccd Text Font Color

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

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


#ebaccd Background Color

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

This div background color is #ebaccd


#ebaccd Border Color

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

This div border color is #ebaccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,172,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 #ebaccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaccd


Comments

No comments written yet.

Please login to write comment.