Color Hex Logo

#ebaaca Color Hex

#EBAACA
(235,170,202)
0 Favorites   0 Comments

Color spaces of #ebaaca

RGB 235170202
HSL0.920.620.79
HSV330°28°92°
CMYK 0.000.280.14   0.08
XYZ59.296350.675962.5333
Yxy50.67590.34370.2938
Hunter Lab71.187024.1070-2.2516
CIE-Lab76.482328.6041-6.7922

#ebaaca color RGB value is (235,170,202).

#ebaaca hex color red value is 235, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebaaca hue: 0.92 , saturation: 0.62 and the lightness value of ebaaca is 0.79.

The process color (four color CMYK) of #ebaaca color hex is 0.00, 0.28, 0.14, 0.08. Web safe color of #ebaaca is #ff99cc. Color #ebaaca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11001010
Octal 353 252 312
Decimal 235 170 202
Hex EB AA CA

RGB Percentages of Color #ebaaca

%38.71
%28.01
%33.28

CMYK Percentages of Color #ebaaca

%0
%28
%14
%8

Triadic Colors of #ebaaca

#ebaaca #caebaa #aacaeb

Analogous Colors of #ebaaca

#ebaaca #ebabaa #ebaaeb

Monochromatic Colors of #ebaaca

#ebaaca

Complementary Color

#ebaaca #aaebcb

#ebaaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaaca Color CSS Codes

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

#ebaaca Text Font Color

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

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


#ebaaca Background Color

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

This div background color is #ebaaca


#ebaaca Border Color

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

This div border color is #ebaaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaaca


Comments

No comments written yet.

Please login to write comment.